Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExceptionSpec.cpp377 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
437 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
HDSemaLambda.cpp1678 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
HDSemaDeclCXX.cpp205 EST = EST_BasicNoexcept; in CalledDecl()
228 case EST_BasicNoexcept: in CalledDecl()
235 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
18784 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
18896 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
HDSemaTemplateInstantiateDecl.cpp4778 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
HDSemaExprCXX.cpp3187 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
HDSemaType.cpp7874 case EST_BasicNoexcept: in handleFunctionTypeAttr()
HDSemaDecl.cpp10113 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp4137 return EST_BasicNoexcept; in tryParseExceptionSpecification()
4193 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4197 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp166 case ExceptionSpecificationType::EST_BasicNoexcept: in getExceptionSpecificationString()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprComplex.cpp781 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp649 case EST_BasicNoexcept: in VisitFunctionProtoType()
HDASTContext.cpp4754 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()
4873 case EST_BasicNoexcept: in getFunctionTypeInternal()
4876 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
12083 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
13111 {EST_NoThrow, EST_DynamicNone, EST_BasicNoexcept, EST_NoexceptTrue}) { in mergeExceptionSpecs()
13135 case EST_BasicNoexcept: in mergeExceptionSpecs()
HDTextNodeDumper.cpp1917 case EST_BasicNoexcept: in VisitFunctionProtoType()
HDType.cpp3713 case EST_BasicNoexcept: in canThrow()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h5178 case EST_BasicNoexcept:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h5010 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()