Home
last modified time | relevance | path

Searched refs:Exceptions (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp49 SmallVector<WebAssemblyException *, 8> Exceptions; in recalculate() local
60 Exceptions.push_back(WE); in recalculate()
72 for (auto *WE : Exceptions) { in recalculate()
81 for (auto *WE : Exceptions) { in recalculate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp92 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member
135 Exceptions.push_back(BCC); in FullCommentParts()
973 if (Parts.Exceptions.size() != 0) { in visitFullComment()
975 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i) in visitFullComment()
976 visit(Parts.Exceptions[i]); in visitFullComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp165 ParsedType *Exceptions, in getFunction() argument
200 I.Fun.Exceptions = nullptr; in getFunction()
249 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()
251 I.Fun.Exceptions[i].Ty = Exceptions[i]; in getFunction()
252 I.Fun.Exceptions[i].Range = ExceptionRanges[i]; in getFunction()
H A DSemaExprCXX.cpp2452 if (!getLangOpts().Exceptions) { in FindAllocationFunctions()
2812 EPI.ExceptionSpec.Exceptions = llvm::makeArrayRef(BadAllocType); in DeclareGlobalAllocationFunction()
6057 for (auto &Exceptions : {ESI1.Exceptions, ESI2.Exceptions}) in mergeExceptionSpecs()
6058 for (QualType E : Exceptions) in mergeExceptionSpecs()
6063 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()
H A DSemaTemplateVariadic.cpp898 if (Chunk.Fun.Exceptions[i] in containsUnexpandedParameterPacks()
H A DSemaExceptionSpec.cpp355 ESI.Exceptions = OldProto->exceptions(); in CheckEquivalentExceptionSpec()
H A DTreeTransform.h605 SmallVectorImpl<QualType> &Exceptions,
5361 SmallVectorImpl<QualType> &Exceptions, bool &Changed) { in TransformExceptionSpec() argument
5388 for (QualType T : ESI.Exceptions) { in TransformExceptionSpec()
5422 Exceptions.push_back(U); in TransformExceptionSpec()
5435 Exceptions.push_back(U); in TransformExceptionSpec()
5444 Exceptions.push_back(U); in TransformExceptionSpec()
5448 ESI.Exceptions = Exceptions; in TransformExceptionSpec()
5449 if (ESI.Exceptions.empty()) in TransformExceptionSpec()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp66 ArrayRef<MCPhysReg> Exceptions) const { in checkAllSuperRegsMarked()
73 if (!RegisterSet[*SR] && !is_contained(Exceptions, Reg)) { in checkAllSuperRegsMarked()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtDataCollectors.td106 //--- Exceptions ---------------------------------------------------------//
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp923 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType()
935 info.ExceptionSpec.Exceptions = in VisitFunctionProtoType()
1249 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in substObjCTypeArgs()
1265 info.ExceptionSpec.Exceptions = in substObjCTypeArgs()
2866 ExtraBits.NumExceptionType = epi.ExceptionSpec.Exceptions.size(); in FunctionProtoType()
2889 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) { in FunctionProtoType()
3059 for (QualType Ex : epi.ExceptionSpec.Exceptions) in Profile()
/freebsd-12.1/sys/amd64/conf/
H A DMINIMAL8 # Exceptions:
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat.txt52 Exceptions and Exception Flags
166 Exceptions and Exception Flags
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1325 TypeAndRange *Exceptions; member
1366 delete[] Exceptions; in destroy()
1602 ParsedType *Exceptions,
H A DSema.h4760 SmallVector<QualType, 4> Exceptions; variable
4764 Exceptions.clear(); in ClearExceptions()
4782 unsigned size() const { return Exceptions.size(); } in size()
4785 const QualType *data() const { return Exceptions.data(); } in data()
4799 ESI.Exceptions = Exceptions; in getExceptionSpec()
4867 SmallVectorImpl<QualType> &Exceptions,
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h997 ArrayRef<MCPhysReg> Exceptions = ArrayRef<MCPhysReg>()) const;
/freebsd-12.1/contrib/tcpdump/
H A Dprint-snmp.c156 static const char *Exceptions[] = { variable
239 defineCLASS(Exceptions),
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp340 if (!getLangOpts().Exceptions) in CreateGlobalInitOrDestructFunction()
H A DCGClass.cpp568 if (CGF.CGM.getLangOpts().Exceptions && in EmitBaseInitializer()
1967 if (getLangOpts().Exceptions && in EmitCXXAggrConstructorCall()
2379 if (CGM.getLangOpts().Exceptions && !ClassDecl->hasTrivialDestructor()) { in EmitDelegatingCXXConstructorCall()
H A DCGBlocks.cpp129 if (CGM.getLangOpts().Exceptions) in getBlockDescriptorName()
1924 if (CGM.getLangOpts().Exceptions) in getCopyDestroyHelperFuncName()
1963 if (!EHOnly || CGF.getLangOpts().Exceptions) { in pushCaptureCleanup()
H A DCGException.cpp322 if (!LangOpts.CPlusPlus || !LangOpts.ObjC || !LangOpts.Exceptions) in SimplifyPersonality()
713 if (!LO.Exceptions) { in getInvokeDestImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3661 SmallVectorImpl<ParsedType> &Exceptions, in ParseDynamicExceptionSpecification() argument
3701 Exceptions.push_back(Res.get()); in ParseDynamicExceptionSpecification()
3712 Exceptions.empty()); in ParseDynamicExceptionSpecification()
3713 return Exceptions.empty() ? EST_DynamicNone : EST_Dynamic; in ParseDynamicExceptionSpecification()
/freebsd-12.1/share/misc/
H A Dscsi_modes260 0x1c "Informational Exceptions Control" {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def125 LANGOPT(Exceptions , 1, 0, "exception handling")
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td65 // stages until their source operands become ready. Exceptions:
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp696 if (!LangOpts.MSVCCompat && LangOpts.Exceptions) in InitializePredefinedMacros()

123