Home
last modified time | relevance | path

Searched refs:this_adjusting (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsymtab-thunks.h43 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
Dsymtab-thunks.cc110 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()
Dcgraph.cc615 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()
Dcgraphclones.cc211 if (i->this_adjusting in duplicate_thunk_for_node()
Dcgraph.h1044 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
Dtree-inline.cc4899 gcc_assert (info->this_adjusting); in expand_call_inline()
DChangeLog-201541485 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
DChangeLog-201431203 (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmethod.cc58 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()
Dmangle.cc4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument
4415 if (!this_adjusting) in mangle_thunk()
DChangeLog-2002649 (make_thunk): Add this_adjusting arg.
651 (mangle_thunk): Add this_adjusting arg.