OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ubsan
(Results
1 - 22
of
22
) sorted by null
/external/compiler-rt/lib/ubsan/lit_tests/
CMakeLists.txt
7
# Run
UBSan
output tests only if we're sure that clang would produce
15
add_lit_testsuite(check-
ubsan
"Running UndefinedBehaviorSanitizer tests"
20
set_target_properties(check-
ubsan
PROPERTIES FOLDER "
UBSan
unittests")
lit.cfg
22
"make check-
ubsan
")
44
"lib", "
ubsan
", "lit_tests", "lit.site.cfg")
/external/compiler-rt/lib/ubsan/
CMakeLists.txt
34
# Main
UBSan
runtime.
35
add_compiler_rt_static_runtime(clang_rt.
ubsan
-${arch} ${arch}
38
SYMS
ubsan
.syms)
39
# C++-specific parts of
UBSan
runtime. Requires a C++ ABI library.
43
SYMS
ubsan
.syms)
46
clang_rt.
ubsan
-${arch}
Makefile.mk
1
#===- lib/
ubsan
/Makefile.mk ---------------------------------*- Makefile -*--===#
10
ModuleName :=
ubsan
24
# Define a convenience variable for all the
ubsan
functions.
ubsan_value.cc
11
// the
ubsan
runtime.
37
UNREACHABLE("libclang_rt.
ubsan
was built without __int128 support");
53
UNREACHABLE("libclang_rt.
ubsan
was built without __int128 support");
ubsan_handlers_cxx.cc
10
// Error logging entry points for the
UBSan
runtime, which are only used for C++
ubsan_value.h
11
// the
ubsan
runtime.
20
#error "
UBSan
not supported for this platform!"
ubsan_handlers.cc
10
// Error logging entry points for the
UBSan
runtime.
ubsan_diag.cc
10
// Diagnostic reporting for the
UBSan
runtime.
/external/clang/test/Driver/
sanitizer-ld.c
100
// RUN: | FileCheck --check-prefix=CHECK-
UBSAN
-LINUX %s
101
// CHECK-
UBSAN
-LINUX: "{{.*}}ld{{(.exe)?}}"
102
// CHECK-
UBSAN
-LINUX-NOT: libclang_rt.asan
103
// CHECK-
UBSAN
-LINUX: "-whole-archive" "{{.*}}libclang_rt.san-i386.a" "-no-whole-archive"
104
// CHECK-
UBSAN
-LINUX-NOT: libclang_rt.asan
105
// CHECK-
UBSAN
-LINUX: "-whole-archive" "{{.*}}libclang_rt.
ubsan
-i386.a" "-no-whole-archive"
106
// CHECK-
UBSAN
-LINUX-NOT: libclang_rt.ubsan_cxx
107
// CHECK-
UBSAN
-LINUX: "-lpthread"
108
// CHECK-
UBSAN
-LINUX-NOT: "-lstdc++
[
all
...]
darwin-sanitizer-ld.c
24
// RUN: | FileCheck --check-prefix=CHECK-
UBSAN
%s
26
// CHECK-
UBSAN
: "{{.*}}ld{{(.exe)?}}"
27
// CHECK-
UBSAN
: libclang_rt.ubsan_osx.a"
28
// CHECK-
UBSAN
: stdc++
40
// RUN: | FileCheck --check-prefix=CHECK-DYN-
UBSAN
%s
42
// CHECK-DYN-
UBSAN
: "{{.*}}ld{{(.exe)?}}"
43
// CHECK-DYN-
UBSAN
: "-dylib"
44
// CHECK-DYN-
UBSAN
: libclang_rt.ubsan_osx.a
/external/clang/test/CodeGen/
unsigned-trapv.c
16
// TRAPV-NOT:
ubsan
19
// BOTH-NOT:
ubsan
31
// UNSIGNED:
ubsan
35
// BOTH:
ubsan
ubsan-blacklist.c
1
// Verify
ubsan
doesn't emit checks for blacklisted functions and files
/external/compiler-rt/make/platform/
clang_linux.mk
52
Configs += full-i386 profile-i386 san-i386 asan-i386
ubsan
-i386 ubsan_cxx-i386
57
Arch.
ubsan
-i386 := i386
64
msan-x86_64
ubsan
-x86_64 ubsan_cxx-x86_64
71
Arch.
ubsan
-x86_64 := x86_64
100
CFLAGS.
ubsan
-i386 := $(CFLAGS) -m32 $(SANITIZER_CFLAGS) -fno-rtti
101
CFLAGS.
ubsan
-x86_64 := $(CFLAGS) -m64 $(SANITIZER_CFLAGS) -fno-rtti
136
FUNCTIONS.
ubsan
-i386 := $(UbsanFunctions)
137
FUNCTIONS.
ubsan
-x86_64 := $(UbsanFunctions)
/external/compiler-rt/lib/
Makefile.mk
23
SubDirs +=
ubsan
CMakeLists.txt
12
add_subdirectory(
ubsan
)
/external/chromium_org/tools/clang/scripts/
package.sh
79
# Release+Asserts/lib/clang/*/lib/linux/libclang_rt.{[atm]san,profile,
ubsan
}-*.a
81
! -name '*[atm]san*' ! -name '*profile*' ! -name '*
ubsan
*' | xargs rm
/external/clang/runtime/compiler-rt/
Makefile
101
full-i386.a profile-i386.a san-i386.a asan-i386.a
ubsan
-i386.a \
112
tsan-x86_64.a msan-x86_64.a
ubsan
-x86_64.a ubsan_cxx-x86_64.a
113
# We need to build 32-bit ASan/
UBsan
libraries on 64-bit platform, and add them
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval.pass.cpp
185
// These tests are commented out because
UBSan
warns about division by 0
231
// These tests are commented out because
UBSan
warns about division by 0
357
// These tests are commented out because
UBSan
warns about division by 0
403
// These tests are commented out because
UBSan
warns about division by 0
449
// These tests are commented out because
UBSan
warns about division by 0
/external/clang/lib/Driver/
ToolChains.cpp
295
// Add
Ubsan
runtime library, if required.
303
// The
Ubsan
runtime library requires C++.
[
all
...]
Tools.cpp
[
all
...]
/prebuilts/sdk/tools/linux/
libclang.so
Completed in 1989 milliseconds