Searched refs:this_adjusting (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | symtab-thunks.h | 43 this_adjusting (false), in thunk_info() 53 this_adjusting (t.this_adjusting), in thunk_info() 65 && this_adjusting == other.this_adjusting 81 this_adjusting = other.this_adjusting; 103 bool this_adjusting; member
|
| D | symtab-thunks.cc | 110 1 + (this_adjusting != 0) * 2 in stream_out() 126 this_adjusting = (type & 2); in stream_in() 153 hstate.add_flag (this_adjusting); in hash() 191 tree ptr, bool this_adjusting, in thunk_adjust() argument 198 if (this_adjusting in thunk_adjust() 298 if (!this_adjusting in thunk_adjust() 334 bool this_adjusting = info->this_adjusting; in expand_thunk() local 344 && this_adjusting in expand_thunk() 507 if (this_adjusting) in expand_thunk() 568 if (restmp && !this_adjusting in expand_thunk()
|
| D | cgraph.cc | 615 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, in create_thunk() argument 648 i->this_adjusting = this_adjusting; in create_thunk() 3172 if (!thunk_info::get (node)->this_adjusting) in clone_of_p()
|
| D | cgraphclones.cc | 211 if (i->this_adjusting in duplicate_thunk_for_node()
|
| D | cgraph.h | 1044 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
|
| D | tree-inline.cc | 4899 gcc_assert (info->this_adjusting); in expand_call_inline()
|
| D | ChangeLog-2015 | 41485 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
|
| D | ChangeLog-2014 | 31203 (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | method.cc | 58 make_thunk (tree function, bool this_adjusting, in make_thunk() argument 67 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting); in make_thunk() 70 if (this_adjusting && virtual_offset) in make_thunk() 83 if (DECL_THIS_THUNK_P (thunk) == this_adjusting in make_thunk() 87 || (this_adjusting in make_thunk() 113 SET_DECL_THUNK_P (thunk, this_adjusting); in make_thunk() 260 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk() local 303 if (!this_adjusting) in use_thunk() 378 this_adjusting, fixed_offset, virtual_value, in use_thunk()
|
| D | mangle.cc | 4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument 4415 if (!this_adjusting) in mangle_thunk()
|
| D | ChangeLog-2002 | 649 (make_thunk): Add this_adjusting arg. 651 (mangle_thunk): Add this_adjusting arg.
|