Home
last modified time | relevance | path

Searched refs:flag_exceptions (Results 1 – 25 of 50) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dflags.h499 extern int flag_exceptions;
H A Dexcept.c364 if (! flag_exceptions)
381 if (! flag_exceptions) in init_eh()
2938 if (! flag_exceptions) in set_nothrow_function_flags()
H A Dc-opts.c1181 flag_exceptions = on;
H A Dtoplev.c732 int flag_exceptions; variable
1122 {"exceptions", &flag_exceptions, 1,
H A Ddwarf2out.c102 || (flag_exceptions && ! USING_SJLJ_EXCEPTIONS) in dwarf2out_do_frame()
1841 bool any_eh_needed = !flag_exceptions || flag_asynchronous_unwind_tables;
1985 if (for_eh && !flag_asynchronous_unwind_tables && flag_exceptions
2105 if ((! flag_exceptions || USING_SJLJ_EXCEPTIONS)
2205 if (! USING_SJLJ_EXCEPTIONS && (flag_unwind_tables || flag_exceptions)) in dwarf2out_frame_finish()
/openbsd-src/gnu/gcc/gcc/
H A Dc-opts.c229 flag_exceptions = c_dialect_cxx (); in c_common_init_options()
695 flag_exceptions = value; in c_common_handle_option()
1028 flag_exceptions = 1; in c_common_post_options()
H A Dc-pch.c47 { &flag_exceptions, "-fexceptions" },
H A Dtree-ssa-math-opts.c262 if (flag_exceptions) in compute_merit()
H A Dc-cppbuiltin.c415 if (flag_exceptions) in c_cpp_builtins()
H A Dtree-eh.c1541 if (!flag_exceptions) in lower_cleanup()
2006 if (!flag_exceptions) in tree_could_throw_p()
H A Dopts.c634 if (flag_exceptions && flag_reorder_blocks_and_partition) in decode_options()
H A Dexcept.c332 if (! flag_exceptions) in doing_eh()
349 if (! flag_exceptions) in init_eh()
2810 if (! flag_exceptions) in set_nothrow_function_flags()
H A Ddwarf2out.c124 || (flag_exceptions && ! USING_SJLJ_EXCEPTIONS))) in dwarf2out_do_frame()
2209 bool any_eh_needed = !flag_exceptions || flag_asynchronous_unwind_tables; in output_call_frame_info()
2369 if (for_eh && !flag_asynchronous_unwind_tables && flag_exceptions in output_call_frame_info()
2536 if ((! flag_exceptions || USING_SJLJ_EXCEPTIONS) in dwarf2out_begin_prologue()
2647 if (! USING_SJLJ_EXCEPTIONS && (flag_unwind_tables || flag_exceptions)) in dwarf2out_frame_finish()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c1960 if (flag_exceptions && ! use_java_new) in build_new_1()
2492 if (flag_exceptions && TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type) in build_vec_init()
2624 if (flag_exceptions && TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type) in build_vec_init()
H A Ddecl.c1089 && flag_exceptions in check_redeclaration_exception_specification()
3295 if (flag_exceptions) in cxx_init_decl_processing()
3305 if (flag_exceptions) in cxx_init_decl_processing()
10870 return (flag_exceptions && flag_enforce_eh_specs in use_eh_spec_block()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlang.c819 flag_exceptions = 1; in java_init_options()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c2425 if (flag_exceptions && ! use_java_new)
2823 if (flag_exceptions && TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
2984 if (flag_exceptions && TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
H A Dlex.c208 flag_exceptions = 1; in cxx_init_options()
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.c1638 flag_exceptions = 0; in darwin_override_options()
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.c3655 if (!flag_unwind_tables && (!flag_exceptions || USING_SJLJ_EXCEPTIONS)) in ia64_output_function_prologue()
3713 if (!flag_unwind_tables && (!flag_exceptions || USING_SJLJ_EXCEPTIONS)) in ia64_output_function_end_prologue()
7665 && (flag_unwind_tables || (flag_exceptions && !USING_SJLJ_EXCEPTIONS))) in ia64_add_bundle_selector_before()
8546 if (flag_unwind_tables || (flag_exceptions && !USING_SJLJ_EXCEPTIONS)) in ia64_reorg()
9019 || (flag_exceptions && !USING_SJLJ_EXCEPTIONS)); in process_for_unwind_directive()
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.h1893 ((!USING_SJLJ_EXCEPTIONS && flag_exceptions) || flag_unwind_tables)
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dmmix.c68 (flag_exceptions \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c3060 if (!flag_unwind_tables && (!flag_exceptions || USING_SJLJ_EXCEPTIONS))
3119 if (!flag_unwind_tables && (!flag_exceptions || USING_SJLJ_EXCEPTIONS))
7173 if (flag_unwind_tables || (flag_exceptions && !USING_SJLJ_EXCEPTIONS))
7676 || (flag_exceptions && !USING_SJLJ_EXCEPTIONS))
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.c810 if (flag_exceptions) in mt_override_options()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c65 (flag_exceptions \

12