Searched refs:ce_derived (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 1035 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 D | search.c | 1894 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
|
| H A D | cp-tree.h | 7552 enum { ce_derived, ce_type, ce_normal, ce_exact }; enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck.cc | 1063 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 D | search.cc | 1910 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
|
| H A D | ChangeLog-2010 | 2241 * typeck.c (comp_except_specs): Fix ce_derived with noexcept. 2510 (comp_except_specs): Define ce_derived, ce_normal, ce_exact enums.
|
| H A D | cp-tree.h | 7960 enum { ce_derived, ce_type, ce_normal, ce_exact }; enumerator
|