Home
last modified time | relevance | path

Searched refs:EST_BasicNoexcept (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp376 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
433 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
H A DSemaLambda.cpp1372 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaExprCXX.cpp3036 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
6443 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()
6444 if (EST2 == EST_BasicNoexcept) return ESI1; in mergeExceptionSpecs()
6465 case EST_BasicNoexcept: in mergeExceptionSpecs()
H A DSemaDeclCXX.cpp179 EST = EST_BasicNoexcept; in CalledDecl()
202 case EST_BasicNoexcept: in CalledDecl()
209 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
17642 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
17754 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp4530 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
H A DSemaType.cpp7528 case EST_BasicNoexcept: in handleFunctionTypeAttr()
H A DSemaDecl.cpp9329 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3698 return EST_BasicNoexcept; in tryParseExceptionSpecification()
3751 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3755 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp746 case EST_BasicNoexcept: in getExternalExceptionSpecificationKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp648 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp538 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DASTContext.cpp4220 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()
4339 case EST_BasicNoexcept: in getFunctionTypeInternal()
4342 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
10654 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
H A DType.cpp3289 case EST_BasicNoexcept: in canThrow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4052 case EST_BasicNoexcept:
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5799 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()