Searched refs:flag_new_exceptions (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dflags.h404 extern int flag_new_exceptions;
H A Dexcept.c639 if (! flag_new_exceptions)
729 if (! flag_new_exceptions || exceptions_via_longjmp)
890 if (!doing_eh (0) || ! flag_new_exceptions)
1080 if (flag_new_exceptions)
1551 if (exceptions_via_longjmp == 0 && ! flag_new_exceptions
1768 if (flag_new_exceptions && ! exceptions_via_longjmp)
1811 if (flag_new_exceptions && ! exceptions_via_longjmp)
1945 if (!flag_new_exceptions)
1988 if (flag_new_exceptions)
2150 if (rethrow != NULL_RTX && !flag_new_exceptions)
[all...]
H A Dfinal.c2101 if (! flag_new_exceptions)
2113 if (flag_new_exceptions)
H A Dtoplev.c662 int flag_new_exceptions = 0; variable
941 {"new-exceptions", &flag_new_exceptions, 1,
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dlang.c110 extern int flag_new_exceptions;
547 flag_new_exceptions = 1;

Completed in 144 milliseconds