Searched refs:IsMetaMem (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_debugging.cc193 if (IsMetaMem(addr)) {
H A Dtsan_platform.h770 bool IsMetaMem(uptr mem) { function in namespace:__tsan
H A Dtsan_rtl.cc313 CHECK(IsMetaMem(m));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_debugging.cc191 if (IsMetaMem(addr)) {
H A Dtsan_platform.h768 bool IsMetaMem(uptr mem) { function in namespace:__tsan
H A Dtsan_rtl.cc311 CHECK(IsMetaMem(m));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_debugging.cpp198 if (IsMetaMem(reinterpret_cast<u32 *>(addr))) {
H A Dtsan_platform.h833 bool IsMetaMem(const u32 *p) { function in namespace:__tsan

Completed in 148 milliseconds