Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EST

441   ExceptionSpecificationType EST = Proto->getExceptionSpecType();
442 if (isNoexceptExceptionSpec(EST)) {
447 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
520 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
521 if (isNoexceptExceptionSpec(EST)) {
525 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {