Searched refs:comp_except_specs (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | method.c | 1869 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 D | tree.c | 2105 && 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 D | search.c | 1950 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in check_final_overrider()
|
H A D | typeck.c | 1016 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 D | name-lookup.c | 2544 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old)), in check_extern_c_conflict()
|
H A D | cp-tree.h | 7204 extern bool comp_except_specs (const_tree, const_tree, int);
|
H A D | decl.c | 1250 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | tree.c | 1897 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 D | method.c | 1644 if (!comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)), in defaulted_late_check()
|
H A D | search.c | 1935 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in check_final_overrider()
|
H A D | name-lookup.c | 858 if (!comp_except_specs (previous_exception_spec, in pushdecl_maybe_friend_1()
|
H A D | cp-tree.h | 5774 extern bool comp_except_specs (const_tree, const_tree, int);
|
H A D | typeck.c | 989 comp_except_specs (const_tree t1, const_tree t2, int exact) in comp_except_specs() function
|
H A D | decl.c | 1139 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
|