/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | search.cc | 1910 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
|
H A D | tree.cc | 2313 && 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 D | ChangeLog-1999 | 3912 (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 D | ChangeLog-2010 | 2241 * 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 D | method.cc | 2856 else if (!comp_except_specs in maybe_explain_implicit_delete()
|
H A D | ChangeLog-2007 | 1233 string_conv_p, type_unknown_p, comp_except_specs, compparms, 1251 * typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
|
H A D | typeck.cc | 1043 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 D | name-lookup.cc | 3021 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old)), in check_extern_c_conflict()
|
H A D | cp-tree.h | 7961 extern bool comp_except_specs (const_tree, const_tree, int);
|
H A D | ChangeLog-2016 | 556 (comp_except_specs): Compare canonical EH specs.
|
H A D | ChangeLog-2011 | 3300 * typeck.c (comp_except_specs): noexcept(false) is not compatible
|
H A D | ChangeLog-2003 | 3888 * cp-tree.h (comp_except_specs, compparms, cp_has_mutable_p,
|
H A D | decl.cc | 1249 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
|
H A D | ChangeLog-2019 | 4572 error_mark_node to comp_except_specs.
|
H A D | module.cc | 11059 && !comp_except_specs (d_spec, e_spec, ce_type)) in is_matching_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | search.c | 1894 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
|
H A D | tree.c | 2213 && 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 D | method.c | 2563 else if (!comp_except_specs in maybe_explain_implicit_delete()
|
H A D | typeck.c | 1015 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 D | name-lookup.c | 2552 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old)), in check_extern_c_conflict()
|
H A D | cp-tree.h | 7553 extern bool comp_except_specs (const_tree, const_tree, int);
|
H A D | decl.c | 1196 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
|