Home
last modified time | relevance | path

Searched refs:EST_None (Results 1 – 25 of 28) sorted by relevance

12

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h21 EST_None, ///< no exception specification enumerator
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp375 ESI.Type = EST_None; in CheckEquivalentExceptionSpec()
452 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 DDeclSpec.cpp282 assert(ESpecType == EST_None && NumExceptions == 0 && in getFunction()
H A DSemaTemplateInstantiateDecl.cpp4689 UpdateExceptionSpec(Decl, EST_None); in InstantiateExceptionSpec()
4696 UpdateExceptionSpec(Decl, EST_None); in InstantiateExceptionSpec()
4716 UpdateExceptionSpec(Decl, EST_None); in InstantiateExceptionSpec()
4778 EPI.ExceptionSpec.Type != EST_None && in InitFunctionInstantiation()
H A DSemaDeclCXX.cpp201 if (ComputedEST == EST_None) in CalledDecl()
204 if (EST == EST_None && Method->hasAttr<NoThrowAttr>()) in CalledDecl()
215 case EST_None: in CalledDecl()
223 ComputedEST = EST_None; in CalledDecl()
245 assert(ComputedEST != EST_None && in CalledDecl()
280 ComputedEST = EST_None; in CalledStmt()
9014 if (FD->getExceptionSpecType() == EST_None) { in CheckExplicitlyDefaultedComparison()
18788 case EST_None: in checkThisInStaticMemberFunctionExceptionSpec()
H A DSemaTemplateInstantiate.cpp2946 ESI.Type = EST_None; in SubstExceptionSpec()
H A DSemaType.cpp786 /*MutableLoc=*/NoLoc, EST_None, in maybeSynthesizeBlockSignature()
7870 case EST_None: in handleFunctionTypeAttr()
H A DSemaLookup.cpp1196 EPI.ExceptionSpec = EST_None; in LookupDirect()
H A DSemaTemplateDeduction.cpp5516 S.Context.getFunctionTypeWithExceptionSpec(FD2->getType(), EST_None), in isAtLeastAsSpecializedAs()
H A DSemaDecl.cpp16354 /*MutableLoc=*/NoLoc, EST_None, in ImplicitlyDefineFunction()
16603 if (!FPT || FPT->getExceptionSpecType() == EST_None) in AddKnownFunctionAttributes()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1487 case EST_None: in destroy()
1570 assert(ExceptionSpecType != EST_None); in getNumExceptions()
1577 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4118 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
4124 return EST_None; in tryParseExceptionSpecification()
4175 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
4201 if (Result == EST_None) { in tryParseExceptionSpecification()
H A DParseExprCXX.cpp1530 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
1541 if (ESpecType != EST_None) in ParseLambdaExpressionAfterIntroducer()
H A DParseExpr.cpp3840 /*MutableLoc=*/NoLoc, EST_None, in ParseBlockLiteralExpression()
H A DParseDecl.cpp7511 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
7623 if (ESpecType != EST_None) in ParseFunctionDeclarator()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3565 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), in hasSameFunctionTypeIgnoringExceptionSpec()
3566 getFunctionTypeWithExceptionSpec(U, EST_None))); in hasSameFunctionTypeIgnoringExceptionSpec()
4747 if (ESI.Type == EST_None) in isCanonicalExceptionSpecification()
4850 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal()
4851 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4864 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
13102 for (auto I : {EST_None, EST_MSAny, EST_NoexceptFalse}) { in mergeExceptionSpecs()
13132 case EST_None: in mergeExceptionSpecs()
H A DJSONNodeDumper.cpp671 case EST_None: break; in VisitFunctionProtoType()
H A DTextNodeDumper.cpp1903 case EST_None: in VisitFunctionProtoType()
H A DType.cpp3718 case EST_None: in canThrow()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5032 ExceptionSpecificationType Type = EST_None;
5175 case EST_None:
5259 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
H A DDecl.h2745 return FPT ? FPT->getExceptionSpecType() : EST_None; in getExceptionSpecType()
/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp156 case ExceptionSpecificationType::EST_None: in getExceptionSpecificationString()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp621 Ty = getContext().getFunctionTypeWithExceptionSpec(Ty, EST_None); in getUBSanFunctionTypeHash()
H A DCodeGenModule.cpp2146 FnType->getExtProtoInfo().withExceptionSpec(EST_None)); in CreateKCFITypeId()
7516 FnType->getExtProtoInfo().withExceptionSpec(EST_None)); in CreateMetadataIdentifierImpl()
H A DItaniumCXXABI.cpp4473 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None); in extractPBaseFlags()

12