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

12 3

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 282 if (!CGM.getLangOpts().Exceptions)
CGException.cpp 1 //===--- CGException.cpp - Emit LLVM Code for C++ exceptions --------------===//
145 /// The exceptions personality for a function.
199 /// and Objective-C exceptions are being caught.
303 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions)
531 // because __cxa_call_unexpected magically filters exceptions
664 if (!CGM.getLangOpts().Exceptions)
707 // the intrinsics to have a functioning exceptions system (assuming
708 // that platform exceptions follow something approximately like the
885 /// - Catches of non-record types will only trigger for exceptions
    [all...]
CodeGenFunction.h 139 /// A stack of scopes which respond to exceptions, including cleanups
441 /// Push an exceptions filter on the stack.
444 /// Pops an exceptions filter off the stack.
    [all...]
CodeGenModule.cpp 483 /// unwind exceptions. We treat -fexceptions as mandating this
484 /// except under the fragile ObjC ABI with only ObjC exceptions
488 // If exceptions are completely disabled, obviously this is false.
489 if (!LangOpts.Exceptions) return false;
491 // If C++ exceptions are enabled, this is true.
494 // If ObjC exceptions are enabled, this depends on the ABI.
    [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...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/oprofile/events/mips/1004K/
events 41 event:0x17 counters:0 um:zero minimum:500 name:EXCEPTIONS_TAKEN : 23-0 Exceptions taken
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 142 // If this function can throw any exceptions, make a note of that.
189 "Shouldn't collect exceptions when throw-all is guaranteed.");
191 // Record the exceptions in this function's exception specification.
196 Exceptions.push_back(*E);
208 // invoked by f's implicit definition; f shall allow all exceptions if any
209 // function it directly invokes allows all exceptions, and f shall allow no
210 // exceptions if every function it directly invokes allows no exceptions.
220 // specification should be the set of exceptions which can be thrown by the
555 // Shortcut if exceptions are disabled
    [all...]
SemaExceptionSpec.cpp 178 EPI.Exceptions = OldProto->exception_begin();
192 // If exceptions are disabled, suppress the warning about missing
308 // Just completely ignore this under -fno-exceptions.
337 // specifier that is not a noexcept-specification allowing all exceptions,
504 // Just auto-succeed under -fno-exceptions.
732 // the exceptions of the target, and any exception specs on arguments or
    [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 616 .Case("cxx_exceptions", LangOpts.Exceptions)
    [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/include/clang/AST/
Type.h     [all...]
  /build/core/
definitions.mk     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 679 if (Opts.Exceptions)
682 Res.push_back("-fobjc-exceptions");
684 Res.push_back("-fcxx-exceptions");
686 Res.push_back("-fsjlj-exceptions");
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 531 if (Opts.Exceptions)
    [all...]
  /external/v8/src/
debug-debugger.js 47 // Types of exceptions that can be broken upon.
    [all...]
  /ndk/build/core/
definitions.mk 707 # Same with C++ exception support (i.e. -fexceptions and -fno-exceptions)
709 module-flags-have-exceptions = $(strip \
726 $(eval __cxxbad := $(filter-out rtti exceptions,$(__ndk_modules.$1.CPP_FEATURES)))\
734 $(if $(call module-flags-have-exceptions,$1),exceptions) \
737 $(call module-filter-out-compiler-flags,$1,-frtti -fno-rtti -fexceptions -fno-exceptions)\
740 # (i.e. RTTI or Exceptions)
743 # $2: list of features (e.g. 'rtti' or 'exceptions')
    [all...]

Completed in 1790 milliseconds

12 3