Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp385 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
445 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
H A DSemaLambda.cpp1620 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaDeclCXX.cpp201 EST = EST_BasicNoexcept; in CalledDecl()
224 case EST_BasicNoexcept: in CalledDecl()
231 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
19023 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
19135 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp4767 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
H A DSemaExprCXX.cpp3185 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
H A DSemaType.cpp8183 case EST_BasicNoexcept: in handleFunctionTypeAttr()
H A DSemaDecl.cpp10253 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3951 return EST_BasicNoexcept; in tryParseExceptionSpecification()
4007 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4011 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp142 case ExceptionSpecificationType::EST_BasicNoexcept: in getExceptionSpecificationString()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4343 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()
4462 case EST_BasicNoexcept: in getFunctionTypeInternal()
4465 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
11600 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
12619 {EST_NoThrow, EST_DynamicNone, EST_BasicNoexcept, EST_NoexceptTrue}) { in mergeExceptionSpecs()
12643 case EST_BasicNoexcept: in mergeExceptionSpecs()
H A DJSONNodeDumper.cpp616 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DTextNodeDumper.cpp1682 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DType.cpp3613 case EST_BasicNoexcept: in canThrow()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp711 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4380 case EST_BasicNoexcept:
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6445 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()