HomeSort by relevance Sort by last modified time
    Searched defs:asan (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
Android.mk 115 -fsanitize-blacklist=external/compiler-rt/lib/asan/tests/asan_test.ignore \
145 define build-asan-rt-shared-library
150 # We need to unwind by frame pointers through a small portion of ASan runtime library code,
174 $(eval $(call build-asan-rt-shared-library,$(ADDRESS_SANITIZER_RUNTIME_LIBRARY),64))
175 $(eval $(call build-asan-rt-shared-library,$(2ND_ADDRESS_SANITIZER_RUNTIME_LIBRARY),32))
177 $(eval $(call build-asan-rt-shared-library,$(ADDRESS_SANITIZER_RUNTIME_LIBRARY),32))
202 external/compiler-rt/lib/asan/tests \
230 external/compiler-rt/lib/asan/tests \
282 external/compiler-rt/lib/asan/tests \
306 external/compiler-rt/lib/asan/tests
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 45 bool asan = 1; local
47 bool asan = 1;
49 bool asan = 0;
51 EXPECT_EQ(true, asan);
254 const char kOverriddenHandler[] = "ASan signal handler has been overridden\n";
276 // ASan should silently ignore sigaction()...
1136 // Struct copy should not cause asan warning even if lhs == rhs.
    [all...]

Completed in 298 milliseconds