Searched refs:NON_SAVING_SETJMP (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/ns32k/
H A Dpc532-min.h37 #define NON_SAVING_SETJMP (current_function_calls_setjmp) macro
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dv3gas.h30 #define NON_SAVING_SETJMP \ macro
H A Dsysv3.h72 #define NON_SAVING_SETJMP \
71 #define NON_SAVING_SETJMP macro
H A Dsvr3gas.h30 #define NON_SAVING_SETJMP \ macro
H A Dsco5.h668 #undef NON_SAVING_SETJMP macro
669 #define NON_SAVING_SETJMP \ macro
H A Di386.c2023 If NON_SAVING_SETJMP is defined and true, then it is not possible
2025 since NON_SAVING_SETJMP will not cause regs_ever_live to change
2039 #ifdef NON_SAVING_SETJMP
2040 if (NON_SAVING_SETJMP && current_function_calls_setjmp)
/haiku-buildtools/legacy/gcc/gcc/
H A Dfunction.c1599 #ifdef NON_SAVING_SETJMP
1600 && ! (NON_SAVING_SETJMP && current_function_calls_setjmp)
5592 #ifdef NON_SAVING_SETJMP
5595 NON_SAVING_SETJMP
5622 #ifdef NON_SAVING_SETJMP
5623 NON_SAVING_SETJMP
6471 #ifdef NON_SAVING_SETJMP
6474 if (NON_SAVING_SETJMP && current_function_calls_setjmp)
H A Dfinal.c1614 #ifdef NON_SAVING_SETJMP
1617 if (NON_SAVING_SETJMP && current_function_calls_setjmp)
H A Dgcse.c2112 #ifdef NON_SAVING_SETJMP
2113 if (NON_SAVING_SETJMP && GET_CODE (insn) == NOTE
H A Dreload.c6446 #ifdef NON_SAVING_SETJMP
6447 if (NON_SAVING_SETJMP && GET_CODE (p) == NOTE
H A Dreload1.c8871 #ifdef NON_SAVING_SETJMP
8872 if (NON_SAVING_SETJMP && GET_CODE (insn) == NOTE
/haiku-buildtools/gcc/gcc/
H A Dsystem.h910 NON_SAVING_SETJMP TARGET_LATE_RTL_PROLOGUE_EPILOGUE \

Completed in 122 milliseconds