Searched refs:Exceptions (Results 1 - 25 of 43) 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/clang/lib/Driver/
H A DToolChain.cpp51 Arg *Exceptions = Args.getLastArgNoClaim(
54 if (Exceptions &&
55 (Exceptions->getOption().matches(options::OPT_fexceptions) ||
56 Exceptions->getOption().matches(options::OPT_fcxx_exceptions)))
/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.cpp181 ParsedType *Exceptions,
217 I.Fun.Exceptions = nullptr;
251 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
253 I.Fun.Exceptions[i].Ty = Exceptions[i];
254 I.Fun.Exceptions[i].Range = ExceptionRanges[i];
162 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 RestrictQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaExceptionSpec.cpp266 ESI.Exceptions = OldProto->exceptions();
H A DSemaTemplateVariadic.cpp771 if (Chunk.Fun.Exceptions[i]
/external/clang/lib/Index/
H A DCommentToXML.cpp93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member in struct:__anon1077::FullCommentParts
136 Exceptions.push_back(BCC);
984 if (Parts.Exceptions.size() != 0) {
985 Result << "<Exceptions>";
986 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i)
987 visit(Parts.Exceptions[i]);
988 Result << "</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/include/clang/Sema/
H A DDeclSpec.h1247 TypeAndRange *Exceptions; member in union:clang::DeclaratorChunk::FunctionTypeInfo::__anon713
1281 delete[] Exceptions;
1477 ParsedType *Exceptions,
H A DSema.h3986 SmallVector<QualType, 4> Exceptions; member in class:clang::Sema::ImplicitExceptionSpecification
3990 Exceptions.clear();
4008 unsigned size() const { return Exceptions.size(); }
4011 const QualType *data() const { return Exceptions.data(); }
4025 ESI.Exceptions = Exceptions;
4087 SmallVectorImpl<QualType> &Exceptions,
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp264 if (!getLangOpts().Exceptions)
H A DCGClass.cpp435 if (CGF.CGM.getLangOpts().Exceptions &&
1694 if (getLangOpts().Exceptions &&
1901 if (CGM.getLangOpts().Exceptions && !ClassDecl->hasTrivialDestructor()) {
H A DCGException.cpp308 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions)
651 if (!LO.Exceptions) {
H A DCodeGenFunction.h1124 return getLangOpts().Exceptions;
1126 return getLangOpts().Exceptions &&
/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/clang/lib/AST/
H A DType.cpp1599 NumExceptions(epi.ExceptionSpec.Exceptions.size()),
1626 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) {
1781 for (QualType Ex : epi.ExceptionSpec.Exceptions)
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp571 if (!LangOpts.MSVCCompat && LangOpts.Exceptions)
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp3375 SmallVectorImpl<ParsedType> &Exceptions,
3415 Exceptions.push_back(Res.get());
3426 Exceptions.empty());
3427 return Exceptions.empty() ? EST_DynamicNone : EST_Dynamic;
3373 ParseDynamicExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, SmallVectorImpl<SourceRange> &Ranges) argument

Completed in 1093 milliseconds

12