HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 701 - 725 of 8688) sorted by null

<<21222324252627282930>>

  /external/clang/test/CodeGen/
exceptions.c 2 // RUN: %clang_cc1 -triple armv7-apple-unknown -emit-llvm -o - %s -fexceptions -fsjlj-exceptions -fblocks | FileCheck %s -check-prefix=CHECK-ARM
  /external/clang/test/CodeGenCXX/
eh-aggregated-inits-unwind.cpp 7 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -O0 -fno-elide-constructors -emit-llvm %s -o - | FileCheck %s
eh-aggregated-inits.cpp 5 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -O0 -fno-elide-constructors -emit-llvm %s -o - | FileCheck %s
exceptions-no-rtti.cpp 1 // RUN: %clang_cc1 -fno-rtti -fcxx-exceptions -fexceptions %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
  /external/clang/test/CoverageMapping/
trymacro.cpp 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -fexceptions -fcxx-exceptions -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name trymacro.cpp %s | FileCheck %s
  /external/clang/test/OpenMP/
critical_codegen.cpp 1 // RUN: %clang_cc1 -verify -fopenmp -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s
2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s
3 // RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s
4 // RUN: %clang_cc1 -verify -triple x86_64-apple-darwin10 -fopenmp -fexceptions -fcxx-exceptions -debug-info-kind=line-tables-only -x c++ -emit-llvm %s -o - | FileCheck %s --check-prefix=TERM_DEBUG
  /external/clang/test/Parser/
cxx-stmt.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify %s
  /external/clang/test/Rewriter/
finally.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -fobjc-exceptions -verify %s -o -
rewrite-modern-try-catch-finally.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
  /external/clang/test/SemaCXX/
MicrosoftCompatibility-cxx98.cpp 1 // RUN: %clang_cc1 %s -triple i686-pc-win32 -fsyntax-only -std=c++98 -Wmicrosoft -verify -fms-compatibility -fexceptions -fcxx-exceptions
__try.cpp 1 // RUN: %clang_cc1 -triple x86_64-windows -fsyntax-only -verify -fborland-extensions -fcxx-exceptions %s
defaulted-private-dtor.cpp 1 // RUN: %clang_cc1 -verify -std=c++11 %s -fcxx-exceptions
unreachable-code.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -Wunreachable-code-aggressive -fblocks -verify %s
  /external/clang/test/SemaObjC/
property-6.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions %s
try-catch.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions %s
  /external/clang/test/SemaObjCXX/
delay-parsing-func-tryblock.mm 1 // RUN: %clang_cc1 -x objective-c++ -fcxx-exceptions -fsyntax-only -Werror -verify -Wno-objc-root-class %s
  /external/compiler-rt/lib/interception/
Android.mk 28 -fno-exceptions \
  /external/compiler-rt/make/
config.mk 47 COMMON_CXXFLAGS=-std=c++11 -fno-exceptions -fPIC -funwind-tables $(COMMON_INCLUDES)
  /external/compiler-rt/test/asan/TestCases/
throw_call_test.cc 8 // Clang doesn't support exceptions on Windows yet.
throw_invoke_test.cc 4 // Clang doesn't support exceptions on Windows yet.
  /external/curl/
androidconfigure 16 "-fno-exceptions"
  /external/droiddriver/src/io/appium/droiddriver/actions/
EventAction.java 41 * @return Whether the action is successful. Some actions throw exceptions in
KeyAction.java 20 import io.appium.droiddriver.exceptions.ActionException;
  /external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
AccessibilityAction.java 44 * @return Whether the action is successful. Some actions throw exceptions in
  /external/droiddriver/src/io/appium/droiddriver/actions/view/
ViewAction.java 44 * @return Whether the action is successful. Some actions throw exceptions in case of failure,

Completed in 296 milliseconds

<<21222324252627282930>>