Home
last modified time | relevance | path

Searched refs:all_throwers_are_sibcalls (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dfunction.h413 unsigned int all_throwers_are_sibcalls : 1; member
Dexcept.c2808 cfun->all_throwers_are_sibcalls = 1; in set_nothrow_function_flags()
2820 cfun->all_throwers_are_sibcalls = 0; in set_nothrow_function_flags()
2833 cfun->all_throwers_are_sibcalls = 0; in set_nothrow_function_flags()
Ddwarf2out.c238 unsigned all_throwers_are_sibcalls : 1; member
2201 if ((fde_table[i].nothrow || fde_table[i].all_throwers_are_sibcalls) in output_call_frame_info()
2221 && ! fde_table[i].all_throwers_are_sibcalls) in output_call_frame_info()
2374 && (fde->nothrow || fde->all_throwers_are_sibcalls) in output_call_frame_info()
2590 fde->all_throwers_are_sibcalls = cfun->all_throwers_are_sibcalls; in dwarf2out_begin_prologue()
DChangeLog-20029579 all_throwers_are_sibcalls.
9585 all_throwers_are_sibcalls.
DChangeLog-200325067 unwind information if all_throwers_are_sibcalls.