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()
378 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()438 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
1375 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
3094 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()6694 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()6695 if (EST2 == EST_BasicNoexcept) return ESI1; in mergeExceptionSpecs()6716 case EST_BasicNoexcept: in mergeExceptionSpecs()
180 EST = EST_BasicNoexcept; in CalledDecl()203 case EST_BasicNoexcept: in CalledDecl()210 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()18114 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()18226 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
4666 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
7716 case EST_BasicNoexcept: in handleFunctionTypeAttr()
9831 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
3799 return EST_BasicNoexcept; in tryParseExceptionSpecification()3851 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3855 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
757 case EST_BasicNoexcept: in getExternalExceptionSpecificationKind()
648 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
569 case EST_BasicNoexcept: in VisitFunctionProtoType()
4328 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()4447 case EST_BasicNoexcept: in getFunctionTypeInternal()4450 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()11338 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
3344 case EST_BasicNoexcept: in canThrow()
4125 case EST_BasicNoexcept:
6143 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()