Home
last modified time | relevance | path

Searched refs:comp_except_specs (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc1910 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
H A Dtree.cc2313 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (cand), in cp_check_qualified_type()
5327 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea), in cxx_type_hash_eq()
H A DChangeLog-19993912 (comp_except_specs): Prototype new global function.
3915 (duplicate_decls): Use comp_except_specs, reword error message.
3927 * tree.c (build_exception_variant): Use comp_except_specs.
3930 comp_except_specs. Compare two types as exception specifiers.
3931 (comp_except_specs): New global function, compare two exception
3933 (comptypes): Adjust for comp_except_specs.
H A DChangeLog-20102241 * typeck.c (comp_except_specs): Fix ce_derived with noexcept.
2504 * typeck.c (comp_except_specs): Handle compatibility rules.
2510 (comp_except_specs): Define ce_derived, ce_normal, ce_exact enums.
H A Dmethod.cc2856 else if (!comp_except_specs in maybe_explain_implicit_delete()
H A DChangeLog-20071233 string_conv_p, type_unknown_p, comp_except_specs, compparms,
1251 * typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
H A Dtypeck.cc1043 comp_except_specs (const_tree t1, const_tree t2, int exact) in comp_except_specs() function
1309 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (t1), in structural_comptypes()
H A Dname-lookup.cc3021 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old)), in check_extern_c_conflict()
H A Dcp-tree.h7961 extern bool comp_except_specs (const_tree, const_tree, int);
H A DChangeLog-2016556 (comp_except_specs): Compare canonical EH specs.
H A DChangeLog-20113300 * typeck.c (comp_except_specs): noexcept(false) is not compatible
H A DChangeLog-20033888 * cp-tree.h (comp_except_specs, compparms, cp_has_mutable_p,
H A Ddecl.cc1249 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
H A DChangeLog-20194572 error_mark_node to comp_except_specs.
H A Dmodule.cc11059 && !comp_except_specs (d_spec, e_spec, ce_type)) in is_matching_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c1894 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
H A Dtree.c2213 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (cand), in cp_check_qualified_type()
5023 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea), in cxx_type_hash_eq()
H A Dmethod.c2563 else if (!comp_except_specs in maybe_explain_implicit_delete()
H A Dtypeck.c1015 comp_except_specs (const_tree t1, const_tree t2, int exact) in comp_except_specs() function
1282 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (t1), in structural_comptypes()
H A Dname-lookup.c2552 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old)), in check_extern_c_conflict()
H A Dcp-tree.h7553 extern bool comp_except_specs (const_tree, const_tree, int);
H A Ddecl.c1196 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()