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

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
threadsafe-statics-exceptions.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - -fcxx-exceptions -fexceptions -triple x86_64-apple-darwin10 %s | FileCheck %s
  /external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m 1 // RUN: %clang -fexceptions -fobjc-exceptions -S -emit-llvm %s -o /dev/null
arc-with-atthrow.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fobjc-exceptions -o - %s | FileCheck %s
debug-info-getter-name.m 2 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin10 -fexceptions -fobjc-exceptions -debug-info-kind=limited %s -o - | FileCheck %s
  /external/clang/test/Driver/
rewrite-objc.m 6 // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-fblocks" "-fobjc-runtime=macosx" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fmax-type-align=16" "-fdiagnostics-show-option"
  /external/clang/test/Misc/
ast-dump-stmt.m 1 // RUN: %clang_cc1 -Wno-unused -fblocks -fobjc-exceptions -ast-dump -ast-dump-filter Test %s | FileCheck -strict-whitespace %s
  /external/clang/test/OpenMP/
master_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
taskgroup_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/
cxx11-type-specifier.cpp 1 // RUN: %clang_cc1 -verify %s -std=c++11 -fcxx-exceptions
  /external/clang/test/Rewriter/
rewrite-modern-catch.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-synchronized.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"SEL=void*" -D"Class=struct objc_class *" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-try-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/SemaObjC/
return.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wmissing-noreturn -fobjc-exceptions -Wno-objc-root-class %s
  /external/clang/test/SemaTemplate/
exception-spec-crash.cpp 2 // RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -DCXX_EXCEPTIONS -fsyntax-only -verify %s
  /external/doclava/res/assets/templates/components/
left_nav.cs 24 <?cs call:list("Exceptions", class.package.exceptions) ?>
32 <?cs call:class_link_list("Exceptions", package.exceptions) ?>
  /external/droiddriver/src/io/appium/droiddriver/exceptions/
ActionException.java 17 package io.appium.droiddriver.exceptions;
NoRunningActivityException.java 17 package io.appium.droiddriver.exceptions;
TimeoutException.java 17 package io.appium.droiddriver.exceptions;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
IPropertyExceptionHandler.java 17 * Handler for any {@link Exception} that happens in {@link PropertyTable}, i.e. exceptions during
  /external/elfutils/tests/
lfs-symbols 3 # Exceptions:
  /external/guava/guava/src/com/google/common/io/
LegacyCloseables.java 42 * try-with-resources instead as that captures all the exceptions. Use this only if that is not
44 * that does not support try-with-resources, or the exceptions truly can be ignored.
48 * @deprecated This method may suppress potentially significant exceptions, particularly when
54 * <a href="http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html">
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ICUException.java 11 * Base class for unchecked, ICU-specific exceptions.
  /external/icu/icu4c/source/test/intltest/
trnserr.h 8 * transliterator APIs to make sure the exceptions are raised where
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ICUException.java 10 * Base class for unchecked, ICU-specific exceptions.
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
IExceptionLogger.java 16 * testability these exceptions are emitted against this interface.

Completed in 1242 milliseconds

<<11121314151617181920>>