Home
last modified time | relevance | path

Searched refs:in_shadow (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.h41 bool in_shadow, const char *after = "\n");
H A Dasan_report.cpp61 bool in_shadow, const char *after) { in PrintMemoryByte() argument
64 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), byte >> 4, in PrintMemoryByte()