Searched refs:current_function_calls_setjmp (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h491 #define current_function_calls_setjmp (cfun->calls_setjmp)
490 #define current_function_calls_setjmp macro
H A Dtree-tailcall.c179 if (current_function_calls_setjmp)
H A Dexplow.c1153 if (!current_function_calls_setjmp)
H A Dgcse.c670 if (current_function_calls_setjmp)
6541 if (current_function_calls_setjmp)
H A Dtree-cfg.c1828 current_function_calls_setjmp = true;
1839 current_function_calls_setjmp = false;
H A Dcalls.c404 current_function_calls_setjmp = 1;
H A Dbuiltins.c661 current_function_calls_setjmp = 1;
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c2473 = (current_function_calls_setjmp ? 0 : find_gr_spill (1));
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c12914 && ! (current_function_calls_setjmp && flag_exceptions)
13376 || current_function_calls_setjmp

Completed in 315 milliseconds