Home
last modified time | relevance | path

Searched refs:ShadowNames (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.h90 static const char *const ShadowNames[] = {"low shadow", "shadow gap", variable
H A Dasan_descriptions.cc323 Printf("Address %p is located in the %s area.\n", addr, ShadowNames[kind]); in Print()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_descriptions.h89 static const char *const ShadowNames[] = {"low shadow", "shadow gap", variable
H A Dasan_descriptions.cpp322 ShadowNames[kind]); in Print()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.h88 static const char *const ShadowNames[] = {"low shadow", "shadow gap", variable
H A Dasan_descriptions.cc321 Printf("Address %p is located in the %s area.\n", addr, ShadowNames[kind]); in Print()