Home
last modified time | relevance | path

Searched refs:ExceptionSpec (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1055 if (info.ExceptionSpec.Type == EST_Dynamic) { in VisitFunctionProtoType()
1069 info.ExceptionSpec.Exceptions = in VisitFunctionProtoType()
1350 if (info.ExceptionSpec.Type == EST_Dynamic) { in VisitFunctionType()
1365 info.ExceptionSpec.Exceptions = in VisitFunctionType()
3171 if (hasExtraBitfields(epi.ExceptionSpec.Type)) { in FunctionProtoType()
3219 slot[0] = epi.ExceptionSpec.SourceDecl; in FunctionProtoType()
3220 slot[1] = epi.ExceptionSpec.SourceTemplate; in FunctionProtoType()
3227 slot[0] = epi.ExceptionSpec.SourceDecl; in FunctionProtoType()
3359 (epi.ExceptionSpec.Type << 3)); in Profile()
3361 if (epi.ExceptionSpec.Type == EST_Dynamic) { in Profile()
[all …]
H A DJSONNodeDumper.cpp556 switch (E.ExceptionSpec.Type) { in VisitFunctionProtoType()
561 for (QualType QT : E.ExceptionSpec.Exceptions) in VisitFunctionProtoType()
576 E.ExceptionSpec.Type == EST_NoexceptTrue); in VisitFunctionProtoType()
H A DASTContext.cpp4285 EPI.ExceptionSpec.NoexceptExpr == FPT->getNoexceptExpr()) in getFunctionTypeInternal()
4326 switch (EPI.ExceptionSpec.Type) { in getFunctionTypeInternal()
4332 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4339 for (QualType ET : EPI.ExceptionSpec.Exceptions) { in getFunctionTypeInternal()
4345 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4347 CanonicalEPI.ExceptionSpec.Type = EST_Dynamic; in getFunctionTypeInternal()
4348 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()
4357 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
4381 EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size()); in getFunctionTypeInternal()
4387 FunctionProtoType::hasExtraBitfields(EPI.ExceptionSpec.Type), in getFunctionTypeInternal()
[all …]
H A DTextNodeDumper.cpp1659 switch (EPI.ExceptionSpec.Type) { in VisitFunctionDecl()
1663 OS << " noexcept-unevaluated " << EPI.ExceptionSpec.SourceDecl; in VisitFunctionDecl()
1666 OS << " noexcept-uninstantiated " << EPI.ExceptionSpec.SourceTemplate; in VisitFunctionDecl()
H A DASTImporter.cpp1288 ToEPI.ExceptionSpec.Type = FromEPI.ExceptionSpec.Type; in VisitFunctionProtoType()
1289 ToEPI.ExceptionSpec.NoexceptExpr = in VisitFunctionProtoType()
1290 importChecked(Err, FromEPI.ExceptionSpec.NoexceptExpr); in VisitFunctionProtoType()
1291 ToEPI.ExceptionSpec.SourceDecl = in VisitFunctionProtoType()
1292 importChecked(Err, FromEPI.ExceptionSpec.SourceDecl); in VisitFunctionProtoType()
1293 ToEPI.ExceptionSpec.SourceTemplate = in VisitFunctionProtoType()
1294 importChecked(Err, FromEPI.ExceptionSpec.SourceTemplate); in VisitFunctionProtoType()
1295 ToEPI.ExceptionSpec.Exceptions = ExceptionTypes; in VisitFunctionProtoType()
3424 if (FromEPI.ExceptionSpec.SourceDecl || in VisitFunctionDecl()
3425 FromEPI.ExceptionSpec.SourceTemplate || in VisitFunctionDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h648 const Node *ExceptionSpec; variable
657 ExceptionSpec(ExceptionSpec_) {} in FunctionType()
696 if (ExceptionSpec != nullptr) { in printRight()
698 ExceptionSpec->print(S); in printRight()
3491 Node *ExceptionSpec = nullptr; in parseFunctionType() local
3493 ExceptionSpec = make<NameType>("noexcept"); in parseFunctionType()
3494 if (!ExceptionSpec) in parseFunctionType()
3500 ExceptionSpec = make<NoexceptSpec>(E); in parseFunctionType()
3501 if (!ExceptionSpec) in parseFunctionType()
3511 ExceptionSpec = in parseFunctionType()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4652 EPI.ExceptionSpec.Type != EST_None && in InitFunctionInstantiation()
4653 EPI.ExceptionSpec.Type != EST_DynamicNone && in InitFunctionInstantiation()
4654 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
4657 if (EPI.ExceptionSpec.Type == EST_Uninstantiated) in InitFunctionInstantiation()
4658 ExceptionSpecTemplate = EPI.ExceptionSpec.SourceTemplate; in InitFunctionInstantiation()
4660 if (EPI.ExceptionSpec.Type == EST_Unevaluated) in InitFunctionInstantiation()
4668 EPI.ExceptionSpec.Type = NewEST; in InitFunctionInstantiation()
4669 EPI.ExceptionSpec.SourceDecl = New; in InitFunctionInstantiation()
4670 EPI.ExceptionSpec.SourceTemplate = ExceptionSpecTemplate; in InitFunctionInstantiation()
H A DSemaExprCXX.cpp3048 EPI.ExceptionSpec.Type = EST_Dynamic; in DeclareGlobalAllocationFunction()
3049 EPI.ExceptionSpec.Exceptions = llvm::makeArrayRef(BadAllocType); in DeclareGlobalAllocationFunction()
3052 EPI.ExceptionSpec = in DeclareGlobalAllocationFunction()
6812 EPI1.ExceptionSpec = EPI2.ExceptionSpec = in FindCompositePointerType()
6813 mergeExceptionSpecs(*this, EPI1.ExceptionSpec, EPI2.ExceptionSpec, in FindCompositePointerType()
H A DSemaDeclCXX.cpp7263 EPI.ExceptionSpec.Type = EST_Unevaluated; in getImplicitMethodEPI()
7264 EPI.ExceptionSpec.SourceDecl = MD; in getImplicitMethodEPI()
7471 EPI.ExceptionSpec.Type = EST_Unevaluated; in CheckExplicitlyDefaultedSpecialMember()
7472 EPI.ExceptionSpec.SourceDecl = MD; in CheckExplicitlyDefaultedSpecialMember()
8572 EPI.ExceptionSpec.Type = EST_Unevaluated; in CheckExplicitlyDefaultedComparison()
8573 EPI.ExceptionSpec.SourceDecl = FD; in CheckExplicitlyDefaultedComparison()
13370 EPI.ExceptionSpec.Type = EST_Unevaluated; in findInheritingConstructor()
13371 EPI.ExceptionSpec.SourceDecl = DerivedCtor; in findInheritingConstructor()
13683 EPI.ExceptionSpec.Type = EST_Unevaluated; in AdjustDestructorExceptionSpec()
13684 EPI.ExceptionSpec.SourceDecl = Destructor; in AdjustDestructorExceptionSpec()
H A DSemaTemplateDeduction.cpp3368 Function->getLocation(), EPI.ExceptionSpec, ExceptionStorage, in SubstituteExplicitTemplateArguments()
4254 EPI.ExceptionSpec = FunctionTypeP->getExtProtoInfo().ExceptionSpec; in adjustCCAndNoReturn()
H A DSemaLambda.cpp1376 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaTemplateInstantiate.cpp2212 Proto->getExtProtoInfo().ExceptionSpec; in SubstExceptionSpec()
H A DSemaLookup.cpp1169 EPI.ExceptionSpec = EST_None; in LookupDirect()
H A DSemaType.cpp5372 EPI.ExceptionSpec); in GetFullTypeForDeclarator()
H A DTreeTransform.h5895 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td338 epi.ExceptionSpec = exceptionSpecifier;
H A DType.h3976 ExceptionSpecInfo ExceptionSpec;
3987 Result.ExceptionSpec = ESI;
4114 EPI.ExceptionSpec = getExceptionSpecInfo();
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A DChangeLog670 * parse.y: Drop ExceptionSpec for now, its not used.
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2197 proto_info.ExceptionSpec = EST_None; in CreateFunctionType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11591 auto ESI = FPT->getExtProtoInfo().ExceptionSpec; in FinishedDeserializing()