Home
last modified time | relevance | path

Searched refs:ubsan (Results 1 – 25 of 88) sorted by relevance

1234

/external/google-fruit/extras/scripts/
Dtravis_yml_generator.py32 def determine_tests(asan, ubsan, clang_tidy, smoke_tests, use_precompiled_headers_in_tests, exclude… argument
39 if ubsan:
43 if ubsan and not asan:
77 def add_ubuntu_tests(ubuntu_version, compiler, os='linux', stl=None, asan=True, ubsan=True, clang_t… argument
89 tests = determine_tests(asan, ubsan, clang_tidy, smoke_tests,
104 def add_osx_tests(compiler, xcode_version=None, stl=None, asan=True, ubsan=True, clang_tidy=True, argument
116 tests = determine_tests(asan, ubsan, clang_tidy, smoke_tests,
159 add_ubuntu_tests(ubuntu_version='18.04', compiler='gcc-5', asan=False, ubsan=False)
160 add_ubuntu_tests(ubuntu_version='18.04', compiler='gcc-8', asan=False, ubsan=False)
170 add_ubuntu_tests(ubuntu_version='16.04', compiler='gcc-5', asan=False, ubsan=False)
[all …]
/external/compiler-rt/lib/ubsan/
DCMakeLists.txt36 add_custom_target(ubsan) target
37 set_target_properties(ubsan PROPERTIES FOLDER "Compiler-RT Misc")
60 add_compiler_rt_runtime(clang_rt.ubsan
68 PARENT_TARGET ubsan)
96 PARENT_TARGET ubsan)
103 PARENT_TARGET ubsan)
110 PARENT_TARGET ubsan
111 EXTRA ubsan.syms.extra)
114 PARENT_TARGET ubsan
115 EXTRA ubsan.syms.extra)
[all …]
/external/grpc-grpc/tools/
Dbazel.rc37 build:ubsan --strip=never
38 build:ubsan --copt -fsanitize-coverage=edge
39 build:ubsan --copt -fsanitize=undefined
40 build:ubsan --copt -fno-omit-frame-pointer
41 build:ubsan --copt -DGRPC_UBSAN
42 build:ubsan --copt -DNDEBUG
43 build:ubsan --copt -fno-sanitize=function,vptr
44 build:ubsan --linkopt -fsanitize=undefined
45 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
/external/llvm-project/compiler-rt/lib/ubsan/
DCMakeLists.txt64 add_compiler_rt_component(ubsan)
89 add_weak_symbols("ubsan" WEAK_SYMBOL_LINK_FLAGS)
92 add_compiler_rt_runtime(clang_rt.ubsan
104 PARENT_TARGET ubsan)
106 add_compiler_rt_runtime(clang_rt.ubsan
118 PARENT_TARGET ubsan)
194 PARENT_TARGET ubsan)
201 PARENT_TARGET ubsan)
214 EXTRA ubsan.syms.extra)
242 PARENT_TARGET ubsan)
[all …]
/external/llvm-project/compiler-rt/lib/ubsan_minimal/
DCMakeLists.txt16 add_compiler_rt_component(ubsan-minimal)
33 PARENT_TARGET ubsan-minimal)
43 PARENT_TARGET ubsan-minimal)
50 PARENT_TARGET ubsan-minimal
51 EXTRA ubsan.syms.extra)
/external/compiler-rt/test/ubsan/
DCMakeLists.txt32 add_ubsan_testsuite("Standalone" ubsan ${arch})
35 # TODO(wwchrome): Re-enable ubsan for asan win 64-bit when ready.
36 # Disable ubsan with AddressSanitizer tests for Windows 64-bit.
49 add_lit_testsuite(check-ubsan "Running UndefinedBehaviorSanitizer tests"
52 set_target_properties(check-ubsan PROPERTIES FOLDER "Compiler-RT Misc")
Dlit.common.cfg22 config.available_features.add("ubsan-standalone")
26 config.available_features.add("ubsan-asan")
31 config.available_features.add("ubsan-msan")
35 config.available_features.add("ubsan-tsan")
/external/llvm-project/compiler-rt/test/ubsan/
DCMakeLists.txt51 add_ubsan_testsuites("Standalone" ubsan ${arch})
54 # TODO(wwchrome): Re-enable ubsan for asan win 64-bit when ready.
55 # Disable ubsan with AddressSanitizer tests for Windows 64-bit,
92 add_lit_testsuite(check-ubsan-${test_mode}-${platform}-${arch}
104 add_ubsan_testsuites("StandaloneStatic" ubsan ${arch})
125 add_ubsan_device_testsuite("Standalone" ubsan ${platform} ${arch})
138 add_lit_testsuite(check-ubsan "Running UndefinedBehaviorSanitizer tests"
141 set_target_properties(check-ubsan PROPERTIES FOLDER "Compiler-RT Misc")
/external/rust/crates/grpcio-sys/grpc/tools/
Dbazel.rc67 build:ubsan --strip=never
68 build:ubsan --copt=-fsanitize=undefined
69 build:ubsan --copt=-fno-omit-frame-pointer
70 build:ubsan --copt=-DGRPC_UBSAN
71 build:ubsan --copt=-DNDEBUG
72 build:ubsan --copt=-fno-sanitize=function,vptr
73 build:ubsan --linkopt=-fsanitize=undefined
74 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
77 build:ubsan --copt=-DGRPC_PORT_ISOLATED_RUNTIME=1
/external/pdfium/third_party/agg23/
DREADME.pdfium17 0002-ubsan-error-fixes.path: Fix UBSan errors for overflows.
18 0003-ubsan-render-line-error.patch: Fix UBSan overflow error in render_line.
19 0004-ubsan-sweep-scanline-error.patch: Fix UBSan left shift of negative value
23 0006-ubsan-sweep-scanline-error.patch: Fix UBSan integer overflow error in
/external/llvm-project/compiler-rt/test/ubsan_minimal/
DCMakeLists.txt11 list(APPEND UBSAN_TEST_DEPS ubsan-minimal)
23 add_lit_testsuite(check-ubsan-minimal "Running UndefinedBehaviorSanitizerMinimal tests"
26 set_target_properties(check-ubsan-minimal PROPERTIES FOLDER "Compiler-RT Misc")
/external/zstd/tests/fuzz/
DREADME.md43 `--enable-ubsan-pointer-overflow`, etc.
57 ./fuzz.py build all --enable-fuzzer --enable-asan --enable-ubsan --cc clang --cxx clang++
59 CC=clang CXX=clang++ ./fuzz.py build all --enable-fuzzer --enable-asan --enable-ubsan
86 CC=afl-clang CXX=afl-clang++ ./fuzz.py build all --enable-asan --enable-ubsan
97 CC=clang CXX=clang++ ./fuzz.py build all --enable-asan --enable-ubsan
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/
Drbe_common.bazelrc86 build:ubsan --copt=-gmlt
89 build:ubsan --test_timeout=60,600,1800,3600
91 # how to update the bazel toolchain for ubsan:
94 build:ubsan --crosstool_top=@bazel_toolchains//configs/experimental/ubuntu16_04_clang/1.3/bazel_0.2…
/external/rust/crates/grpcio-sys/grpc/third_party/upb/
D.bazelrc7 build:ubsan --copt=-fsanitize=undefined --linkopt=-fsanitize=undefined --action_env=UBSAN_OPTIONS=h…
10 build:ubsan --copt=-fno-sanitize=function --copt=-fno-sanitize=vptr
/external/llvm-project/clang/runtime/
DCMakeLists.txt118 set(COMPILER_RT_RUNTIMES fuzzer asan builtins dfsan lsan msan profile tsan ubsan ubsan-minimal)
135 check-lsan check-msan check-sanitizer check-tsan check-ubsan check-ubsan-minimal
/external/zstd/contrib/pzstd/
DMakefile144 .PHONY: ubsan
145 ubsan: EXTRA_FLAGS += -fsanitize=undefined target
146 ubsan: debug target
166 ubsan32: ubsan
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/asan/
DBUILD.gn31 "//compiler-rt/lib/ubsan:cxx_sources",
32 "//compiler-rt/lib/ubsan:sources",
152 # ubsan
/external/libyuv/files/build_overrides/
Dbuild.gni27 rebase_path("//tools_libyuv/ubsan/blacklist.txt", root_build_dir)
29 rebase_path("//tools_libyuv/ubsan/vptr_blacklist.txt", root_build_dir)
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/pull_request/
Dgrpc_ubsan_on_foundry.sh18 github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh --config=ubsan
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_ubsan_on_foundry.sh19 github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh --config=ubsan --cache_test_resul…
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/
DBUILD.gn35 "//compiler-rt/lib/ubsan:sources",
73 deps = [ "//compiler-rt/lib/ubsan:cxx_sources" ]
/external/llvm-project/llvm/test/Bindings/Go/
Dgo.test4 ; UNSUPPORTED: asan, ubsan, msan
/external/llvm-project/llvm/test/tools/gold/
Dlit.local.cfg5 for san in ['asan', 'msan', 'ubsan']:
/external/llvm/lib/Fuzzer/test/ubsan/
DCMakeLists.txt1 # These tests are instrumented with ubsan in non-recovery mode.
/external/llvm-project/compiler-rt/test/
DCMakeLists.txt53 compiler_rt_test_runtime(ubsan cfi)
62 # cfi testing is gated on ubsan

1234