Home
last modified time | relevance | path

Searched refs:EST_BasicNoexcept (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp326 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
DSemaDeclCXX.cpp179 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()
DSemaTemplateInstantiateDecl.cpp3277 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
DSemaExprCXX.cpp2196 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
DSemaDecl.cpp7668 Context.adjustExceptionSpec(NewFD, EST_BasicNoexcept); in ActOnFunctionDeclarator()
7780 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp593 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/external/clang/lib/Parse/
DParseDeclCXX.cpp3350 return EST_BasicNoexcept; in tryParseExceptionSpecification()
3409 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/external/clang/lib/AST/
DType.cpp2762 if (est == EST_BasicNoexcept) in getNoexceptSpec()
2787 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept) in isNothrow()
/external/clang/include/clang/Sema/
DSema.h4244 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()