| /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...] |
| cgraph.cc | 617 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, 650 i->this_adjusting = this_adjusting; 3232 if (!thunk_info::get (node)->this_adjusting)
|
| cgraphclones.cc | 184 thunk is this_adjusting but we are removing this parameter. */ 212 /* We do not need to duplicate this_adjusting thunks if we have removed 214 if (i->this_adjusting
|
| cgraph.h | 1047 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
|
| tree-inline.cc | 4931 gcc_assert (info->this_adjusting);
|
| /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...] |
| cgraph.cc | 615 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, 648 i->this_adjusting = this_adjusting; 3173 if (!thunk_info::get (node)->this_adjusting)
|
| cgraphclones.cc | 181 thunk is this_adjusting but we are removing this parameter. */ 209 /* We do not need to duplicate this_adjusting thunks if we have removed 211 if (i->this_adjusting
|
| cgraph.h | 1044 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
|
| tree-inline.cc | 4900 gcc_assert (info->this_adjusting);
|
| /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...] |
| mangle.cc | 4392 bytes. THIS_ADJUSTING is nonzero for a this adjusting thunk and 4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, 4415 if (!this_adjusting)
|
| /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...] |
| mangle.cc | 4800 bytes. THIS_ADJUSTING is nonzero for a this adjusting thunk and 4810 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, 4823 if (!this_adjusting)
|
| /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,
|