Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EST

495   ExceptionSpecificationType EST = Proto->getExceptionSpecType();
496 if (isNoexceptExceptionSpec(EST)) {
501 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
563 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
564 if (isNoexceptExceptionSpec(EST)) {
568 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {