Home
last modified time | relevance | path

Searched refs:current_function_nothrow (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Doutput.h423 extern int current_function_nothrow;
H A Dexcept.c2928 current_function_nothrow = 1; in set_nothrow_function_flags()
2944 current_function_nothrow = 0; in set_nothrow_function_flags()
2957 current_function_nothrow = 0; in set_nothrow_function_flags()
H A Dtoplev.c2578 if (current_function_nothrow)
3644 if (current_function_nothrow)
H A Dfunction.c108 int current_function_nothrow; variable
6342 current_function_nothrow = 0; in prepare_function_start()
H A Ddwarf2out.c2145 fde->nothrow = current_function_nothrow;
H A DChangeLog.38753 current_function_nothrow.
11258 * function.c (current_function_nothrow): New var.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c866 && current_function_nothrow in arm_compute_func_type()