HomeSort by relevance Sort by last modified time
    Searched refs:AddressSanitizer (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/asan/tests/
asan_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
60 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) {
71 TEST(AddressSanitizer, SimpleDeathTest) {
75 TEST(AddressSanitizer, VariousMallocsTest) {
108 TEST(AddressSanitizer, CallocTest) {
114 TEST(AddressSanitizer, VallocTest) {
121 TEST(AddressSanitizer, PvallocTest) {
155 TEST(AddressSanitizer, DISABLED_TSDTest) {
164 TEST(AddressSanitizer, UAF_char) {
165 const char *uaf_string = "AddressSanitizer:.*heap-use-after-free"
    [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) {
102 TEST(AddressSanitizer, LargeOOBRightTest) {
112 TEST(AddressSanitizer, DISABLED_DemoOOBLeftLow)
    [all...]
asan_benchmarks_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
44 TEST(AddressSanitizer, ManyAccessBenchmark) {
66 TEST(AddressSanitizer, BorderAccessBenchmark) {
77 TEST(AddressSanitizer, FakeStackBenchmark) {
asan_str_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
44 TEST(AddressSanitizer, StrLenOOBTest) {
65 TEST(AddressSanitizer, StrNLenOOBTest) {
84 TEST(AddressSanitizer, StrDupOOBTest) {
103 TEST(AddressSanitizer, StrCpyOOBTest) {
126 TEST(AddressSanitizer, StrNCpyOOBTest) {
206 TEST(AddressSanitizer, StrChrAndIndexOOBTest) {
211 TEST(AddressSanitizer, StrCmpAndFriendsLogicTest) {
288 TEST(AddressSanitizer, StrCmpOOBTest) {
292 TEST(AddressSanitizer, StrCaseCmpOOBTest)
    [all...]
asan_mem_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
68 TEST(AddressSanitizer, MemSetOOBTest) {
104 TEST(AddressSanitizer, LargeOOBInMemset) {
190 TEST(AddressSanitizer, MemCpyOOBTest) {
202 TEST(AddressSanitizer, MemMoveOOBTest) {
208 TEST(AddressSanitizer, MemCmpOOBTest) {
asan_noinst_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
29 TEST(AddressSanitizer, InternalSimpleDeathTest) {
81 TEST(AddressSanitizer, NoInstMallocTest) {
85 TEST(AddressSanitizer, ThreadedMallocStressTest) {
113 TEST(AddressSanitizer, DISABLED_InternalPrintShadow) {
236 TEST(AddressSanitizer, CompressStackTraceTest) {
256 TEST(AddressSanitizer, CompressStackTraceBenchmark) {
260 TEST(AddressSanitizer, QuarantineTest) {
295 TEST(AddressSanitizer, ThreadedQuarantineTest) {
325 TEST(AddressSanitizer, ThreadedOneSizeMallocStressTest)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
Android.mk 4 AddressSanitizer.cpp \
AddressSanitizer.cpp 1 //===-- AddressSanitizer.cpp - memory error detector ------------*- C++ -*-===//
10 // This file is a part of AddressSanitizer, an address sanity checker.
266 /// AddressSanitizer: instrument the code in module to find memory bugs.
267 struct AddressSanitizer : public FunctionPass {
268 AddressSanitizer(bool CheckInitOrder = true,
387 AddressSanitizer &ASan;
414 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan)
523 char AddressSanitizer::ID = 0;
524 INITIALIZE_PASS(AddressSanitizer, "asan",
525 "AddressSanitizer: detects use-after-free and out-of-bounds bugs."
    [all...]

Completed in 8891 milliseconds