OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fexceptions
(Results
1 - 25
of
277
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/test-gnustl-1/jni/
Application.mk
2
APP_CPPFLAGS := -
fexceptions
/ndk/tests/device/gnustl-shared-1/jni/
Application.mk
4
APP_CPPFLAGS := -
fexceptions
/external/clang/test/CodeGenCXX/
throw-expression-dtor.cpp
1
// RUN: %clang_cc1 %s -emit-llvm-only -verify -fcxx-exceptions -
fexceptions
throw-expressions.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-emit-llvm-only -verify %s -Wno-unreachable-code
try-catch.cpp
1
// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -
fexceptions
| FileCheck %s
PR5863-unreachable-block.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-emit-llvm-only %s
/ndk/tests/device/test-basic-exceptions/jni/
Android.mk
6
LOCAL_CPPFLAGS := -
fexceptions
/external/clang/test/Driver/
clang-exception-flags.cpp
2
// DEFAULT: "-cc1" {{.*}} "-fcxx-exceptions" "-
fexceptions
"
4
// RUN: %clang -### -
fexceptions
%s 2>&1 | FileCheck %s -check-prefix=ON1
5
// ON1: "-cc1" {{.*}} "-fcxx-exceptions" "-
fexceptions
"
8
// ON2: "-cc1" {{.*}} "-fcxx-exceptions" "-
fexceptions
"
10
// RUN: %clang -### -fno-cxx-exceptions -
fexceptions
%s 2>&1 | FileCheck %s -check-prefix=ON3
11
// ON3: "-cc1" {{.*}} "-fcxx-exceptions" "-
fexceptions
"
22
// RUN: %clang -### -
fexceptions
-fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF4
/external/clang/test/CXX/except/except.spec/
p11.cpp
1
// RUN: %clang_cc1 -std=c++11 -
fexceptions
-fcxx-exceptions -fsyntax-only -verify %s
p9-dynamic.cpp
1
// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -
fexceptions
| FileCheck %s
/external/clang/test/CodeGenObjC/
2009-02-05-VolatileProp.m
1
// RUN: %clang -
fexceptions
-S -emit-llvm %s -o /dev/null -pedantic-errors
2007-04-03-ObjcEH.m
1
// RUN: %clang -
fexceptions
-S -emit-llvm %s -o -
/external/clang/test/Parser/
cxx-throw.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-fsyntax-only -verify %s
/external/clang/test/SemaObjCXX/
exceptions-fragile.mm
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-fobjc-fragile-abi -fsyntax-only -verify %s
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
simple_func_invoke_and_crash.cpp
1
// RUN: %clangxx %s -g -
fexceptions
%extra-clang-opts -o %t
func_invoke_and_crash.cpp
1
// RUN: %clangxx %s -g -
fexceptions
%extra-clang-opts -o %t
/ndk/tests/build/gnustl-force-all/jni/
forced_all.cpp
3
#error This source file SHOULD be built with -
fexceptions
!
/ndk/tests/build/gnustl-force-rtti/jni/
forced_rtti.cpp
3
#error This source file SHOULD NOT be built with -
fexceptions
!
/external/clang/test/CXX/expr/expr.unary/expr.new/
p20-0x.cpp
1
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -
fexceptions
%s
/external/clang/test/Lexer/
has_feature_exceptions.cpp
1
// RUN: %clang_cc1 -E -
fexceptions
%s -o - | FileCheck --check-prefix=CHECK-EXCEPTIONS %s
/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
unreachable-catch-clauses.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-fsyntax-only -verify %s
/external/libmtp/
MacConfigExternalDebug.xcconfig
16
OTHER_CFLAGS=-
fexceptions
/external/libusb/
MacConfigExternalDebug.xcconfig
16
OTHER_CFLAGS=-
fexceptions
/external/libusb-compat/
MacConfigExternalDebug.xcconfig
16
OTHER_CFLAGS=-
fexceptions
Completed in 1460 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>