/external/clang/include/clang/Basic/ |
D | ExceptionSpecificationType.h | 26 EST_BasicNoexcept, ///< noexcept enumerator 38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | ExceptionSpecificationType.h | 26 EST_BasicNoexcept, ///< noexcept enumerator 45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 374 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec() 431 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
|
D | SemaLambda.cpp | 1369 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
|
D | SemaExprCXX.cpp | 2967 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()
|
D | SemaDeclCXX.cpp | 179 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()
|
D | SemaTemplateInstantiateDecl.cpp | 4522 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
|
D | SemaType.cpp | 7489 case EST_BasicNoexcept: in handleFunctionTypeAttr()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 332 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
|
D | SemaDeclCXX.cpp | 179 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()
|
D | SemaTemplateInstantiateDecl.cpp | 3434 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
|
D | SemaExprCXX.cpp | 2425 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
|
D | SemaDecl.cpp | 7950 Context.adjustExceptionSpec(NewFD, EST_BasicNoexcept); in ActOnFunctionDeclarator() 8080 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 3685 return EST_BasicNoexcept; in tryParseExceptionSpecification() 3738 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification() 3742 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXType.cpp | 746 case EST_BasicNoexcept: in getExternalExceptionSpecificationKind()
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 594 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
|
/external/clang/lib/AST/ |
D | Type.cpp | 2754 if (est == EST_BasicNoexcept) in getNoexceptSpec() 2779 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept) in isNothrow()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 647 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 3373 return EST_BasicNoexcept; in tryParseExceptionSpecification() 3434 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
|
/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 538 case EST_BasicNoexcept: in VisitFunctionProtoType()
|
D | ASTContext.cpp | 4150 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()
|
D | Type.cpp | 3281 case EST_BasicNoexcept: in canThrow()
|
/external/clang/include/clang/AST/ |
D | Type.h | 3263 case EST_BasicNoexcept: return 0;
|
/external/llvm-project/clang/include/clang/AST/ |
D | Type.h | 4041 case EST_BasicNoexcept:
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4357 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()
|