HomeSort by relevance Sort by last modified time
    Searched full:addresssanitizer (Results 1 - 25 of 850) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
darwin-asan-nofortify.c 1 // Make sure AddressSanitizer disables _FORTIFY_SOURCE on Darwin.
  /external/compiler-rt/test/asan/TestCases/
print_summary.cc 10 // SOURCE: ERROR: AddressSanitizer: heap-use-after-free
11 // SOURCE: SUMMARY: AddressSanitizer: heap-use-after-free {{.*}}print_summary.cc:[[@LINE-2]]{{.*}} main
12 // MODULE: ERROR: AddressSanitizer: heap-use-after-free
13 // MODULE: SUMMARY: AddressSanitizer: heap-use-after-free ({{.*}}+0x{{.*}})
14 // MISSING: ERROR: AddressSanitizer: heap-use-after-free
asan_options-help.cc 7 // CHECK: Available flags for AddressSanitizer:
default_options.cc 9 // CHECK: Available flags for AddressSanitizer:
  /external/compiler-rt/test/asan/TestCases/Windows/
null_deref.cc 7 // CHECK: ERROR: AddressSanitizer: access-violation on unknown address
14 // CHECK: AddressSanitizer can not provide additional info.
dll_null_deref.cc 7 // CHECK: ERROR: AddressSanitizer: access-violation on unknown address
16 // CHECK: AddressSanitizer can not provide additional info.
report_after_syminitialize.cc 16 // CHECK: ERROR: AddressSanitizer: access-violation on unknown address
22 // CHECK: AddressSanitizer can not provide additional info.
default_options.cc 12 // CHECK: Available flags for AddressSanitizer:
operator_delete_wrong_argument.cc 9 // CHECK: AddressSanitizer: attempting free on address which was not malloc()-ed
  /external/compiler-rt/test/asan/TestCases/Linux/
asan_default_suppressions.cc 6 // CHECK: AddressSanitizer: failed to parse suppressions
  /external/compiler-rt/test/asan/TestCases/Posix/
new_array_cookie_uaf_test.cc 30 // COOKIE: AddressSanitizer: loaded array cookie from free-d memory
31 // COOKIE: AddressSanitizer: attempting double-free
35 // NO_COOKIE-NOT: AddressSanitizer: loaded array cookie from free-d memory
36 // NO_COOKIE: AddressSanitizer: attempting double-free
  /external/llvm/lib/Transforms/Instrumentation/
CMakeLists.txt 2 AddressSanitizer.cpp
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.asan-i686.so 
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.asan-i686.so 
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/lib/linux/
libclang_rt.asan-i686.so 
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/
libclang_rt.asan-i386.so 
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/
libclang_rt.asan-i386.so 
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/lib/linux/
libclang_rt.asan-i386.so 
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/
libclang_rt.asan-i386.so 
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
43 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) {
54 TEST(AddressSanitizer, SimpleDeathTest) {
58 TEST(AddressSanitizer, VariousMallocsTest) {
91 TEST(AddressSanitizer, CallocTest) {
97 TEST(AddressSanitizer, CallocReturnsZeroMem) {
121 TEST(AddressSanitizer, VallocTest) {
129 TEST(AddressSanitizer, PvallocTest) {
165 TEST(AddressSanitizer, DISABLED_TSDTest) {
175 TEST(AddressSanitizer, UAF_char)
    [all...]
asan_oob_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
64 // AddressSanitizer.OOB_char (125503 ms)
65 // AddressSanitizer.OOB_int (126890 ms)
66 // AddressSanitizer.OOBRightTest (315605 ms)
67 // AddressSanitizer.SimpleStackTest (366559 ms)
69 TEST(AddressSanitizer, OOB_char) {
73 TEST(AddressSanitizer, OOB_int) {
77 TEST(AddressSanitizer, OOBRightTest) {
104 TEST(AddressSanitizer, LargeOOBRightTest) {
114 TEST(AddressSanitizer, DISABLED_DemoOOBLeftLow)
    [all...]
  /external/compiler-rt/test/ubsan/TestCases/Integer/
summary.cpp 10 // CHECK-NOTYPE: SUMMARY: AddressSanitizer: undefined-behavior {{.*}}summary.cpp:[[@LINE-1]]:44
11 // CHECK-TYPE: SUMMARY: AddressSanitizer: unsigned-integer-overflow {{.*}}summary.cpp:[[@LINE-2]]:44
  /external/compiler-rt/lib/asan/
asan_blacklist.txt 1 # Blacklist for AddressSanitizer. Turns off instrumentation of particular
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/
asan_blacklist.txt 1 # Blacklist for AddressSanitizer. Turns off instrumentation of particular
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/
asan_blacklist.txt 1 # Blacklist for AddressSanitizer. Turns off instrumentation of particular

Completed in 694 milliseconds

1 2 3 4 5 6 7 8 91011>>