Searched refs:EST_BasicNoexcept (Results 1 – 10 of 10) sorted by relevance
26 EST_BasicNoexcept, ///< noexcept enumerator38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
326 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
179 case EST_BasicNoexcept: in CalledDecl()184 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()13561 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()13672 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
3277 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
2196 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
7668 Context.adjustExceptionSpec(NewFD, EST_BasicNoexcept); in ActOnFunctionDeclarator()7780 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
593 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
3350 return EST_BasicNoexcept; in tryParseExceptionSpecification()3409 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
2762 if (est == EST_BasicNoexcept) in getNoexceptSpec()2787 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept) in isNothrow()
4244 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()