Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dsearch.c1894 if (!comp_except_specs (base_throw, over_throw, 0)) in check_final_overrider()
H A Dtree.c972 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), 1)) in build_exception_variant()
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 Dcp-tree.h4503 extern bool comp_except_specs (tree, tree, bool);
H A Dtypeck.c845 comp_except_specs (tree t1, tree t2, bool exact) in comp_except_specs() function
H A Ddecl.c1103 && !comp_except_specs (new_exceptions, old_exceptions, in check_redeclaration_exception_specification()
H A DChangeLog-20033888 * cp-tree.h (comp_except_specs, compparms, cp_has_mutable_p,