Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
/external/llvm-project/clang/include/clang/Basic/
DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp374 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
431 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
DSemaLambda.cpp1369 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
DSemaExprCXX.cpp2967 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
6369 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()
6370 if (EST2 == EST_BasicNoexcept) return ESI1; in mergeExceptionSpecs()
6391 case EST_BasicNoexcept: in mergeExceptionSpecs()
DSemaDeclCXX.cpp179 EST = EST_BasicNoexcept; in CalledDecl()
202 case EST_BasicNoexcept: in CalledDecl()
209 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
17566 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
17678 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
DSemaTemplateInstantiateDecl.cpp4522 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
DSemaType.cpp7489 case EST_BasicNoexcept: in handleFunctionTypeAttr()
/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/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp3685 return EST_BasicNoexcept; in tryParseExceptionSpecification()
3738 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3742 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/external/llvm-project/clang/tools/libclang/
DCXType.cpp746 case EST_BasicNoexcept: in getExternalExceptionSpecificationKind()
/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/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp647 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/external/clang/lib/Parse/
DParseDeclCXX.cpp3373 return EST_BasicNoexcept; in tryParseExceptionSpecification()
3434 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp538 case EST_BasicNoexcept: in VisitFunctionProtoType()
DASTContext.cpp4150 if (ESI.Type == EST_BasicNoexcept) in isCanonicalExceptionSpecification()
4269 case EST_BasicNoexcept: in getFunctionTypeInternal()
4272 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
10467 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in GetBuiltinType()
DType.cpp3281 case EST_BasicNoexcept: in canThrow()
/external/clang/include/clang/AST/
DType.h3263 case EST_BasicNoexcept: return 0;
/external/llvm-project/clang/include/clang/AST/
DType.h4041 case EST_BasicNoexcept:
/external/clang/include/clang/Sema/
DSema.h4357 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()

12