Searched refs:noexcept_false_spec (Results 1 – 19 of 19) sorted by relevance
1213 || 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()
2551 if (!list || list == noexcept_false_spec) in merge_exception_specifiers()2553 else if (!add || add == noexcept_false_spec) in merge_exception_specifiers()
1355 raises = noex ? noexcept_true_spec : noexcept_false_spec; in ~comp_info()2358 *spec_p = noexcept_false_spec; in walk_field_subobs()
354 if (!spec || spec == noexcept_false_spec) in write_exception_spec()
2512 (noexcept_true_spec, noexcept_false_spec): New macros.2517 (cxx_init_decl_processing): Set noexcept_false_spec,noexcept_true_spec.
1062 if (t1 == noexcept_false_spec) in comp_except_specs()1066 if (t2 == noexcept_false_spec) in comp_except_specs()
24801 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()
4585 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()
348 #define noexcept_false_spec cp_global_trees[CPTI_NOEXCEPT_FALSE_SPEC] macro
1265 || 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()
2585 if (!list || list == noexcept_false_spec) in merge_exception_specifiers()2587 else if (!add || add == noexcept_false_spec) in merge_exception_specifiers()
1281 raises = noex ? noexcept_true_spec : noexcept_false_spec; in ~comp_info()2065 *spec_p = noexcept_false_spec; in walk_field_subobs()
358 if (!spec || spec == noexcept_false_spec) in write_exception_spec()
1034 if (t1 == noexcept_false_spec) in comp_except_specs()1038 if (t2 == noexcept_false_spec) in comp_except_specs()
23879 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()
4342 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()
331 #define noexcept_false_spec cp_global_trees[CPTI_NOEXCEPT_FALSE_SPEC] macro
2133 except_types = noexcept_false_spec; in plugin_build_exception_spec_variant()
1974 except_types = noexcept_false_spec; in plugin_build_exception_spec_variant()