Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp376 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
433 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
H A DSemaLambda.cpp1376 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaExprCXX.cpp3053 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
6491 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()
6492 if (EST2 == EST_BasicNoexcept) return ESI1; in mergeExceptionSpecs()
6513 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()
17847 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
17959 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp4654 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
H A DSemaType.cpp7563 case EST_BasicNoexcept: in handleFunctionTypeAttr()
H A DSemaDecl.cpp9388 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3789 return EST_BasicNoexcept; in tryParseExceptionSpecification()
3842 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3846 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp648 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp569 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DASTContext.cpp4235 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()
4354 case EST_BasicNoexcept: in getFunctionTypeInternal()
4357 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
10701 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
H A DType.cpp3293 case EST_BasicNoexcept: in canThrow()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4052 case EST_BasicNoexcept:
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5860 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()