HomeSort by relevance Sort by last modified time
    Searched refs:Exceptions (Results 26 - 50 of 88) sorted by null

12 3 4

  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 19 import com.android.dx.rop.code.Exceptions;
553 * identify ArrayIndexOutOfBounds exceptions and throw them if detected.
738 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 19 import com.android.dx.rop.code.Exceptions;
554 * identify ArrayIndexOutOfBounds exceptions and throw them if detected.
739 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException);
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 42 import com.vladium.util.exception.Exceptions;
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 53 (** {6 Exceptions} *)
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /build/tools/droiddoc/templates-ndk/
customizations.cs 450 <?cs call:list("Exceptions", class.package.exceptions) ?>
459 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
  /build/tools/droiddoc/templates-sdk/
customizations.cs 399 <?cs call:list("Exceptions", class.package.exceptions) ?>
408 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
  /build/tools/droiddoc/templates-sdk-dev/
customizations.cs 374 <?cs call:list("Exceptions", class.package.exceptions) ?>
383 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 264 if (!getLangOpts().Exceptions)
CGClass.cpp 435 if (CGF.CGM.getLangOpts().Exceptions &&
    [all...]
CGException.cpp 1 //===--- CGException.cpp - Emit LLVM Code for C++ exceptions --------------===//
81 /// The exceptions personality for a function.
139 /// other platforms, unless the user asked for SjLj exceptions.
182 /// and Objective-C exceptions are being caught.
308 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions)
503 // because __cxa_call_unexpected magically filters exceptions
648 // If exceptions are disabled, there are usually no landingpads. However, when
651 if (!LO.Exceptions) {
    [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp 224 // __weak objects always get EH cleanups; otherwise, exceptions
267 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions,
283 CGF.getLangOpts().Exceptions);
290 CGF.getLangOpts().Exceptions);
    [all...]
  /external/tcpdump/
print-snmp.c 156 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
158 const char *Exceptions[] = {
241 defineCLASS(Exceptions),
242 #define EXCEPTIONS 4
818 printf("[%s]", Class[EXCEPTIONS].Id[elem->id]);
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 571 if (!LangOpts.MSVCCompat && LangOpts.Exceptions)
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 266 ESI.Exceptions = OldProto->exceptions();
289 for (const auto &E : OldProto->exceptions()) {
376 // Just completely ignore this under -fno-exceptions.
405 // specifier that is not a noexcept-specification allowing all exceptions,
533 for (const auto &I : Old->exceptions())
536 for (const auto &I : New->exceptions()) {
563 // Just auto-succeed under -fno-exceptions.
645 for (const auto &SubI : Subset->exceptions()) {
666 for (const auto &SuperI : Superset->exceptions()) {
    [all...]
SemaTemplateVariadic.cpp 771 if (Chunk.Fun.Exceptions[i]
    [all...]
TreeTransform.h 575 SmallVectorImpl<QualType> &Exceptions,
    [all...]
SemaType.cpp 678 /*Exceptions=*/nullptr,
    [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js 36 , null ], [ "Exceptions", null, [ [ "GoogleAuthException", "reference/com/google/android/gms/auth/GoogleAuthException.html", null, null ], [ "GooglePlayServicesAvailabilityException", "reference/com/google/android/gms/auth/GooglePlayServicesAvailabilityException.html", null, null ], [ "UserRecoverableAuthException", "reference/com/google/android/gms/auth/UserRecoverableAuthException.html", null, null ], [ "UserRecoverableNotifiedException", "reference/com/google/android/gms/auth/UserRecoverableNotifiedException.html", null, null ] ]
42 , null ], [ "Exceptions", null, [ [ "GooglePlayServicesNotAvailableException", "reference/com/google/android/gms/common/GooglePlayServicesNotAvailableException.html", null, null ], [ "GooglePlayServicesRepairableException", "reference/com/google/android/gms/common/GooglePlayServicesRepairableException.html", null, null ], [ "UserRecoverableException", "reference/com/google/android/gms/common/UserRecoverableException.html", null, null ] ]
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 

Completed in 409 milliseconds

12 3 4