Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDsearch.c1894 if (!comp_except_specs (base_throw, over_throw, 0)) in check_final_overrider()
HDtree.c972 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), 1)) in build_exception_variant()
HDChangeLog-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.
HDcp-tree.h4503 extern bool comp_except_specs (tree, tree, bool);
HDtypeck.c845 comp_except_specs (tree t1, tree t2, bool exact) in comp_except_specs() function
HDdecl.c1103 && !comp_except_specs (new_exceptions, old_exceptions, in check_redeclaration_exception_specification()
HDChangeLog-20033888 * cp-tree.h (comp_except_specs, compparms, cp_has_mutable_p,