Home
last modified time | relevance | path

Searched refs:EST_BasicNoexcept (Results 1 – 11 of 11) 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.cpp332 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
DSemaDeclCXX.cpp179 case EST_BasicNoexcept: in CalledDecl()
184 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
13783 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
13894 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
DSemaTemplateInstantiateDecl.cpp3434 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
DSemaExprCXX.cpp2425 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
DSemaDecl.cpp7950 Context.adjustExceptionSpec(NewFD, EST_BasicNoexcept); in ActOnFunctionDeclarator()
8080 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp594 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/external/clang/lib/AST/
DType.cpp2754 if (est == EST_BasicNoexcept) in getNoexceptSpec()
2779 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept) in isNothrow()
/external/clang/lib/Parse/
DParseDeclCXX.cpp3373 return EST_BasicNoexcept; in tryParseExceptionSpecification()
3434 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/external/clang/include/clang/AST/
DType.h3263 case EST_BasicNoexcept: return 0;
/external/clang/include/clang/Sema/
DSema.h4357 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()