Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp379 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
439 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
H A DSemaLambda.cpp1411 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaDeclCXX.cpp194 EST = EST_BasicNoexcept; in CalledDecl()
217 case EST_BasicNoexcept: in CalledDecl()
224 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
18325 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
18437 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp4674 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
H A DSemaExprCXX.cpp3146 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
H A DSemaType.cpp7817 case EST_BasicNoexcept: in handleFunctionTypeAttr()
H A DSemaDecl.cpp9982 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp3891 return EST_BasicNoexcept; in tryParseExceptionSpecification()
3943 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3947 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp767 case EST_BasicNoexcept: in getExternalExceptionSpecificationKind()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp704 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4366 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()
4485 case EST_BasicNoexcept: in getFunctionTypeInternal()
4488 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
11483 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
12477 {EST_NoThrow, EST_DynamicNone, EST_BasicNoexcept, EST_NoexceptTrue}) { in mergeExceptionSpecs()
12501 case EST_BasicNoexcept: in mergeExceptionSpecs()
H A DJSONNodeDumper.cpp578 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DType.cpp3351 case EST_BasicNoexcept: in canThrow()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h4190 case EST_BasicNoexcept:
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6298 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()