Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp62 bool in_shadow, const char *after) { in PrintMemoryByte() argument
65 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), byte >> 4, in PrintMemoryByte()
/freebsd/contrib/dialog/
H A Dutil.c1670 in_shadow(WINDOW *normal, WINDOW *shadow, int y, int x) in in_shadow() function
1711 && in_shadow(p->normal, dw->shadow, y, x)) { in last_shadow()