Searched refs:Exceptions (Results 1 - 25 of 45) sorted by relevance

12

/external/emma/core/java12/com/vladium/util/exception/
H A DExceptions.java7 * $Id: Exceptions.java,v 1.1.1.1 2004/05/09 16:57:58 vlad_r Exp $
16 abstract class Exceptions class
44 private Exceptions () {} // this class is not extendible method in class:Exceptions
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions
[all...]
H A DExceptions.java25 public final class Exceptions { class
130 private Exceptions() { method in class:Exceptions
/external/proguard/examples/
H A Dlibrary.pro24 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
/external/emma/core/java12/com/vladium/emma/data/
H A DMergeProcessor.java19 import com.vladium.util.exception.Exceptions;
317 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProcessor.java20 import com.vladium.util.exception.Exceptions;
291 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
/external/clang/lib/Sema/
H A DDeclSpec.cpp166 ParsedType *Exceptions,
200 I.Fun.Exceptions = nullptr;
231 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
233 I.Fun.Exceptions[i].Ty = Exceptions[i];
234 I.Fun.Exceptions[i].Range = ExceptionRanges[i];
149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaExceptionSpec.cpp143 NewEPI.Exceptions = EPI.Exceptions;
245 EPI.Exceptions = OldProto->exception_begin();
H A DSemaTemplateInstantiateDecl.cpp3044 SmallVector<QualType, 4> Exceptions; local
3080 Exceptions.push_back(T);
3097 Exceptions.push_back(T);
3113 Exceptions.push_back(T);
3136 EPI.NumExceptions = Exceptions.size();
3137 EPI.Exceptions = Exceptions.data();
/external/clang/lib/Index/
H A DCommentToXML.cpp94 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member in struct:__anon17939::FullCommentParts
137 Exceptions.push_back(BCC);
990 if (Parts.Exceptions.size() != 0) {
991 Result << "<Exceptions>";
992 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i)
993 visit(Parts.Exceptions[i]);
994 Result << "</Exceptions>";
/external/chromium_org/ppapi/tests/
H A Dtest_message_handler.cc206 RUN_TEST(Exceptions, filter);
210 if (instance()->current_test_name() == "Exceptions") {
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java29 import com.vladium.util.exception.Exceptions;
884 if (Exceptions.unexpectedFailure (t, EXPECTED_FAILURES))
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DEscapeAnalysis.java19 import com.android.dx.rop.code.Exceptions;
739 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java42 import com.vladium.util.exception.Exceptions;
782 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli53 (** {6 Exceptions} *)
/external/clang/lib/AST/
H A DType.cpp1624 if (epi.Exceptions[i]->isDependentType())
1626 else if (epi.Exceptions[i]->isInstantiationDependentType())
1629 if (epi.Exceptions[i]->containsUnexpandedParameterPack())
1632 exnSlot[i] = epi.Exceptions[i];
1766 ID.AddPointer(epi.Exceptions[i].getAsOpaquePtr());
/external/clang/include/clang/Sema/
H A DDeclSpec.h1219 TypeAndRange *Exceptions; member in union:clang::DeclaratorChunk::FunctionTypeInfo::__anon17616
1249 delete[] Exceptions;
1435 ParsedType *Exceptions,
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp245 if (!CGM.getLangOpts().Exceptions)
H A DCGClass.cpp423 if (CGF.CGM.getLangOpts().Exceptions &&
1605 if (getLangOpts().Exceptions &&
1809 if (CGM.getLangOpts().Exceptions && !ClassDecl->hasTrivialDestructor()) {
H A DCGException.cpp300 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions)
684 if (!CGM.getLangOpts().Exceptions)
/external/oprofile/events/mips/24K/
H A Devents41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
/external/oprofile/events/mips/34K/
H A Devents41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
/external/tcpdump/
H A Dprint-snmp.c156 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
158 const char *Exceptions[] = { variable
241 defineCLASS(Exceptions),
/external/oprofile/events/mips/1004K/
H A Devents41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
/external/clang/include/clang/AST/
H A DType.h2852 Exceptions(nullptr), NoexceptExpr(nullptr),
2859 Exceptions(nullptr), NoexceptExpr(nullptr),
2870 const QualType *Exceptions; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2918 // Exceptions - There is another variable size array after ArgInfo that
2921 // NoexceptExpr - Instead of Exceptions, there may be a single Expr* pointing
2924 // ExceptionSpecDecl, ExceptionSpecTemplate - Instead of Exceptions, there may
2929 // ConsumedParameters - A variable size array, following Exceptions
2968 EPI.Exceptions = exception_begin();

Completed in 424 milliseconds

12