Searched refs:flag_exceptions (Results 1 - 25 of 52) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20100108_0.c3 reference to flag_exceptions. This can be tested with
7 extern int flag_exceptions;
8 static int *foo = &flag_exceptions;
/haiku-buildtools/legacy/gcc/gcc/
H A Dflags.h399 extern int flag_exceptions;
H A Dregmove.c411 when we see a CALL_INSN if flag_exceptions is nonzero. */
412 if (flag_exceptions && GET_CODE (p) == CALL_INSN)
605 when we see a CALL_INSN if flag_exceptions is nonzero. */
606 if (flag_exceptions && GET_CODE (p) == CALL_INSN)
690 when we see a CALL_INSN if flag_exceptions is nonzero. */
691 if (flag_exceptions && GET_CODE (p) == CALL_INSN)
981 when we see a CALL_INSN if flag_exceptions is nonzero. */
982 if (flag_exceptions && GET_CODE (p) == CALL_INSN)
1437 flag_exceptions is nonzero. */
1438 if (flag_exceptions
[all...]
H A Dtoplev.c657 int flag_exceptions; variable
939 {"exceptions", &flag_exceptions, 1,
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-cilkplus.c132 if (flag_exceptions)
H A Dexcept.c389 if (!flag_exceptions)
473 if (! flag_exceptions)
H A Dinit.c2591 if (cxx_dialect >= cxx11 && flag_exceptions)
2896 if (flag_exceptions && ! use_java_new)
3565 if (flag_exceptions && TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
3610 if (flag_exceptions)
3865 if (flag_exceptions && TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dlang.c111 extern int flag_exceptions;
499 flag_exceptions = 1;
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pch.c56 { &flag_exceptions, "-fexceptions" },
H A Dcilk.c480 if (!(flags & ECF_NOTHROW) && flag_exceptions)
569 flag_exceptions && !flag_non_call_exceptions. */
H A Dc-cppbuiltin.c884 if (flag_exceptions)
H A Dc-opts.c808 flag_exceptions = 1;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c2456 if (flag_exceptions)
2466 if (flag_exceptions)
2491 if ((check_new || flag_exceptions) && rval)
2627 if (flag_exceptions && alloc_expr && ! use_java_new)
2873 if (!TYPE_NEEDS_DESTRUCTOR (type) || !flag_exceptions)
2907 if (!TYPE_NEEDS_DESTRUCTOR (type) || !flag_exceptions)
H A Dlex.c402 flag_exceptions = 1;
836 if (!flag_exceptions)
/haiku-buildtools/gcc/gcc/java/
H A Dexcept.c587 if (! flag_exceptions)
/haiku-buildtools/gcc/gcc/
H A Dtree-eh.c1798 if (flag_exceptions)
1879 if (flag_exceptions)
1919 if (flag_exceptions)
1956 if (flag_exceptions && !cleanup_dead)
2815 if (!flag_exceptions)
2850 if (!flag_exceptions)
3170 virtual bool gate (function *) { return flag_exceptions != 0; }
3361 virtual bool gate (function *) { return flag_exceptions != 0; }
H A Dexcept.c274 if (! flag_exceptions)
1748 if (!flag_exceptions)
1996 if (! flag_exceptions)
H A Ddwarf2cfi.c3421 if ((flag_unwind_tables || flag_exceptions)
3458 && !flag_unwind_tables && !flag_exceptions
H A Dcgraph.c2384 if (!opt_for_fn (decl, flag_exceptions))
2404 if (!opt_for_fn (caller->decl, flag_exceptions))
H A Dlto-streamer-in.c629 lang_dependent_init, we have to set flag_exceptions and call
631 flag_exceptions = 1;
H A Dipa-pure-const.c649 || (!flag_exceptions && (flags & ECF_NORETURN)));
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dmisc.c414 flag_exceptions = 1;
/haiku-buildtools/gcc/gcc/config/cr16/
H A Dcr16.c97 (flag_unwind_tables || (flag_exceptions && !UI_SJLJ))
304 if (flag_exceptions)
/haiku-buildtools/gcc/gcc/fortran/
H A Df95-lang.c1267 if (!flag_exceptions || gfc_eh_initialized_p)
/haiku-buildtools/gcc/gcc/config/
H A Ddarwin.c3182 flag_exceptions = 1;
3193 flag_exceptions = 0;

Completed in 411 milliseconds

123