Home
last modified time | relevance | path

Searched +full:- +full:fsanitize +full:- +full:memory +full:- +full:use +full:- +full:after +full:- +full:dtor (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/ci/
Dcommon.bazelrc2 build --javacopt=-Xep:SelfAssertion:WARN
4 build:dbg --compilation_mode=dbg
6 build:opt --compilation_mode=opt
8 build:san-common --config=dbg --strip=never --copt=-O0 --copt=-fno-omit-frame-pointer
10 build:asan --config=san-common --copt=-fsanitize=address --linkopt=-fsanitize=address
12 build:asan --dynamic_mode=off
14 build:msan --config=san-common --copt=-fsanitize=memory --linkopt=-fsanitize=memory
15 build:msan --copt=-fsanitize-memory-track-origins
16 build:msan --copt=-fsanitize-memory-use-after-dtor
17 build:msan --action_env=MSAN_OPTIONS=poison_in_dtor=1
[all …]
/third_party/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
20 - '3.8'
21 - '3.9'
22 - '3.10'
23 - '3.11'
24 - '3.12'
25 - '3.13'
[all …]
DMakefile11 # you may not use this file except in compliance with the License.
14 # http://www.apache.org/licenses/LICENSE-2.0
28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)
80 …PPFLAGS_asan = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-poin…
81 LDFLAGS_asan = -fsanitize=address
83 VALID_CONFIG_asan-noleaks = 1
84 REQUIRE_CUSTOM_LIBRARIES_asan-noleaks = 1
85 CC_asan-noleaks = clang
86 CXX_asan-noleaks = clang++
87 LD_asan-noleaks = clang++
[all …]
/third_party/grpc/tools/
Dbazel.rc5 common --enable_bzlmod=false
7 # for platform-appropriate cxxopts
8 common --enable_platform_specific_config
10 build:windows --cxxopt='/std:c++17'
11 build:windows --host_cxxopt='/std:c++17'
12 build:linux --cxxopt='-std=c++17'
13 build:linux --host_cxxopt='-std=c++17'
14 build:macos --cxxopt='-std=c++17'
15 build:macos --host_cxxopt='-std=c++17'
16 build:freebsd --cxxopt='-std=c++17'
[all …]
/third_party/skia/m133/gn/skia/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
43 xcode_sysroot = "`xcrun --sdk $sdk --show-sdk-path`"
51 xcode_sysroot = "`xcrun --sdk macosx --show-sdk-path`"
73 cflags += [ "-Wno-attributes" ]
79 cflags += [ "-ffp-contract=off" ]
84 "-v",
85 "--sysroot=" + rebase_path("$fuchsia_sdk_path/arch/$current_cpu/sysroot"),
87 cflags += [ "--sysroot=" +
90 current_cpu = "--target=x86_64-${current_os}"
92 target_triple = "--target=aarch64-unknown-${current_os}"
[all …]
/third_party/spirv-tools/
DCMakeLists.txt1 # Copyright (c) 2015-2023 The Khronos Group Inc.
4 # you may not use this file except in compliance with the License.
7 # http://www.apache.org/licenses/LICENSE-2.0
17 project(spirv-tools)
19 # Avoid a bug in CMake 3.22.1. By default it will set -std=c++11 for
20 # targets in test/*, when those tests need -std=c++17.
21 # https://github.com/KhronosGroup/SPIRV-Tools/issues/5340
32 set(SPIRV_TOOLS "SPIRV-Tools")
43 …message(FATAL_ERROR "SPIRV-Tools requires C++17 or later, but is configured for C++${CMAKE_CXX_STA…
52 add_definitions(-DSPIRV_LINUX)
[all …]
/third_party/skia/third_party/externals/spirv-tools/
DCMakeLists.txt1 # Copyright (c) 2015-2016 The Khronos Group Inc.
4 # you may not use this file except in compliance with the License.
7 # http://www.apache.org/licenses/LICENSE-2.0
27 project(spirv-tools)
29 set(SPIRV_TOOLS "SPIRV-Tools")
40 add_definitions(-DSPIRV_LINUX)
43 add_definitions(-DSPIRV_EMSCRIPTEN)
45 add_definitions(-DSPIRV_WINDOWS)
47 add_definitions(-DSPIRV_WINDOWS)
49 add_definitions(-DSPIRV_MAC)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCMakeLists.txt1 # Copyright (c) 2015-2016 The Khronos Group Inc.
4 # you may not use this file except in compliance with the License.
7 # http://www.apache.org/licenses/LICENSE-2.0
27 project(spirv-tools)
29 set(SPIRV_TOOLS "SPIRV-Tools")
40 add_definitions(-DSPIRV_LINUX)
43 add_definitions(-DSPIRV_EMSCRIPTEN)
45 add_definitions(-DSPIRV_WINDOWS)
47 add_definitions(-DSPIRV_WINDOWS)
49 add_definitions(-DSPIRV_MAC)
[all …]
/third_party/json/cmake/
Dci.cmake12 execute_process(COMMAND ${ASTYLE_TOOL} --version OUTPUT_VARIABLE ASTYLE_TOOL_VERSION ERROR_VARIABLE…
13 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" ASTYLE_TOOL_VERSION "${ASTYLE_TOOL_VERSION}")
16 …program(CLANG_TOOL NAMES clang++-HEAD clang++ clang++-17 clang++-16 clang++-15 clang++-14 clang++-
17 execute_process(COMMAND ${CLANG_TOOL} --version OUTPUT_VARIABLE CLANG_TOOL_VERSION ERROR_VARIABLE C…
18 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TOOL_VERSION "${CLANG_TOOL_VERSION}")
21 …CLANG_TIDY_TOOL NAMES clang-tidy-17 clang-tidy-16 clang-tidy-15 clang-tidy-14 clang-tidy-13 clang-
22 execute_process(COMMAND ${CLANG_TIDY_TOOL} --version OUTPUT_VARIABLE CLANG_TIDY_TOOL_VERSION ERROR_…
23 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TIDY_TOOL_VERSION "${CLANG_TIDY_TOOL_VERSION}")
24 message(STATUS "�� Clang-Tidy ${CLANG_TIDY_TOOL_VERSION} (${CLANG_TIDY_TOOL})")
29 execute_process(COMMAND ${CPPCHECK_TOOL} --version OUTPUT_VARIABLE CPPCHECK_TOOL_VERSION ERROR_VARI…
[all …]
/third_party/mesa3d/
Dmeson.build1 # Copyright © 2017-2020 Intel Corporation
2 # SPDX-License-Identifier: MIT
12 'b_ndebug=if-release',
22 add_project_arguments('-fobjc-arc', language : 'objc')
45 …ug') == 'true' or (get_option('buildtype') == 'release' and get_option('b_ndebug') == 'if-release')
51 '-D__STDC_CONSTANT_MACROS',
52 '-D__STDC_FORMAT_MACROS',
53 '-D__STDC_LIMIT_MACROS',
54 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
55 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"',
[all …]
/third_party/NuttX/
DReleaseNotes14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
30 -----------
42 This release has been verified on the Linux user-mode platform, the
51 NuttX-0.1.2
52 -----------
[all …]
/third_party/libabigail/
DChangeLog1 2023-10-20 Dodji Seketeli <dodji@redhat.com>
6 2023-10-20 Dodji Seketeli <dodji@redhat.com>
8 gen-changelog.py: Fix a long standing typo
9 * gen-changelog.py (get_rel_tags): It's libabigail, not GNET.
11 2023-10-20 Dodji Seketeli <dodji@redhat.com>
13 gen-changelog.py: Don't escaping '/' with '\' in regexp
14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in
17 2023-10-20 Dodji Seketeli <dodji@redhat.com>
20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add
23 2023-10-18 Dodji Seketeli <dodji@redhat.com>
[all …]