Searched refs:EST (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/tools/regression/atm/proto_sscfu/
H A DRunTest.sh10 $LOCALBASE/bin/ats_sscfu $options $DATA/Funcs $DATA/EST* $DATA/REL* \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp499 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
500 if (isNoexceptExceptionSpec(EST)) {
505 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
567 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
568 if (isNoexceptExceptionSpec(EST)) {
572 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3019 ExceptionSpecificationType EST = getExceptionSpecType();
3020 assert(EST != EST_Unevaluated && EST != EST_Uninstantiated);
3021 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept)
3023 if (EST != EST_ComputedNoexcept)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp163 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
166 if (EST == EST_MSAny || EST == EST_None) {
168 ComputedEST = EST;
176 if (EST == EST_BasicNoexcept)
185 if (EST == EST_DynamicNone) {
192 if (EST == EST_ComputedNoexcept) {
210 assert(EST == EST_Dynamic && "EST case not considered earlier.");
12643 Sema::checkExceptionSpecification(ExceptionSpecificationType EST, argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4674 ExceptionSpecificationType EST = local
4676 EPI.ExceptionSpecType = EST;
4678 if (EST == EST_Dynamic) {
4683 } else if (EST == EST_ComputedNoexcept) {
4685 } else if (EST == EST_Uninstantiated) {
4688 } else if (EST == EST_Unevaluated) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3858 void checkExceptionSpecification(ExceptionSpecificationType EST,
/freebsd-9.3-release/contrib/openbsm/
H A Dconfigure12943 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"

Completed in 341 milliseconds