| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ExceptionSpecificationType.h | 21 EST_None, ///< no exception specification enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 374 ESI.Type = EST_None; in CheckEquivalentExceptionSpec() 448 case EST_None: in CheckEquivalentExceptionSpec() 569 ((OldEST == EST_None && NewEST == EST_NoexceptFalse) || in CheckEquivalentExceptionSpecImpl() 570 (OldEST == EST_NoexceptFalse && NewEST == EST_None))) { in CheckEquivalentExceptionSpecImpl() 617 if (OldEST == EST_None && NewEST == EST_Dynamic) in CheckEquivalentExceptionSpecImpl() 619 else if (OldEST == EST_Dynamic && NewEST == EST_None) in CheckEquivalentExceptionSpecImpl() 639 if (MissingExceptionSpecification && OldEST != EST_None && in CheckEquivalentExceptionSpecImpl() 640 NewEST == EST_None) { in CheckEquivalentExceptionSpecImpl()
|
| H A D | DeclSpec.cpp | 281 assert(ESpecType == EST_None && NumExceptions == 0 && in getFunction()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4519 UpdateExceptionSpec(Decl, EST_None); in InstantiateExceptionSpec() 4526 UpdateExceptionSpec(Decl, EST_None); in InstantiateExceptionSpec() 4545 UpdateExceptionSpec(Decl, EST_None); in InstantiateExceptionSpec() 4652 EPI.ExceptionSpec.Type != EST_None && in InitFunctionInstantiation()
|
| H A D | SemaDeclCXX.cpp | 175 if (ComputedEST == EST_None) in CalledDecl() 178 if (EST == EST_None && Method->hasAttr<NoThrowAttr>()) in CalledDecl() 189 case EST_None: in CalledDecl() 197 ComputedEST = EST_None; in CalledDecl() 219 assert(ComputedEST != EST_None && in CalledDecl() 254 ComputedEST = EST_None; in CalledStmt() 8569 if (FD->getExceptionSpecType() == EST_None) { in CheckExplicitlyDefaultedComparison() 17851 case EST_None: in checkThisInStaticMemberFunctionExceptionSpec()
|
| H A D | SemaExprCXX.cpp | 6479 if (EST1 == EST_None) return ESI1; in mergeExceptionSpecs() 6480 if (EST2 == EST_None) return ESI2; in mergeExceptionSpecs() 6510 case EST_None: in mergeExceptionSpecs()
|
| H A D | SemaTemplateInstantiate.cpp | 2218 ESI.Type = EST_None; in SubstExceptionSpec()
|
| H A D | SemaType.cpp | 765 /*MutableLoc=*/NoLoc, EST_None, in maybeSynthesizeBlockSignature() 7559 case EST_None: in handleFunctionTypeAttr()
|
| H A D | SemaLookup.cpp | 1169 EPI.ExceptionSpec = EST_None; in LookupDirect()
|
| H A D | SemaDecl.cpp | 14945 /*MutableLoc=*/NoLoc, EST_None, in ImplicitlyDefineFunction() 15145 if (!FPT || FPT->getExceptionSpecType() == EST_None) in AddKnownFunctionAttributes()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1402 case EST_None: in destroy() 1485 assert(ExceptionSpecType != EST_None); in getNumExceptions() 1492 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 3770 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification() 3776 return EST_None; in tryParseExceptionSpecification() 3828 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() 3850 if (Result == EST_None) { in tryParseExceptionSpecification()
|
| H A D | ParseExprCXX.cpp | 1344 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer() 1354 if (ESpecType != EST_None) in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseExpr.cpp | 3537 /*MutableLoc=*/NoLoc, EST_None, in ParseBlockLiteralExpression()
|
| H A D | ParseDecl.cpp | 6523 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() 6625 if (ESpecType != EST_None) in ParseFunctionDeclarator()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 3946 ExceptionSpecificationType Type = EST_None; 4049 case EST_None: 4128 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
|
| H A D | Decl.h | 2560 return FPT ? FPT->getExceptionSpecType() : EST_None; in getExceptionSpecType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3119 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), in hasSameFunctionTypeIgnoringExceptionSpec() 3120 getFunctionTypeWithExceptionSpec(U, EST_None))); in hasSameFunctionTypeIgnoringExceptionSpec() 4228 if (ESI.Type == EST_None) in isCanonicalExceptionSpecification() 4331 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal() 4332 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal() 4345 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
|
| H A D | JSONNodeDumper.cpp | 591 case EST_None: break; in VisitFunctionProtoType()
|
| H A D | Type.cpp | 3298 case EST_None: in canThrow()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 910 FD->getType(), EST_None); in StartFunction()
|
| H A D | ItaniumCXXABI.cpp | 4131 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()
|
| H A D | CGExpr.cpp | 5144 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None); in EmitCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 538 Abv->Add(BitCodeAbbrevOp(EST_None)); // ExceptionSpec in WriteTypeAbbrevs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2197 proto_info.ExceptionSpec = EST_None; in CreateFunctionType()
|