Home
last modified time | relevance | path

Searched refs:current_function_calls_longjmp (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsysv3.h67 (current_function_calls_setjmp && current_function_calls_longjmp)
78 (current_function_calls_setjmp || current_function_calls_longjmp)
H A Dsvr3gas.h31 (current_function_calls_setjmp && current_function_calls_longjmp)
42 (current_function_calls_setjmp || current_function_calls_longjmp)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfunction.h531 #define current_function_calls_longjmp (cfun->calls_longjmp) macro
H A Dcalls.c3209 current_function_calls_longjmp = 1;
H A Dbuiltins.c666 current_function_calls_longjmp = 1;
H A Dfunction.c6337 current_function_calls_longjmp = 0; in prepare_function_start()
H A DChangeLog.210383 current_function_calls_longjmp): Delete declarations.
11272 current_function_calls_longjmp, current_function_has_nonlocal_label,
11331 current_function_calls_longjmp, current_function_calls_alloca,
H A DChangeLog.03096 * gcse.c (current_function_calls_longjmp): Declare.
H A DChangeLog.43753 (expand_builtin_longjmp): Set current_function_calls_longjmp.
H A DChangeLog.13555 (current_function_calls_longjmp): Delete declaration.