Home
last modified time | relevance | path

Searched refs:empty_except_spec (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c201 except = empty_except_spec; in declare_library_fn()
218 except = empty_except_spec; in declare_library_fn()
1259 if (spec == empty_except_spec in nothrow_spec_p()
H A Dmethod.c2248 *spec_p = (cxx_dialect >= cxx11 ? noexcept_true_spec : empty_except_spec); in synthesized_method_walk()
2451 tree spec = empty_except_spec; in get_defaulted_eh_spec()
2654 tree raises = empty_except_spec; in implicitly_declare_fn()
H A Ddecl.c4340 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE); in cxx_init_decl_processing()
4358 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
4468 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing()
4493 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing()
4528 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing()
4543 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing()
H A Dmangle.c368 if (spec == noexcept_true_spec || spec == empty_except_spec) in write_exception_spec()
H A Dcp-gimplify.c1719 == empty_except_spec)) in cp_genericize_r()
H A Dtypeck.c1044 t1 = empty_except_spec; in comp_except_specs()
1046 t2 = empty_except_spec; in comp_except_specs()
H A Dcp-tree.h329 #define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC] macro
H A Dparser.c26048 type_id_list = empty_except_spec; in cp_parser_exception_specification_opt()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc146 tree except = ecf & ECF_NOTHROW ? empty_except_spec : NULL_TREE; in declare_library_fn_1()
1207 if (spec == empty_except_spec in nothrow_spec_p()
H A Dmethod.cc2541 *spec_p = (cxx_dialect >= cxx11 ? noexcept_true_spec : empty_except_spec); in synthesized_method_walk()
2744 tree spec = empty_except_spec; in get_defaulted_eh_spec()
2951 tree raises = empty_except_spec; in implicitly_declare_fn()
H A Ddecl.cc4583 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE); in cxx_init_decl_processing()
4601 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
4711 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing()
4736 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing()
4771 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing()
4786 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing()
H A DChangeLog-19992686 empty_except_spec, null, jclass, minus_one, terminate.
2701 (vt_off_identifier, empty_except_spec, null_node): Likewise.
3910 * cp-tree.h (empty_except_spec): New global var.
3914 * decl.c (empty_except_spec): Define new global var.
3916 (init_decl_processing): Initialize empty_except_spec.
3918 * parse.y (exception_specification_opt): Use empty_except_spec.
H A Dmangle.cc364 if (spec == noexcept_true_spec || spec == empty_except_spec) in write_exception_spec()
H A Dcp-gimplify.cc1590 == empty_except_spec)) in cp_genericize_r()
H A Dtypeck.cc1072 t1 = empty_except_spec; in comp_except_specs()
1074 t2 = empty_except_spec; in comp_except_specs()
H A Dcp-tree.h346 #define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC] macro
H A Dparser.cc28079 type_id_list = empty_except_spec; in cp_parser_exception_specification_opt()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2135 except_types = empty_except_spec; in plugin_build_exception_spec_variant()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc1976 except_types = empty_except_spec; in plugin_build_exception_spec_variant()