Home | History | Annotate | Download | only in AST

Lines Matching refs:EST

1672   ExceptionSpecificationType est = getExceptionSpecType();
1673 if (est == EST_BasicNoexcept)
1676 if (est != EST_ComputedNoexcept)
1696 ExceptionSpecificationType EST = getExceptionSpecType();
1697 assert(EST != EST_Unevaluated && EST != EST_Uninstantiated);
1698 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept)
1701 if (EST == EST_Dynamic && ResultIfDependent == true) {
1710 if (EST != EST_ComputedNoexcept)