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

  /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...]
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_noinst_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
43 TEST(AddressSanitizer, InternalSimpleDeathTest) {
95 TEST(AddressSanitizer, NoInstMallocTest) {
99 TEST(AddressSanitizer, ThreadedMallocStressTest) {
127 TEST(AddressSanitizer, DISABLED_InternalPrintShadow) {
136 TEST(AddressSanitizer, QuarantineTest) {
171 TEST(AddressSanitizer, ThreadedQuarantineTest) {
201 TEST(AddressSanitizer, ThreadedOneSizeMallocStressTest) {
212 TEST(AddressSanitizer, ShadowRegionIsPoisonedTest) {
224 TEST(AddressSanitizer, LoadStoreCallbacks)
    [all...]
asan_str_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
48 TEST(AddressSanitizer, StrLenOOBTest) {
68 TEST(AddressSanitizer, WcsLenTest) {
81 TEST(AddressSanitizer, StrNLenOOBTest) {
100 TEST(AddressSanitizer, StrDupOOBTest) {
119 TEST(AddressSanitizer, StrCpyOOBTest) {
142 TEST(AddressSanitizer, StrNCpyOOBTest) {
222 TEST(AddressSanitizer, StrChrAndIndexOOBTest) {
230 TEST(AddressSanitizer, StrCmpAndFriendsLogicTest) {
306 TEST(AddressSanitizer, StrCmpOOBTest)
    [all...]
asan_mem_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
68 TEST(AddressSanitizer, MemSetOOBTest) {
105 TEST(AddressSanitizer, LargeOOBInMemset) {
191 TEST(AddressSanitizer, MemCpyOOBTest) {
203 TEST(AddressSanitizer, MemMoveOOBTest) {
209 TEST(AddressSanitizer, MemCmpOOBTest) {
asan_asm_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
210 TEST(AddressSanitizer, asm_load_store) {
217 TEST(AddressSanitizer, asm_rw) {
235 TEST(AddressSanitizer, asm_flags) {
260 TEST(AddressSanitizer, asm_rep_movs) {
  /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.
405 /// AddressSanitizer: instrument the code in module to find memory bugs.
406 struct AddressSanitizer : public FunctionPass {
407 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false)
473 AddressSanitizer *Pass;
474 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) {
552 AddressSanitizer &ASan;
591 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan)
751 char AddressSanitizer::ID = 0
    [all...]
  /ndk/tests/device/asan-smoke/jni/
asan_oob_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
95 TEST(AddressSanitizer, OOB_char) {
99 TEST(AddressSanitizer, OOB_int) {
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 249 // AddressSanitizer which reserves all memory up to 0x0100.
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 249 // AddressSanitizer which reserves all memory up to 0x0100.

Completed in 993 milliseconds