Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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.h4443 extern bool comp_except_specs (tree, tree, bool);
H A Dtypeck.c828 comp_except_specs (tree t1, tree t2, bool exact) in comp_except_specs() function
H A Ddecl.c1090 && !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,
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c1108 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), 1))
H A Dsearch.c2075 if (!comp_except_specs (base_throw, over_throw, 0))
H A Dcp-tree.h4398 extern int comp_except_specs PARAMS ((tree, tree, int));
H A Dtypeck.c792 comp_except_specs (t1, t2, exact) in comp_except_specs() function
H A DChangeLog.23912 (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 Ddecl.c3798 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl)),