Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EST

483   ExceptionSpecificationType EST = Proto->getExceptionSpecType();
484 if (isNoexceptExceptionSpec(EST)) {
489 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
551 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
552 if (isNoexceptExceptionSpec(EST)) {
556 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {