Home
last modified time | relevance | path

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

12

/minix3/common/dist/zlib/contrib/ada/
H A Dmtest.adb17 with Ada.Exceptions;
143 Ada.Text_IO.Put_Line (Ada.Exceptions.Exception_Information (E));
H A Dzlib.adb11 with Ada.Exceptions;
155 Ada.Exceptions.Raise_Exception
384 Ada.Exceptions.Raise_Exception (ZLib_Error'Identity, Message);
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp181 ParsedType *Exceptions, in getFunction() argument
217 I.Fun.Exceptions = nullptr; in getFunction()
251 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()
253 I.Fun.Exceptions[i].Ty = Exceptions[i]; in getFunction()
254 I.Fun.Exceptions[i].Range = ExceptionRanges[i]; in getFunction()
H A DSemaTemplateVariadic.cpp776 if (Chunk.Fun.Exceptions[i] in containsUnexpandedParameterPacks()
H A DSemaExceptionSpec.cpp266 ESI.Exceptions = OldProto->exceptions(); in CheckEquivalentExceptionSpec()
H A DSemaDeclCXX.cpp217 Exceptions.push_back(E); in CalledDecl()
13458 SmallVectorImpl<QualType> &Exceptions, in checkExceptionSpecification() argument
13460 Exceptions.clear(); in checkExceptionSpecification()
13463 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification()
13482 Exceptions.push_back(ET); in checkExceptionSpecification()
13484 ESI.Exceptions = Exceptions; in checkExceptionSpecification()
13529 llvm::SmallVector<QualType, 4> Exceptions; in actOnDelayedExceptionSpecification() local
13532 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
H A DTreeTransform.h575 SmallVectorImpl<QualType> &Exceptions,
4672 SmallVectorImpl<QualType> &Exceptions, bool &Changed) { in TransformExceptionSpec() argument
4706 for (QualType T : ESI.Exceptions) { in TransformExceptionSpec()
4740 Exceptions.push_back(U); in TransformExceptionSpec()
4753 Exceptions.push_back(U); in TransformExceptionSpec()
4762 Exceptions.push_back(U); in TransformExceptionSpec()
4766 ESI.Exceptions = Exceptions; in TransformExceptionSpec()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member
136 Exceptions.push_back(BCC); in FullCommentParts()
984 if (Parts.Exceptions.size() != 0) { in visitFullComment()
986 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i) in visitFullComment()
987 visit(Parts.Exceptions[i]); in visitFullComment()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1247 TypeAndRange *Exceptions; member
1281 delete[] Exceptions; in destroy()
1475 ParsedType *Exceptions,
H A DSema.h4041 SmallVector<QualType, 4> Exceptions; variable
4045 Exceptions.clear(); in ClearExceptions()
4063 unsigned size() const { return Exceptions.size(); } in size()
4066 const QualType *data() const { return Exceptions.data(); } in data()
4080 ESI.Exceptions = Exceptions; in getExceptionSpec()
4142 SmallVectorImpl<QualType> &Exceptions,
/minix3/lib/libc/softfloat/
H A Dsoftfloat.txt51 Exceptions and Exception Flags
165 Exceptions and Exception Flags
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.mli53 (** {6 Exceptions} *)
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DInAlloca.rst141 Exceptions section in Design Considerations
/minix3/external/bsd/llvm/dist/clang/docs/
H A DMSVCCompatibility.rst87 * Exceptions and SEH: :partial:`Minimal`. Clang can parse both constructs, but
H A DBlockLanguageSpec.rst254 escape the Block. Exceptions are treated *normally* in that when
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp241 if (!getLangOpts().Exceptions) in CreateGlobalInitOrDestructFunction()
H A DCGException.cpp313 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions) in SimplifyPersonality()
698 if (!CGM.getLangOpts().Exceptions) in getInvokeDestImpl()
H A DCGClass.cpp434 if (CGF.CGM.getLangOpts().Exceptions && in EmitBaseInitializer()
1693 if (getLangOpts().Exceptions && in EmitCXXAggrConstructorCall()
1897 if (CGM.getLangOpts().Exceptions && !ClassDecl->hasTrivialDestructor()) { in EmitDelegatingCXXConstructorCall()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def106 LANGOPT(Exceptions , 1, 0, "exception handling")
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1605 NumExceptions(epi.ExceptionSpec.Exceptions.size()), in FunctionProtoType()
1632 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) { in FunctionProtoType()
1787 for (QualType Ex : epi.ExceptionSpec.Exceptions) in Profile()
/minix3/external/bsd/tcpdump/dist/
H A Dprint-snmp.c160 static const char *Exceptions[] = { variable
243 defineCLASS(Exceptions),
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3241 SmallVectorImpl<ParsedType> &Exceptions, in ParseDynamicExceptionSpecification() argument
3281 Exceptions.push_back(Res.get()); in ParseDynamicExceptionSpecification()
3292 Exceptions.empty()); in ParseDynamicExceptionSpecification()
3293 return Exceptions.empty() ? EST_DynamicNone : EST_Dynamic; in ParseDynamicExceptionSpecification()
/minix3/share/misc/
H A Dna.phone.add4 # Exceptions and additional information to supplement nanpa.com,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td65 // stages until their source operands become ready. Exceptions:
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp569 if (!LangOpts.MSVCCompat && LangOpts.Exceptions) in InitializePredefinedMacros()

12