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

12 3

  /build/tools/droiddoc/templates-sac/
customizations.cs 254 <?cs call:list("Exceptions", class.package.exceptions) ?>
262 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
  /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/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExceptionSpec.cpp 219 EPI.Exceptions = OldProto->exception_begin();
327 // Just completely ignore this under -fno-exceptions.
356 // specifier that is not a noexcept-specification allowing all exceptions,
523 // Just auto-succeed under -fno-exceptions.
751 // the exceptions of the target, and any exception specs on arguments or
    [all...]
SemaDeclCXX.cpp 164 // If this function can throw any exceptions, make a note of that.
211 "Shouldn't collect exceptions when throw-all is guaranteed.");
213 // Record the exceptions in this function's exception specification.
218 Exceptions.push_back(*E);
230 // invoked by f's implicit definition; f shall allow all exceptions if any
231 // function it directly invokes allows all exceptions, and f shall allow no
232 // exceptions if every function it directly invokes allows no exceptions.
242 // specification should be the set of exceptions which can be thrown by the
616 // Shortcut if exceptions are disabled
    [all...]
SemaType.cpp 696 /*Exceptions=*/0,
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 242 if (!CGM.getLangOpts().Exceptions)
CGClass.cpp 421 if (CGF.CGM.getLangOpts().Exceptions &&
    [all...]
CGException.cpp 1 //===--- CGException.cpp - Emit LLVM Code for C++ exceptions --------------===//
146 /// The exceptions personality for a function.
212 /// and Objective-C exceptions are being caught.
318 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions)
547 // because __cxa_call_unexpected magically filters exceptions
680 if (!CGM.getLangOpts().Exceptions)
723 // the intrinsics to have a functioning exceptions system (assuming
724 // that platform exceptions follow something approximately like the
908 /// - Catches of non-record types will only trigger for exceptions
    [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp 221 // __weak objects always get EH cleanups; otherwise, exceptions
264 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions);
279 CGF.getLangOpts().Exceptions);
286 CGF.getLangOpts().Exceptions);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/oprofile/events/mips/24K/
events 41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
  /external/oprofile/events/mips/34K/
events 41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
  /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...]
  /frameworks/base/docs/html/
gms_navtree_data.js 18 , 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 ] ]
22 , 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 ] ]
55 , null ], [ "Exceptions", null, [ [ "RuntimeRemoteException", "reference/com/google/android/gms/maps/model/RuntimeRemoteException.html", null, null ] ]
  /external/oprofile/events/mips/1004K/
events 41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/oprofile/events/mips/74K/
events 74 event:0x3a counters:0,2 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 58-0 Exceptions taken
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 4326 milliseconds

12 3