Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dmethod.c1869 else if (!comp_except_specs in maybe_explain_implicit_delete()
2228 if (!comp_except_specs (fn_spec, eh_spec, ce_normal)) in defaulted_late_check()
2284 if (!comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)), in after_nsdmi_defaulted_late_checks()
H A Dtree.c2105 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (cand), in cp_check_qualified_type()
2668 if (comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (type), ce_exact)) in build_exception_variant()
4792 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea), in cxx_type_hash_eq()
H A Dsearch.c1950 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in check_final_overrider()
H A Dtypeck.c1016 comp_except_specs (const_tree t1, const_tree t2, int exact) in comp_except_specs() function
1276 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (t1), in structural_comptypes()
H A Dname-lookup.c2544 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old)), in check_extern_c_conflict()
H A Dcp-tree.h7204 extern bool comp_except_specs (const_tree, const_tree, int);
H A Ddecl.c1250 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtree.c1897 if (comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (type), ce_exact)) in build_exception_variant()
1903 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), ce_exact)) in build_exception_variant()
3230 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea), in cxx_type_hash_eq()
H A Dmethod.c1644 if (!comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)), in defaulted_late_check()
H A Dsearch.c1935 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in check_final_overrider()
H A Dname-lookup.c858 if (!comp_except_specs (previous_exception_spec, in pushdecl_maybe_friend_1()
H A Dcp-tree.h5774 extern bool comp_except_specs (const_tree, const_tree, int);
H A Dtypeck.c989 comp_except_specs (const_tree t1, const_tree t2, int exact) in comp_except_specs() function
H A Ddecl.c1139 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()