| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfo.cpp | 49 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 D | CommentToXML.cpp | 92 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 D | DeclSpec.cpp | 165 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 D | SemaExprCXX.cpp | 2452 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 D | SemaTemplateVariadic.cpp | 898 if (Chunk.Fun.Exceptions[i] in containsUnexpandedParameterPacks()
|
| H A D | SemaExceptionSpec.cpp | 355 ESI.Exceptions = OldProto->exceptions(); in CheckEquivalentExceptionSpec()
|
| H A D | TreeTransform.h | 605 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 D | TargetRegisterInfo.cpp | 66 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 D | StmtDataCollectors.td | 106 //--- Exceptions ---------------------------------------------------------//
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 923 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 D | MINIMAL | 8 # Exceptions:
|
| /freebsd-12.1/lib/libc/softfloat/ |
| H A D | softfloat.txt | 52 Exceptions and Exception Flags 166 Exceptions and Exception Flags
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1325 TypeAndRange *Exceptions; member 1366 delete[] Exceptions; in destroy() 1602 ParsedType *Exceptions,
|
| H A D | Sema.h | 4760 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 D | TargetRegisterInfo.h | 997 ArrayRef<MCPhysReg> Exceptions = ArrayRef<MCPhysReg>()) const;
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-snmp.c | 156 static const char *Exceptions[] = { variable 239 defineCLASS(Exceptions),
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 340 if (!getLangOpts().Exceptions) in CreateGlobalInitOrDestructFunction()
|
| H A D | CGClass.cpp | 568 if (CGF.CGM.getLangOpts().Exceptions && in EmitBaseInitializer() 1967 if (getLangOpts().Exceptions && in EmitCXXAggrConstructorCall() 2379 if (CGM.getLangOpts().Exceptions && !ClassDecl->hasTrivialDestructor()) { in EmitDelegatingCXXConstructorCall()
|
| H A D | CGBlocks.cpp | 129 if (CGM.getLangOpts().Exceptions) in getBlockDescriptorName() 1924 if (CGM.getLangOpts().Exceptions) in getCopyDestroyHelperFuncName() 1963 if (!EHOnly || CGF.getLangOpts().Exceptions) { in pushCaptureCleanup()
|
| H A D | CGException.cpp | 322 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 D | ParseDeclCXX.cpp | 3661 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 D | scsi_modes | 260 0x1c "Informational Exceptions Control" {
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 125 LANGOPT(Exceptions , 1, 0, "exception handling")
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedule440.td | 65 // stages until their source operands become ready. Exceptions:
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 696 if (!LangOpts.MSVCCompat && LangOpts.Exceptions) in InitializePredefinedMacros()
|