Home
last modified time | relevance | path

Searched refs:really_return (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c9547 if (really_return) in output_return_instruction()
9562 gcc_assert (!current_function_calls_alloca || really_return); in output_return_instruction()
9577 if (really_return in output_return_instruction()
9611 || ! really_return in output_return_instruction()
9683 if (really_return in output_return_instruction()
9689 really_return = 0; in output_return_instruction()
9693 if (really_return) in output_return_instruction()
9847 int really_return = (sibling == NULL); in arm_output_epilogue() local
10005 if (really_return in arm_output_epilogue()
10110 && really_return in arm_output_epilogue()
[all …]
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200019545 (arm_output_epilogue): New parameter, really_return. All callers
H A DChangeLog-20032576 really_return from the new argument. Update all callers.