Searched refs:comp_except_specs (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c1896 if (!comp_except_specs (base_throw, over_throw, ce_derived))
H A Dtree.c2217 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (cand),
5029 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea),
H A Dmethod.c2565 else if (!comp_except_specs
H A Dtypeck.c1017 comp_except_specs (const_tree t1, const_tree t2, int exact)
1284 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (t1),
1015 comp_except_specs (const_tree t1, const_tree t2, int exact) function
H A Dname-lookup.c2553 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old)),
H A Dcp-tree.h7563 extern bool comp_except_specs (const_tree, const_tree, int);
H A Ddecl.c1201 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal))
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc1912 if (!comp_except_specs (base_throw, over_throw, ce_derived))
H A Dtree.cc2317 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (cand),
5333 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea),
H A Dmethod.cc2858 else if (!comp_except_specs
H A Dtypeck.cc1045 comp_except_specs (const_tree t1, const_tree t2, int exact)
1311 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (t1),
1043 comp_except_specs (const_tree t1, const_tree t2, int exact) function
H A Dcp-tree.h7972 extern bool comp_except_specs (const_tree, const_tree, int);
H A Dname-lookup.cc3021 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old)),
H A Dmodule.cc11059 && !comp_except_specs (d_spec, e_spec, ce_type))
H A Ddecl.cc1254 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal))

Completed in 693 milliseconds