Home
last modified time | relevance | path

Searched refs:ce_exact (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtree.c1897 if (comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (type), ce_exact)) in build_exception_variant()
1903 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), ce_exact)) in build_exception_variant()
3231 TYPE_RAISES_EXCEPTIONS (typeb), ce_exact); in cxx_type_hash_eq()
H A Dcp-tree.h5773 enum { ce_derived, ce_normal, ce_exact }; enumerator
H A Dtypeck.c999 if (exact < ce_exact) in comp_except_specs()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtree.c2106 ce_exact) in cp_check_qualified_type()
2668 if (comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (type), ce_exact)) in build_exception_variant()
4793 TYPE_RAISES_EXCEPTIONS (typeb), ce_exact); in cxx_type_hash_eq()
H A Dcp-tree.h7203 enum { ce_derived, ce_type, ce_normal, ce_exact }; enumerator
H A Dtypeck.c1026 if (exact < ce_exact) in comp_except_specs()