Searched refs:EST_BasicNoexcept (Results 1 – 12 of 12) sorted by relevance
26 EST_BasicNoexcept, ///< noexcept enumerator45 return ESpecType == EST_BasicNoexcept || isComputedNoexcept(ESpecType); in isNoexceptExceptionSpec()
361 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()413 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
2816 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()6024 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()6025 if (EST2 == EST_BasicNoexcept) return ESI1; in mergeExceptionSpecs()6046 case EST_BasicNoexcept: in mergeExceptionSpecs()
171 EST = EST_BasicNoexcept; in CalledDecl()194 case EST_BasicNoexcept: in CalledDecl()200 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()15388 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()15499 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
3755 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
8637 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
3555 return EST_BasicNoexcept; in tryParseExceptionSpecification()3608 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3612 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
623 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
3624 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()3742 case EST_DynamicNone: case EST_BasicNoexcept: case EST_NoexceptTrue: in getFunctionTypeInternal()3743 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()9570 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
2991 case EST_BasicNoexcept: in canThrow()
3844 case EST_BasicNoexcept:
4769 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()