Searched refs:this_adjusting (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsymtab-thunks.h43 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
H A Dsymtab-thunks.cc110 1 + (this_adjusting != 0) * 2
126 this_adjusting = (type & 2);
153 hstate.add_flag (this_adjusting);
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
507 if (this_adjusting)
190 thunk_adjust(gimple_stmt_iterator * bsi, tree ptr, bool this_adjusting, HOST_WIDE_INT fixed_offset, tree virtual_offset, HOST_WIDE_INT indirect_offset) argument
[all...]
H A Dcgraphclones.cc181 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
H A Dcgraph.cc615 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, argument
648 i->this_adjusting = this_adjusting;
3172 if (!thunk_info::get (node)->this_adjusting)
H A Dcgraph.h1044 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
H A Dtree-inline.cc4900 gcc_assert (info->this_adjusting);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c59 make_thunk (tree function, bool this_adjusting,
68 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting);
71 if (this_adjusting && virtual_offset)
80 /* See if we already have the thunk in question. For this_adjusting
84 if (DECL_THIS_THUNK_P (thunk) == this_adjusting
88 || (this_adjusting
114 SET_DECL_THUNK_P (thunk, this_adjusting);
261 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl);
304 if (!this_adjusting)
379 this_adjusting, fixed_offse
58 make_thunk(tree function, bool this_adjusting, tree fixed_offset, tree virtual_offset) argument
260 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); local
[all...]
H A Dmangle.c4189 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, argument
4202 if (!this_adjusting)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc59 make_thunk (tree function, bool this_adjusting,
68 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting);
71 if (this_adjusting && virtual_offset)
80 /* See if we already have the thunk in question. For this_adjusting
84 if (DECL_THIS_THUNK_P (thunk) == this_adjusting
88 || (this_adjusting
114 SET_DECL_THUNK_P (thunk, this_adjusting);
261 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl);
304 if (!this_adjusting)
379 this_adjusting, fixed_offse
58 make_thunk(tree function, bool this_adjusting, tree fixed_offset, tree virtual_offset) argument
260 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); local
[all...]
H A Dmangle.cc4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, argument
4415 if (!this_adjusting)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphunit.c1738 tree ptr, bool this_adjusting,
1745 if (this_adjusting
1845 if (!this_adjusting
1880 bool this_adjusting = thunk.this_adjusting; local
1890 && this_adjusting
2052 if (this_adjusting)
2116 if (restmp && !this_adjusting
2158 restmp = thunk_adjust (&bsi, restmp, /*this_adjusting=*/0,
1737 thunk_adjust(gimple_stmt_iterator * bsi, tree ptr, bool this_adjusting, HOST_WIDE_INT fixed_offset, tree virtual_offset, HOST_WIDE_INT indirect_offset) argument
H A Dcgraphclones.c178 thunk is this_adjusting but we are removing this parameter. */
198 && cs->caller->thunk.this_adjusting == thunk->thunk.this_adjusting
205 /* We do not need to duplicate this_adjusting thunks if we have removed
207 if (thunk->thunk.this_adjusting
H A Dcgraph.h718 bool this_adjusting; variable
1084 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
H A Dcgraph.c616 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, argument
640 node->thunk.this_adjusting = this_adjusting;
3110 if (!node->thunk.this_adjusting)
H A Dlto-cgraph.c555 1 + (node->thunk.this_adjusting != 0) * 2
1322 node->thunk.this_adjusting = (type & 2);
H A Dipa-icf.c544 if (cnode->thunk.this_adjusting != cnode2->thunk.this_adjusting)
545 return return_false_with_msg ("thunk this_adjusting mismatch");
1413 hstate.add_flag (cnode->thunk.this_adjusting);
H A Dtree-inline.c4840 gcc_assert (id->src_node->thunk.this_adjusting);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1682 bool this_adjusting = true; local
1744 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting,
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1869 bool this_adjusting = true; local
1932 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting,

Completed in 245 milliseconds