Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1035 return t2 == NULL_TREE || exact == ce_derived; in comp_except_specs()
1058 return t2 == NULL_TREE || exact == ce_derived; in comp_except_specs()
1064 return exact == ce_derived; in comp_except_specs()
1079 if (probe == base && exact > ce_derived) in comp_except_specs()
1088 return exact == ce_derived || base == NULL_TREE || length == list_length (t1); in comp_except_specs()
H A Dsearch.c1894 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
H A Dcp-tree.h7552 enum { ce_derived, ce_type, ce_normal, ce_exact }; enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1063 return t2 == NULL_TREE || exact == ce_derived; in comp_except_specs()
1086 return t2 == NULL_TREE || exact == ce_derived; in comp_except_specs()
1092 return exact == ce_derived; in comp_except_specs()
1107 if (probe == base && exact > ce_derived) in comp_except_specs()
1116 return exact == ce_derived || base == NULL_TREE || length == list_length (t1); in comp_except_specs()
H A Dsearch.cc1910 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
H A DChangeLog-20102241 * typeck.c (comp_except_specs): Fix ce_derived with noexcept.
2510 (comp_except_specs): Define ce_derived, ce_normal, ce_exact enums.
H A Dcp-tree.h7960 enum { ce_derived, ce_type, ce_normal, ce_exact }; enumerator