Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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
H A 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()
H A 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()
H A Dcgraphclones.cc211 if (i->this_adjusting in duplicate_thunk_for_node()
H A Dcgraph.h1044 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
H A Dtree-inline.cc4899 gcc_assert (info->this_adjusting); in expand_call_inline()
H A DChangeLog-201541485 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
H A DChangeLog-201431203 (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphunit.c1738 tree ptr, bool this_adjusting, in thunk_adjust() argument
1745 if (this_adjusting in thunk_adjust()
1845 if (!this_adjusting in thunk_adjust()
1880 bool this_adjusting = thunk.this_adjusting; in expand_thunk() local
1890 && this_adjusting in expand_thunk()
2052 if (this_adjusting) in expand_thunk()
2116 if (restmp && !this_adjusting in expand_thunk()
H A Dcgraphclones.c198 && cs->caller->thunk.this_adjusting == thunk->thunk.this_adjusting in duplicate_thunk_for_node()
207 if (thunk->thunk.this_adjusting in duplicate_thunk_for_node()
H A Dcgraph.c616 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, in create_thunk() argument
640 node->thunk.this_adjusting = this_adjusting; in create_thunk()
3110 if (!node->thunk.this_adjusting) in clone_of_p()
H A Dcgraph.h718 bool this_adjusting; member
1084 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
H A Dipa-icf.c544 if (cnode->thunk.this_adjusting != cnode2->thunk.this_adjusting) in equals_wpa()
1413 hstate.add_flag (cnode->thunk.this_adjusting); in init()
H A Dlto-cgraph.c555 1 + (node->thunk.this_adjusting != 0) * 2 in lto_output_node()
1322 node->thunk.this_adjusting = (type & 2); in input_node()
H A Dtree-inline.c4839 gcc_assert (id->src_node->thunk.this_adjusting); in expand_call_inline()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c58 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()
H A Dmangle.c4189 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument
4202 if (!this_adjusting) in mangle_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A 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()
H A DChangeLog-2002649 (make_thunk): Add this_adjusting arg.
651 (mangle_thunk): Add this_adjusting arg.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1869 bool this_adjusting = true; in finish_thunk() local
1932 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1682 bool this_adjusting = true; in finish_thunk() local
1744 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()