Searched refs:EST_BasicNoexcept (Results 1 – 15 of 15) sorted by relevance
26 EST_BasicNoexcept, ///< noexcept enumerator45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
376 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()433 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
1376 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
3053 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()6491 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()6492 if (EST2 == EST_BasicNoexcept) return ESI1; in mergeExceptionSpecs()6513 case EST_BasicNoexcept: in mergeExceptionSpecs()
179 EST = EST_BasicNoexcept; in CalledDecl()202 case EST_BasicNoexcept: in CalledDecl()209 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()17847 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()17959 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
4654 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
7563 case EST_BasicNoexcept: in handleFunctionTypeAttr()
9388 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
3789 return EST_BasicNoexcept; in tryParseExceptionSpecification()3842 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3846 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
648 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
569 case EST_BasicNoexcept: in VisitFunctionProtoType()
4235 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()4354 case EST_BasicNoexcept: in getFunctionTypeInternal()4357 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()10701 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
3293 case EST_BasicNoexcept: in canThrow()
4052 case EST_BasicNoexcept:
5860 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()