Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp377 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
437 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
H A DSemaLambda.cpp1678 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaDeclCXX.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()
H A DSemaTemplateInstantiateDecl.cpp4778 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
H A DSemaExprCXX.cpp3187 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
H A DSemaType.cpp7874 case EST_BasicNoexcept: in handleFunctionTypeAttr()
H A DSemaDecl.cpp10113 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4137 return EST_BasicNoexcept; in tryParseExceptionSpecification()
4193 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4197 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp166 case ExceptionSpecificationType::EST_BasicNoexcept: in getExceptionSpecificationString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp781 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp649 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DASTContext.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()
H A DTextNodeDumper.cpp1917 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DType.cpp3713 case EST_BasicNoexcept: in canThrow()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5178 case EST_BasicNoexcept:
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5010 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()