Searched refs:EST_BasicNoexcept (Results 1 – 16 of 16) 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()
1372 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
3036 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()6443 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()6444 if (EST2 == EST_BasicNoexcept) return ESI1; in mergeExceptionSpecs()6465 case EST_BasicNoexcept: in mergeExceptionSpecs()
179 EST = EST_BasicNoexcept; in CalledDecl()202 case EST_BasicNoexcept: in CalledDecl()209 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()17642 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()17754 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
4530 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
7528 case EST_BasicNoexcept: in handleFunctionTypeAttr()
9329 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
3698 return EST_BasicNoexcept; in tryParseExceptionSpecification()3751 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3755 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
746 case EST_BasicNoexcept: in getExternalExceptionSpecificationKind()
648 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
538 case EST_BasicNoexcept: in VisitFunctionProtoType()
4220 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()4339 case EST_BasicNoexcept: in getFunctionTypeInternal()4342 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()10654 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
3289 case EST_BasicNoexcept: in canThrow()
4052 case EST_BasicNoexcept:
5799 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()