Searched refs:new_thunk (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphclones.c183 cgraph_node *new_thunk, *thunk_of; local
242 new_thunk = cgraph_node::create (new_decl);
243 set_new_clone_decl_and_node_flags (new_thunk);
244 new_thunk->definition = true;
245 new_thunk->can_change_signature = node->can_change_signature;
246 new_thunk->thunk = thunk->thunk;
247 new_thunk->unique_name = in_lto_p;
248 new_thunk->former_clone_of = thunk->decl;
249 new_thunk->clone.param_adjustments = node->clone.param_adjustments;
250 new_thunk
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcgraphclones.cc186 cgraph_node *new_thunk, *thunk_of; local
246 new_thunk = cgraph_node::create (new_decl);
247 set_new_clone_decl_and_node_flags (new_thunk);
248 new_thunk->definition = true;
249 new_thunk->can_change_signature = node->can_change_signature;
250 new_thunk->thunk = thunk->thunk;
251 new_thunk->unique_name = in_lto_p;
252 new_thunk->former_clone_of = thunk->decl;
254 clone_info::get_create (new_thunk)->param_adjustments
256 new_thunk
[all...]

Completed in 124 milliseconds