Searched defs:PrintShadow (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc112 static void PrintShadow(const char *tag, uptr ptr, size_t size) { function
130 PrintShadow("m", (uptr)ptr, size);
132 PrintShadow("f", (uptr)ptr, size);

Completed in 74 milliseconds