/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | flags.h | 499 extern int flag_exceptions;
|
H A D | except.c | 364 if (! flag_exceptions) 381 if (! flag_exceptions) in init_eh() 2938 if (! flag_exceptions) in set_nothrow_function_flags()
|
H A D | c-opts.c | 1181 flag_exceptions = on;
|
H A D | toplev.c | 732 int flag_exceptions; variable 1122 {"exceptions", &flag_exceptions, 1,
|
H A D | dwarf2out.c | 102 || (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 D | c-opts.c | 229 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 D | c-pch.c | 47 { &flag_exceptions, "-fexceptions" },
|
H A D | tree-ssa-math-opts.c | 262 if (flag_exceptions) in compute_merit()
|
H A D | c-cppbuiltin.c | 415 if (flag_exceptions) in c_cpp_builtins()
|
H A D | tree-eh.c | 1541 if (!flag_exceptions) in lower_cleanup() 2006 if (!flag_exceptions) in tree_could_throw_p()
|
H A D | opts.c | 634 if (flag_exceptions && flag_reorder_blocks_and_partition) in decode_options()
|
H A D | except.c | 332 if (! flag_exceptions) in doing_eh() 349 if (! flag_exceptions) in init_eh() 2810 if (! flag_exceptions) in set_nothrow_function_flags()
|
H A D | dwarf2out.c | 124 || (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 D | init.c | 1960 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 D | decl.c | 1089 && 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 D | lang.c | 819 flag_exceptions = 1; in java_init_options()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | init.c | 2425 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 D | lex.c | 208 flag_exceptions = 1; in cxx_init_options()
|
/openbsd-src/gnu/gcc/gcc/config/ |
H A D | darwin.c | 1638 flag_exceptions = 0; in darwin_override_options()
|
/openbsd-src/gnu/gcc/gcc/config/ia64/ |
H A D | ia64.c | 3655 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 D | arm.h | 1893 ((!USING_SJLJ_EXCEPTIONS && flag_exceptions) || flag_unwind_tables)
|
/openbsd-src/gnu/gcc/gcc/config/mmix/ |
H A D | mmix.c | 68 (flag_exceptions \
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64.c | 3060 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 D | mt.c | 810 if (flag_exceptions) in mt_override_options()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | mmix.c | 65 (flag_exceptions \
|