Home
last modified time | relevance | path

Searched +full:- +full:fno +full:- +full:exceptions (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/external/eigen/bench/btl/libs/eigen3/
DCMakeLists.txt19 btl_add_target_property(btl_eigen3_linear COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3")
20 btl_add_target_property(btl_eigen3_vecmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3")
21 btl_add_target_property(btl_eigen3_matmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3")
22 btl_add_target_property(btl_eigen3_adv COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3")
31 …target_property(btl_eigen3_nogccvec_linear COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBT…
32 …target_property(btl_eigen3_nogccvec_vecmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBT…
33 …target_property(btl_eigen3_nogccvec_matmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBT…
34 …target_property(btl_eigen3_nogccvec_adv COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBT…
43 …_target_property(btl_eigen3_novec_linear COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTORIZE -DB…
44 …_target_property(btl_eigen3_novec_vecmat COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTORIZE -DB…
[all …]
/external/eigen/bench/btl/libs/tensors/
DCMakeLists.txt18 btl_add_target_property(btl_tensor_linear COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=tensor")
19 btl_add_target_property(btl_tensor_vecmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=tensor")
20 btl_add_target_property(btl_tensor_matmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=tensor")
28 …target_property(btl_tensor_nogccvec_linear COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBT…
29 …target_property(btl_tensor_nogccvec_vecmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBT…
30 …target_property(btl_tensor_nogccvec_matmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vectorize -DBT…
38 …_target_property(btl_tensor_novec_linear COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTORIZE -DB…
39 …_target_property(btl_tensor_novec_vecmat COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTORIZE -DB…
40 …_target_property(btl_tensor_novec_matmat COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTORIZE -DB…
/external/clang/test/Driver/
Drtti-options.cpp2 // exceptions, rtti, and vptr sanitizer flags when targetting the PS4.
4 // the vptr sanitizer with -fno-rtti
6 // Special cases: -fcxx-exceptions in C code should warn about unused arguments
7 // We should also not have any rtti-related arguments
8 …g -x c -### -target x86_64-scei-ps4 -c -fcxx-exceptions %s 2>&1 | FileCheck -check-prefix=CHECK-UN…
9-x c -### -target x86_64-unknown-unknown -c -fcxx-exceptions %s 2>&1 | FileCheck -check-prefix=CHE…
11 // Make sure we keep the last -frtti/-fno-rtti argument
12 // RUN: %clang -### -c -fno-rtti -frtti %s 2>&1 | FileCheck -check-prefix=CHECK-RTTI %s
13 // RUN: %clang -### -c -frtti -fno-rtti %s 2>&1 | FileCheck -check-prefix=CHECK-NO-RTTI %s
15 // -fsanitize=vptr
[all …]
Dclang-exception-flags.cpp3 // RUN: %clang -### -target unknown %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
4 // DEFAULT: "-cc1" {{.*}} "-fcxx-exceptions" "-fexceptions"
6 // RUN: %clang -### -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON1
7 // ON1: "-cc1" {{.*}} "-fcxx-exceptions" "-fexceptions"
9 // RUN: %clang -### -fno-exceptions -fcxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=ON2
10 // ON2: "-cc1" {{.*}} "-fcxx-exceptions" "-fexceptions"
12 // RUN: %clang -### -fno-cxx-exceptions -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON3
13 // ON3: "-cc1" {{.*}} "-fcxx-exceptions" "-fexceptions"
15 // RUN: %clang -### -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF1
16 // OFF1-NOT: "-cc1" {{.*}} "-fcxx-exceptions"
[all …]
Dxcore-opts.c1 // RUN: %clang -target xcore %s -g -Wl,L1Arg,L2Arg -Wa,A1Arg,A2Arg -fverbose-asm -v -### -o %t.o 2>…
2 // RUN: %clang -target xcore -x c++ %s -g -Wl,L1Arg,L2Arg -Wa,A1Arg,A2Arg -fverbose-asm -v -### -o …
3 // RUN: %clang -target xcore -x c++ %s -fexceptions -### -o %t.o 2>&1 | FileCheck -check-prefix CHE…
4 // RUN: %clang -target xcore %s -g0 -### -o %t.o 2>&1 | FileCheck -check-prefix CHECK-G0 %s
6 // CHECK: "-nostdsysteminc"
7 // CHECK: "-momit-leaf-frame-pointer"
8 // CHECK-NOT: "-mdisable-fp-elim"
9 // CHECK: "-fno-signed-char"
10 // CHECK: "-fno-use-cxa-atexit"
11 // CHECK-NOT: "-fcxx-exceptions"
[all …]
Dapple-kext-mkernel.c1 // RUN: %clang -target x86_64-apple-darwin10 -mkernel -### -fsyntax-only %s 2>&1 | FileCheck --chec…
2 …lang -target x86_64-apple-darwin10 -mkernel -### -fsyntax-only -fbuiltin -fno-builtin -fcommon -fn…
4 // CHECK-X86: "-disable-red-zone"
5 // CHECK-X86: "-fno-builtin"
6 // CHECK-X86: "-fno-rtti"
7 // CHECK-X86: "-fno-common"
9 // RUN: %clang -target x86_64-apple-darwin10 -mkernel -### -fsyntax-only -fbuiltin -fcommon %s 2>&1…
11 // CHECK-X86-2: "-disable-red-zone"
12 // CHECK-X86-2-NOT: "-fno-builtin"
13 // CHECK-X86-2: "-fno-rtti"
[all …]
Drewrite-legacy-objc.m1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o
2 // RUN: FileCheck -check-prefix=TEST0 %s
3 // TEST0: clang{{.*}}" "-cc1"
4 // TEST0: "-rewrite-objc"
5 // FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.
6-fmessage-length" "0" "-stack-protector" "1" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fencode-
7 // TEST0: rewrite-legacy-objc.m"
8 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.9.0 -rewrite-legacy-objc %s -o -
9 // RUN: FileCheck -check-prefix=TEST1 %s
10 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.6.0 -rewrite-legacy-objc %s -o -
[all …]
Dmyriad-toolchain.c1 // RUN: %clang -no-canonical-prefixes -### -target sparc-myriad-rtems-elf %s \
2 // RUN: --gcc-toolchain=%S/Inputs/basic_myriad_tree 2>&1 | FileCheck %s -check-prefix=LINK_WITH_RTE…
5 // LINK_WITH_RTEMS: "-L{{.*}}Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2/../../..{{/|\\…
6 // LINK_WITH_RTEMS: "-L{{.*}}Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2"
7 // LINK_WITH_RTEMS: "--start-group" "-lc" "-lrtemscpu" "-lrtemsbsp" "--end-group" "-lgcc"
11 // RUN: %clang -c -no-canonical-prefixes -### -target sparc-myriad-rtems-elf -x c++ %s \
12 // RUN: --gcc-toolchain=%S/Inputs/basic_myriad_tree 2>&1 | FileCheck %s -check-prefix=COMPILE_CXX
13 // COMPILE_CXX: "-internal-isystem" "{{.*}}/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2…
14 …XX: "-internal-isystem" "{{.*}}/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2/../../../.…
15 // COMPILE_CXX: "-internal-isystem" "{{.*}}/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2…
[all …]
/external/google-fruit/extras/benchmark/suites/
Ddebug.yml7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS-IS" BASIS,
25 - "g++-9"
26 - "clang++-10"
28 - "g++-9"
30 - "clang++-10"
33 - name: "fruit_single_file_compile_time"
35 - 20
39 - []
41 - []
[all …]
Dfruit_full.yml7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS-IS" BASIS,
22 - "g++-9"
23 - "clang++-10"
25 - 100
26 - 250
27 - 1000
30 - name: "fruit_single_file_compile_time"
32 - 20
33 - 80
[all …]
/external/sdv/vsomeip/third_party/boost/variant/test/
DJamfile.v24 # Copyright (C) 2013-2021 Antony Polukhin.
13 local below-c++14 = 98 03 0x 11 ;
17 <toolset>msvc:<asynch-exceptions>on
19 test-suite variant
34 [ run variant_visit_internal_linkage.cpp : : : "<cxxstd>$(below-c++14)":<build>no ]
37 [ compile-fail variant_rvalue_get_with_ampersand_test.cpp ]
38 [ compile-fail no_rvalue_to_nonconst_visitation.cpp ]
45 <toolset>gcc-4.3:<cxxflags>-fno-exceptions
46 <toolset>gcc-4.4:<cxxflags>-fno-exceptions
47 <toolset>gcc-4.5:<cxxflags>-fno-exceptions
[all …]
/external/pigweed/pw_ide/py/
Dcpp_test.py7 # https://www.apache.org/licenses/LICENSE-2.0
21 # pylint: disable=protected-access
36 from pw_ide.exceptions import UnresolvablePathException
150 ) -> None:
163 def run_process_test_with_invalid_commands(self, command: str) -> None:
171 def test_process_valid_with_gn_compile_command(self) -> None:
172 """Test output against typical GN-generated compile commands."""
176 # pylint: disable=line-too-long
177-none-eabi-g++ -MMD -MF stm32f429i_disc1_debug/obj/pw_allocator/block.block.cc.o.d -Wno-psabi -m…
178 # pylint: enable=line-too-long
[all …]
/external/mesa3d/.gitlab-ci/container/
Dcreate-android-cross-file.sh7 cross_file="/cross_file-$arch.txt"
11 arch2=${6:-$2}
13 # Note that we disable C++ exceptions, because Mesa doesn't use exceptions,
19 ar = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar'
20 …s/llvm/prebuilt/linux-x86_64/bin/${arch2}${sdk_version}-clang', '-fno-exceptions', '-fno-unwind-ta…
21 …built/linux-x86_64/bin/${arch2}${sdk_version}-clang++', '-fno-exceptions', '-fno-unwind-tables', '
24 strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip'
35 pkg_config_libdir = '/usr/local/lib/${arch2}/pkgconfig/:/${ndk}/toolchains/llvm/prebuilt/linux-x86_…
/external/google-fruit/extras/benchmark/tables/
Dfruit_internal.yml20 - new_delete_run_time
21 - fruit_single_file_compile_time
24 - total_max_ram_usage
30 - name: "Compile time (Clang)"
34 compiler: "clang++-10"
56 - name: "Compile time (GCC)"
60 compiler: "g++-9"
82 - name: "Incremental compile time (Clang)"
86 compiler: "clang++-10"
108 - name: "Incremental compile time (GCC)"
[all …]
/external/eigen/bench/btl/libs/eigen2/
DCMakeLists.txt12 btl_add_target_property(btl_eigen2_linear COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
13 btl_add_target_property(btl_eigen2_vecmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
14 btl_add_target_property(btl_eigen2_matmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
15 btl_add_target_property(btl_eigen2_adv COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
/external/cronet/third_party/libc++/src/include/
Dstdexcept1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
233 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg);
243 …_LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg…
253 …_LIBCPP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", _…
263 …_LIBCPP_VERBOSE_ABORT("length_error was thrown in -fno-exceptions mode with message \"%s\"", __msg…
273 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg…
[all …]
/external/cronet/third_party/libc++/src/include/__utility/
Dexception_guard.h1 //===----------------------------------------------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 // __exception_guard is a no-op in -fno-exceptions mode to produce better code-gen. This means
39 // code with exceptions disabled, so even if we wanted to provide the strong exception guarantees
41 // -fexceptions > -fno-exceptions > -fexceptions code, since the exception can't be caught where
42 // exceptions are disabled. While -fexceptions > -fno-exceptions is quite common
43 // (e.g. libc++.dylib > -fno-exceptions), having another layer with exceptions enabled seems a lot
44 // less common, especially one that tries to catch an exception through -fno-exceptions code.
[all …]
/external/openscreen/build/config/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
19 # Enables clang's source-based coverage (requires is_clang=true).
31 cflags += [ "-fPIC" ]
36 ldflags += [ "-pthread" ]
39 ldflags += [ "-Wl,--fatal-warnings" ]
43 "-stdlib=libstdc++",
44 "-latomic",
55 # These are explicitly specified in case of cross-compiling.
56 cflags += [ "-m64" ]
57 ldflags += [ "-m64" ]
[all …]
/external/tensorflow/tensorflow/compiler/xla/python/
DBUILD12 # buildifier: disable=same-origin-load
15 # buildifier: disable=same-origin-load
55 tags = ["no_oss"], # TODO(phawkins): This test passes, but requires --config=monolithic.
81 args = ["--backend=cpu"],
85 tags = ["no_oss"], # TODO(phawkins): This test passes, but requires --config=monolithic.
100 args = ["--backend=gpu"],
105 "config-cuda-only",
107 "requires-gpu-nvidia",
108 ], # TODO(phawkins): This test passes, but requires --config=monolithic.
125 "-fexceptions",
[all …]
/external/grpc-grpc/
Dbuild_handwritten.yaml8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer
24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
27 LDFLAGS: -fsanitize=address
33 asan-noleaks:
35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer
36 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
[all …]
/external/rust/crates/grpcio-sys/grpc/
Dbuild_handwritten.yaml8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer
24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
27 LDFLAGS: -fsanitize=address
33 asan-noleaks:
35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer
36 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
[all …]
/external/clang/test/Lexer/
Dhas_feature_exceptions.cpp1 // RUN: %clang -E -fexceptions %s -o - | FileCheck --check-prefix=CHECK-EXCEPTIONS %s
2 // RUN: %clang -E -fexceptions -fno-cxx-exceptions %s -o - | FileCheck --check-prefix=CHECK-NO-EXCE…
3 // RUN: %clang -E -fno-exceptions %s -o - | FileCheck --check-prefix=CHECK-NO-EXCEPTIONS %s
5 // RUN: %clang_cc1 -E -fcxx-exceptions %s -o - | FileCheck --check-prefix=CHECK-EXCEPTIONS %s
6 // RUN: %clang_cc1 -E -fobjc-exceptions %s -o - | FileCheck --check-prefix=CHECK-NO-EXCEPTIONS %s
7 // RUN: %clang_cc1 -E -fexceptions %s -o - | FileCheck --check-prefix=CHECK-NO-EXCEPTIONS %s
8 // RUN: %clang_cc1 -E %s -o - | FileCheck --check-prefix=CHECK-NO-EXCEPTIONS %s
16 // CHECK-EXCEPTIONS: foo
17 // CHECK-NO-EXCEPTIONS: bar
/external/toolchain-utils/binary_search_tool/ndk/
DPATCH13 Date: Tue, 9 Aug 2016 09:38:41 -0700
10 ---
11 Teapot/app/build.gradle | 7 ++++++-
12 1 file changed, 6 insertions(+), 1 deletion(-)
14 diff --git a/Teapot/app/build.gradle b/Teapot/app/build.gradle
16 --- a/Teapot/app/build.gradle
18 @@ -29,7 +29,7 @@ model {
19 cppFlags.addAll(['-I' + "${ndkDir}/sources/android/cpufeatures",
20 '-I' + file('src/main/jni/ndk_helper')])
21 cppFlags.addAll(['-std=c++11', '-Wall',
[all …]
/external/deqp-deps/glslang/
DCMakeLists.txt1 # Copyright (C) 2020-2023 The Khronos Group Inc.
64 # This logic inside SPIRV-Tools, which can upset build target dependencies
92 # Control whether Glslang self-tests are built and tested.
102 option(ENABLE_GLSLANG_BINARIES "Builds glslang and spirv-remap" ON)
104 …sing Emscripten, build glslang.js. Otherwise, builds a sample executable for binary-size testing.")
116 option(ENABLE_EXCEPTIONS "Enables Exceptions")
117 option(ENABLE_OPT "Enables spirv-opt capability if present" ON)
120 # Workaround for CMake behavior on Mac OS with gcc, cmake generates -Xarch_* arguments
134 add_definitions(-DGLSLANG_OSINCLUDE_WIN32)
136 add_definitions(-DGLSLANG_OSINCLUDE_UNIX)
[all …]
/external/angle/third_party/glslang/src/
DCMakeLists.txt1 # Copyright (C) 2020-2023 The Khronos Group Inc.
64 # This logic inside SPIRV-Tools, which can upset build target dependencies
92 # Control whether Glslang self-tests are built and tested.
102 option(ENABLE_GLSLANG_BINARIES "Builds glslang and spirv-remap" ON)
104 …sing Emscripten, build glslang.js. Otherwise, builds a sample executable for binary-size testing.")
116 option(ENABLE_EXCEPTIONS "Enables Exceptions")
117 option(ENABLE_OPT "Enables spirv-opt capability if present" ON)
120 # Workaround for CMake behavior on Mac OS with gcc, cmake generates -Xarch_* arguments
134 add_definitions(-DGLSLANG_OSINCLUDE_WIN32)
136 add_definitions(-DGLSLANG_OSINCLUDE_UNIX)
[all …]

12345678910>>...16