Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc1213 || spec == noexcept_false_spec in nothrow_spec_p()
1244 return spec == NULL_TREE || spec == noexcept_false_spec; in type_throw_all_p()
1269 return noexcept_false_spec; in build_noexcept_spec()
H A Dtypeck2.cc2551 if (!list || list == noexcept_false_spec) in merge_exception_specifiers()
2553 else if (!add || add == noexcept_false_spec) in merge_exception_specifiers()
H A Dmethod.cc1355 raises = noex ? noexcept_true_spec : noexcept_false_spec; in ~comp_info()
2358 *spec_p = noexcept_false_spec; in walk_field_subobs()
H A Dmangle.cc354 if (!spec || spec == noexcept_false_spec) in write_exception_spec()
H A DChangeLog-20102512 (noexcept_true_spec, noexcept_false_spec): New macros.
2517 (cxx_init_decl_processing): Set noexcept_false_spec,noexcept_true_spec.
H A Dtypeck.cc1062 if (t1 == noexcept_false_spec) in comp_except_specs()
1066 if (t2 == noexcept_false_spec) in comp_except_specs()
H A Dpt.cc24801 if (pspec == NULL_TREE) pspec = noexcept_false_spec; in unify()
24802 if (aspec == NULL_TREE) aspec = noexcept_false_spec; in unify()
26388 spec = noexcept_false_spec; in maybe_instantiate_noexcept()
26434 spec = noexcept_false_spec; in maybe_instantiate_noexcept()
26444 spec = noexcept_false_spec; in maybe_instantiate_noexcept()
H A Ddecl.cc4585 noexcept_false_spec = build_tree_list (boolean_false_node, NULL_TREE); in cxx_init_decl_processing()
4698 new_eh_spec = noexcept_false_spec; in cxx_init_decl_processing()
H A Dcp-tree.h348 #define noexcept_false_spec cp_global_trees[CPTI_NOEXCEPT_FALSE_SPEC] macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c1265 || spec == noexcept_false_spec in nothrow_spec_p()
1296 return spec == NULL_TREE || spec == noexcept_false_spec; in type_throw_all_p()
1319 return noexcept_false_spec; in build_noexcept_spec()
H A Dtypeck2.c2585 if (!list || list == noexcept_false_spec) in merge_exception_specifiers()
2587 else if (!add || add == noexcept_false_spec) in merge_exception_specifiers()
H A Dmethod.c1281 raises = noex ? noexcept_true_spec : noexcept_false_spec; in ~comp_info()
2065 *spec_p = noexcept_false_spec; in walk_field_subobs()
H A Dmangle.c358 if (!spec || spec == noexcept_false_spec) in write_exception_spec()
H A Dtypeck.c1034 if (t1 == noexcept_false_spec) in comp_except_specs()
1038 if (t2 == noexcept_false_spec) in comp_except_specs()
H A Dpt.c23879 if (pspec == NULL_TREE) pspec = noexcept_false_spec; in unify()
23880 if (aspec == NULL_TREE) aspec = noexcept_false_spec; in unify()
25531 spec = noexcept_false_spec; in maybe_instantiate_noexcept()
25577 spec = noexcept_false_spec; in maybe_instantiate_noexcept()
25586 spec = noexcept_false_spec; in maybe_instantiate_noexcept()
H A Ddecl.c4342 noexcept_false_spec = build_tree_list (boolean_false_node, NULL_TREE); in cxx_init_decl_processing()
4455 new_eh_spec = noexcept_false_spec; in cxx_init_decl_processing()
H A Dcp-tree.h331 #define noexcept_false_spec cp_global_trees[CPTI_NOEXCEPT_FALSE_SPEC] macro
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2133 except_types = noexcept_false_spec; in plugin_build_exception_spec_variant()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc1974 except_types = noexcept_false_spec; in plugin_build_exception_spec_variant()