OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fexceptions
(Results
151 - 175
of
277
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/libbcc/runtime/lib/
gcc_personality_v0.c
183
* throw through a C function compiled with -
fexceptions
.
/ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk
115
# and RTTI work properly (when -
fexceptions
and -frtti are used).
/external/clang/test/Analysis/
misc-ps-region-store.cpp
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s -
fexceptions
-fcxx-exceptions
2
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s -
fexceptions
-fcxx-exceptions
/external/chromium/testing/gtest/cmake/
internal_utils.cmake
66
set(cxx_exception_flags "-
fexceptions
")
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp
1
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -
fexceptions
-fcxx-exceptions -verify %s
p5.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-std=c++11 -fblocks -fms-extensions -fsyntax-only -verify %s
/external/libffi/
Makefile.am
166
AM_CFLAGS = -Wall -g -
fexceptions
configure.ac
252
if $CC $CFLAGS -S -fpic -
fexceptions
-o conftest.s conftest.c > /dev/null 2>&1; then
/external/clang/test/CodeGenCXX/
partial-destruction.cpp
1
// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -
fexceptions
| FileCheck %s
arm.cpp
1
// RUN: %clang_cc1 %s -triple=thumbv7-apple-ios3.0 -fno-use-cxa-atexit -target-abi apcs-gnu -emit-llvm -o - -
fexceptions
| FileCheck %s
destructors.cpp
1
// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -emit-llvm -o - -mconstructor-aliases -fcxx-exceptions -
fexceptions
| FileCheck %s
eh.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o %t.ll
exceptions.cpp
1
// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - -fcxx-exceptions -
fexceptions
| FileCheck %s
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h
45
the -
fexceptions
options for C code as well. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h
45
the -
fexceptions
options for C code as well. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h
45
the -
fexceptions
options for C code as well. */
/external/clang/test/CXX/class.access/
p4.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-fsyntax-only -verify %s
/external/clang/test/SemaCXX/
conditional-expr.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-fsyntax-only -verify -std=c++11 -Wsign-conversion %s
/external/clang/test/SemaTemplate/
instantiate-expr-4.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -
fexceptions
-fsyntax-only -verify %s
/external/protobuf/gtest/
Makefile.am
291
test_gtest_throw_on_failure_ex_test_CXXFLAGS = $(AM_CXXFLAGS) -
fexceptions
/external/protobuf/gtest/scons/
SConstruct.common
145
env.Append(CCFLAGS='-
fexceptions
')
/ndk/build/core/
build-binary.mk
225
LOCAL_CPPFLAGS += -
fexceptions
/external/clang/docs/tools/
clang.pod
285
=item B<-
fexceptions
>
/external/clang/include/clang/Driver/
CC1Options.td
542
def
fexceptions
: Flag<"-
fexceptions
">,
[
all
...]
Options.td
330
def
fexceptions
: Flag<"-
fexceptions
">, Group<f_Group>;
[
all
...]
Completed in 2353 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>