Home
last modified time | relevance | path

Searched +full:- +full:d_has_exceptions (Results 1 – 20 of 20) sorted by relevance

/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake6 # - This file will be run twice when building Google Mock (once via
11 # - The functions/macros defined in this file may depend on Google
31 # hard-to-find crashes. When it is built as a static library, it is
35 string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}")
40 string(REPLACE "/W3" "-W4" ${flag_var} "${${flag_var}}")
57 # TODO(vladl@google.com): Add -RTCs and -RTCu to debug builds.
58 set(cxx_base_flags "-GS -W4 -WX -wd4127 -wd4251 -wd4275 -nologo -J -Zi")
62 set(cxx_base_flags "${cxx_base_flags} -wd4800")
64 set(cxx_base_flags "${cxx_base_flags} -wd4511 -wd4512")
66 # Resolved overload was found by argument-dependent lookup.
[all …]
/external/grpc-grpc/templates/
Dconfig.m4.template2 --- |
4 [ --enable-grpc Enable grpc support])
9 dnl # --with-grpc -> add include path
16 LIBS="-lpthread $LIBS"
18 …CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2 -D PB_FIELD_32BI…
19 CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2 -D PB_FIELD_32BIT=1"
20 GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD"
46 , $ext_shared, , -fvisibility=hidden ${"\\"}
47 -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN ${"\\"}
48 -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0)
Dconfig.w32.template2 --- |
25 "/D_HAS_EXCEPTIONS=0 /DNOMINMAX /DGRPC_ARES=0 /D_WIN32_WINNT=0x600 "+
43 if (idx == -1):
64 if (build_dirs[i].indexOf('grpc') == -1) {
/external/libaom/libaom/third_party/googletest/src/googletest/cmake/
Dinternal_utils.cmake6 # - This file will be run twice when building Google Mock (once via
11 # - The functions/macros defined in this file may depend on Google
31 # hard-to-find crashes. When it is built as a static library, it is
35 string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}")
57 # TODO(vladl@google.com): Add -RTCs and -RTCu to debug builds.
58 set(cxx_base_flags "-GS -W4 -WX -wd4251 -wd4275 -nologo -J -Zi")
62 set(cxx_base_flags "${cxx_base_flags} -wd4800")
64 set(cxx_base_flags "${cxx_base_flags} -wd4511 -wd4512")
66 # Resolved overload was found by argument-dependent lookup.
67 set(cxx_base_flags "${cxx_base_flags} -wd4675")
[all …]
/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVMProcessSources.cmake6 # Example: llvm_replace_compiler_option(CMAKE_CXX_FLAGS_RELEASE "-O3" "-O2")
60 add_definitions( -fno-exceptions )
62 llvm_replace_compiler_option(CMAKE_CXX_FLAGS "/EHsc" "/EHs-c-")
63 add_definitions( /D_HAS_EXCEPTIONS=0 )
68 llvm_replace_compiler_option(CMAKE_CXX_FLAGS "-frtti" "-fno-rtti")
70 llvm_replace_compiler_option(CMAKE_CXX_FLAGS "/GR" "/GR-")
/external/catch2/projects/ExtraTests/
DCMakeLists.txt19 add_executable(PrefixedMacros ${TESTS_DIR}/X01-PrefixedMacros.cpp)
22 add_test(NAME CATCH_CONFIG_PREFIX_ALL COMMAND PrefixedMacros -s)
28 # The spaces are important -> They disambiguate between CATCH_REQUIRE
33 add_executable(DisabledMacros ${TESTS_DIR}/X02-DisabledMacros.cpp)
36 add_test(NAME CATCH_CONFIG_DISABLE-1 COMMAND DisabledMacros -s)
38 CATCH_CONFIG_DISABLE-1
43 add_test(NAME CATCH_CONFIG_DISABLE-2 COMMAND DisabledMacros --list-tests)
45 CATCH_CONFIG_DISABLE-2
51 add_executable( DisabledExceptions-DefaultHandler ${TESTS_DIR}/X03-DisabledExceptions-DefaultHandle…
52 add_executable( DisabledExceptions-CustomHandler ${TESTS_DIR}/X04-DisabledExceptions-CustomHandler.…
[all …]
/external/boringssl/src/tool/
Dinternal.h25 // compiling with -D_HAS_EXCEPTIONS=0. See
/external/grpc-grpc/third_party/cares/
Dcares.BUILD140 "config-win32.h",
145 "-D_GNU_SOURCE",
146 "-D_HAS_EXCEPTIONS=0",
147 "-DHAVE_CONFIG_H",
150 "-DNOMINMAX",
151 "-D_CRT_SECURE_NO_DEPRECATE",
152 "-D_CRT_NONSTDC_NO_DEPRECATE",
153 "-D_WIN32_WINNT=0x0600",
160 ":windows": ["-defaultlib:ws2_32.lib"],
/external/googletest/googletest/cmake/
Dinternal_utils.cmake6 # - This file will be run twice when building Google Mock (once via
11 # - The functions/macros defined in this file may depend on Google
23 # https://gitlab.kitware.com/cmake/community/wikis/FAQ#dynamic-replace.
33 # hard-to-find crashes. When it is built as a static library, it is
37 string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}")
45 # turned off (/EHs-c- flag). Where required, exceptions are explicitly
46 # re-enabled using the cxx_exception_flags variable.
70 # TODO(vladl@google.com): Add -RTCs and -RTCu to debug builds.
71 set(cxx_base_flags "-GS -W4 -WX -wd4251 -wd4275 -nologo -J -Zi")
72 set(cxx_base_flags "${cxx_base_flags} -D_UNICODE -DUNICODE -DWIN32 -D_WIN32")
[all …]
/external/compiler-rt/test/asan/
Dlit.cfg1 # -*- Python -*-
32 # Platform-specific default ASAN_OPTIONS for lit tests.
51 libdl_flag = "-ldl"
55 # GCC-ASan doesn't link in all the necessary libraries automatically, so
58 extra_linkflags = ["-pthread", "-lstdc++", libdl_flag]
62 # BFD linker in 64-bit android toolchains fails to find libm.so, which is a
65 extra_linkflags += ["-lm"]
67 # Setup default compiler flags used with -fsanitize=address option.
71 clang_asan_static_cflags = (["-fsanitize=address",
72 "-mno-omit-leaf-frame-pointer",
[all …]
/external/libcxx/utils/google-benchmark/
DCMakeLists.txt22 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
28 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
39 # FIXME: The --coverage flag needs to be removed when building assembly
81 string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" VERSION ${GIT_VERSION})
94 add_required_cxx_compiler_flag(-m32)
99 string(REGEX REPLACE "[-/]W[1-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
101 add_definitions(-D_CRT_SECURE_NO_WARNINGS)
104 add_cxx_compiler_flag(-EHs-)
105 add_cxx_compiler_flag(-EHa-)
106 add_definitions(-D_HAS_EXCEPTIONS=0)
[all …]
/external/grpc-grpc/
DMakefile14 # http://www.apache.org/licenses/LICENSE-2.0
28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)
80 CPPFLAGS_opt = -O2 -Wframe-larger-than=16384
83 VALID_CONFIG_asan-trace-cmp = 1
84 REQUIRE_CUSTOM_LIBRARIES_asan-trace-cmp = 1
85 CC_asan-trace-cmp = clang
86 CXX_asan-trace-cmp = clang++
87 LD_asan-trace-cmp = clang++
88 LDXX_asan-trace-cmp = clang++
89-trace-cmp = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize-coverage=trace-cmp -fsanitize=…
[all …]
Dconfig.w32441 "third_party\\boringssl\\crypto\\cpu-aarch64-fuchsia.c " +
442 "third_party\\boringssl\\crypto\\cpu-aarch64-linux.c " +
443 "third_party\\boringssl\\crypto\\cpu-arm-linux.c " +
444 "third_party\\boringssl\\crypto\\cpu-arm.c " +
445 "third_party\\boringssl\\crypto\\cpu-intel.c " +
446 "third_party\\boringssl\\crypto\\cpu-ppc64le.c " +
653 "/D_HAS_EXCEPTIONS=0 /DNOMINMAX /DGRPC_ARES=0 /D_WIN32_WINNT=0x600 "+
797 if (build_dirs[i].indexOf('grpc') == -1) {
Dconfig.m42 [ --enable-grpc Enable grpc support])
7 dnl # --with-grpc -> add include path
14 LIBS="-lpthread $LIBS"
16 …CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2 -D PB_FIELD_32BI…
17 CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2 -D PB_FIELD_32BIT=1"
18 GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD"
466 third_party/boringssl/crypto/cpu-aarch64-fuchsia.c \
467 third_party/boringssl/crypto/cpu-aarch64-linux.c \
468 third_party/boringssl/crypto/cpu-arm-linux.c \
469 third_party/boringssl/crypto/cpu-arm.c \
[all …]
Dbuild.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
15 core_version: 6.0.0-dev
17 version: 1.16.0-dev
19 - name: alts_proto
21 - src/core/tsi/alts/handshaker/altscontext.pb.h
22 - src/core/tsi/alts/handshaker/handshaker.pb.h
23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h
[all …]
/external/google-benchmark/
DCMakeLists.txt23 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
29 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
40 # FIXME: The --coverage flag needs to be removed when building assembly
82 string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" VERSION ${GIT_VERSION})
95 add_required_cxx_compiler_flag(-m32)
100 string(REGEX REPLACE "[-/]W[1-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
102 add_definitions(-D_CRT_SECURE_NO_WARNINGS)
105 add_cxx_compiler_flag(-EHs-)
106 add_cxx_compiler_flag(-EHa-)
107 add_definitions(-D_HAS_EXCEPTIONS=0)
[all …]
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake5 # For RUNTIME_OUTPUT_DIRECTORY variable, Multi-configuration generators
6 # append a per-configuration subdirectory to the specified directory.
27 # architectures with name "<name>.<arch>" for non-Darwin platforms if
63 set_target_properties(${libname} PROPERTIES FOLDER "Compiler-RT Libraries")
128 set(libname "${name}-${arch}")
131 set(libname "${name}-dynamic-${arch}")
135 set(output_name_${libname} ${name}_dynamic-${arch}${COMPILER_RT_OS_SUFFIX})
137 set(output_name_${libname} ${name}-${arch}${COMPILER_RT_OS_SUFFIX})
156 if(NOT TARGET install-${LIB_PARENT_TARGET})
159 # installation when running the multi-configuration generators.
[all …]
/external/tensorflow/tensorflow/contrib/cmake/
DCMakeLists.txt6 …rs when building. Consider upgrading your cmake to > 3.8 and using the flag -Thost=x64 when runnin…
9 …"compiler out of heap space\" errors when building. Consider using the flag -Thost=x64 when runnin…
77 # Threads: defines CMAKE_THREAD_LIBS_INIT and adds -pthread compile option
124 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
125 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
152 add_definitions(-DSQLITE_OMIT_LOAD_EXTENSION)
155 add_definitions(-DEIGEN_STRONG_INLINE=inline)
158 add_definitions(-DEIGEN_AVOID_STL_ARRAY)
162 add_definitions(-DWIN64)
166 add_definitions(-DEIGEN_DEFAULT_DENSE_INDEX_TYPE=std::int64_t)
[all …]
/external/boringssl/src/
DCMakeLists.txt23 # This is a dummy target which all other targets depend on (manually - see other
29 # Android-NDK CMake files reconfigure the path and so Go and Perl won't be
45 pkg_check_modules(LIBUNWIND libunwind-generic)
47 add_definitions(-DBORINGSSL_HAVE_LIBUNWIND)
65 add_definitions(-DBORINGSSL_ALLOW_CXX_RUNTIME)
70 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DNDEBUG")
76 string(REGEX REPLACE "(^| )[/-]DNDEBUG( |$)" " " "${VAR}_RELWITHASSERTS"
81 add_definitions(-DBORINGSSL_PREFIX=${BORINGSSL_PREFIX})
82 # CMake automatically connects include_directories to the NASM command-line,
84 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DBORINGSSL_PREFIX=${BORINGSSL_PREFIX}")
[all …]
/external/tensorflow/tensorflow/
Dtensorflow.bzl1 # -*- Python -*-
252 "/wd4018", # -Wno-sign-compare
254 # default. We can't pass /EHs-c- to disable exception, otherwise
257 # "/D_HAS_EXCEPTIONS=0",
258 # "/EHs-c-",
268 def tf_copts(android_optimization_level_override = "-O2", is_external = False):
274 "-std=c++11",
275 "-DTF_LEAN_BINARY",
276 "-Wno-narrowing",
277 "-fomit-frame-pointer",
[all …]