HomeSort by: relevance | last modified time | path
    Searched defs:this_adjusting (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.h 43 this_adjusting (false),
53 this_adjusting (t.this_adjusting),
65 && this_adjusting == other.this_adjusting
81 this_adjusting = other.this_adjusting;
103 bool this_adjusting; variable
symtab-thunks.cc 110 1 + (this_adjusting != 0) * 2
126 this_adjusting = (type & 2);
153 hstate.add_flag (this_adjusting);
187 it is non-null. THIS_ADJUSTING is nonzero for a this adjusting thunk and zero
191 tree ptr, bool this_adjusting,
198 if (this_adjusting
298 if (!this_adjusting
334 bool this_adjusting = info->this_adjusting; local
344 && this_adjusting
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.h 43 this_adjusting (false),
53 this_adjusting (t.this_adjusting),
65 && this_adjusting == other.this_adjusting
81 this_adjusting = other.this_adjusting;
103 bool this_adjusting; variable
symtab-thunks.cc 110 1 + (this_adjusting != 0) * 2
126 this_adjusting = (type & 2);
153 hstate.add_flag (this_adjusting);
187 it is non-null. THIS_ADJUSTING is nonzero for a this adjusting thunk and zero
191 tree ptr, bool this_adjusting,
198 if (this_adjusting
298 if (!this_adjusting
334 bool this_adjusting = info->this_adjusting; local
344 && this_adjusting
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 50 /* Return a this or result adjusting thunk to FUNCTION. THIS_ADJUSTING
60 make_thunk (tree function, bool this_adjusting,
69 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting);
72 if (this_adjusting && virtual_offset)
81 /* See if we already have the thunk in question. For this_adjusting
85 if (DECL_THIS_THUNK_P (thunk) == this_adjusting
89 || (this_adjusting
115 SET_DECL_THUNK_P (thunk, this_adjusting);
262 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl);
310 if (!this_adjusting)
261 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 50 /* Return a this or result adjusting thunk to FUNCTION. THIS_ADJUSTING
60 make_thunk (tree function, bool this_adjusting,
69 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting);
72 if (this_adjusting && virtual_offset)
81 /* See if we already have the thunk in question. For this_adjusting
85 if (DECL_THIS_THUNK_P (thunk) == this_adjusting
89 || (this_adjusting
115 SET_DECL_THUNK_P (thunk, this_adjusting);
262 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl);
310 if (!this_adjusting)
261 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 1869 bool this_adjusting = true; local
1932 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting,

Completed in 31 milliseconds