Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.h240 int always_copy_start, bool skip_return) in class()
242 m_skip_return (skip_return) in class()
H A Dipa-param-manipulation.c206 bool method2func, bool skip_return) in build_adjusted_function_type() argument
238 if (skip_return) in build_adjusted_function_type()
252 if (skip_return) in build_adjusted_function_type()
H A Dipa-split.c1329 bool skip_return = (!split_part_return_p in split_function() local
1334 || skip_return) in split_function()
1349 adjustments = new ipa_param_adjustments (new_params, j, skip_return); in split_function()
H A Dlto-cgraph.c1995 bool skip_return = bp_unpack_value (&bp, 1); in input_node_opt_summary() local
1998 ipa_param_adjustments (new_params, always_copy_start, skip_return)); in input_node_opt_summary()
H A Dipa-cp.c4545 bool skip_return = old_adjustments->m_skip_return;
4548 skip_return));
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.h220 int always_copy_start, bool skip_return) in class()
222 m_skip_return (skip_return) in class()
H A Dipa-split.cc1348 bool skip_return = (!split_part_return_p in split_function() local
1353 || skip_return) in split_function()
1368 adjustments = new ipa_param_adjustments (new_params, j, skip_return); in split_function()
H A Dipa-param-manipulation.cc316 bool method2func, bool skip_return, in build_adjusted_function_type() argument
349 if (skip_return) in build_adjusted_function_type()
363 if (skip_return) in build_adjusted_function_type()
H A Dlto-cgraph.cc2005 bool skip_return = bp_unpack_value (&bp, 1); in input_node_opt_summary() local
2008 ipa_param_adjustments (new_params, always_copy_start, skip_return)); in input_node_opt_summary()
H A Dipa-cp.cc5115 bool skip_return = old_adjustments->m_skip_return; in create_specialized_node() local
5118 skip_return)); in create_specialized_node()
H A DChangeLog-201431195 vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,