Home
last modified time | relevance | path

Searched refs:EST_BasicNoexcept (Results 1 – 18 of 18) 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.cpp379 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
439 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
H A DSemaLambda.cpp1703 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaDeclCXX.cpp202 EST = EST_BasicNoexcept; in CalledDecl()
225 case EST_BasicNoexcept: in CalledDecl()
232 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
19299 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
19406 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp5340 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
H A DSemaExprCXX.cpp3499 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
H A DSemaType.cpp8037 case EST_BasicNoexcept: in handleFunctionTypeAttr()
H A DSemaCodeComplete.cpp3447 case EST_BasicNoexcept: in AddFunctionExceptSpecToCompletionString()
H A DSemaDecl.cpp10322 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4017 return EST_BasicNoexcept; in tryParseExceptionSpecification()
4073 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4077 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.cpp648 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DASTContext.cpp4980 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()
5099 case EST_BasicNoexcept: in getFunctionTypeInternal()
5102 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
12708 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
13910 {EST_NoThrow, EST_DynamicNone, EST_BasicNoexcept, EST_NoexceptTrue}) { in mergeExceptionSpecs()
13934 case EST_BasicNoexcept: in mergeExceptionSpecs()
H A DTextNodeDumper.cpp2069 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DType.cpp3866 case EST_BasicNoexcept: in canThrow()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5386 case EST_BasicNoexcept:
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5425 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()