Home
last modified time | relevance | path

Searched refs:GetIgnoreBit (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cc23 EXPECT_EQ(s.GetIgnoreBit(), false); in TEST()
36 EXPECT_EQ(s.GetIgnoreBit(), true); in TEST()
38 EXPECT_EQ(s.GetIgnoreBit(), false); in TEST()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_shadow.h30 DCHECK_EQ(GetIgnoreBit(), false); in FastState()
61 bool GetIgnoreBit() const { return (s64)x_ < 0; } in GetIgnoreBit() function
H A Dtsan_rtl_access.cpp379 if (UNLIKELY(fast_state.GetIgnoreBit())) { in MemoryAccess()
558 if (fast_state.GetIgnoreBit()) in MemoryAccessRange()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h109 DCHECK_EQ(GetIgnoreBit(), false); in FastState()
144 bool GetIgnoreBit() const { return (s64)x_ < 0; } in GetIgnoreBit() function
H A Dtsan_rtl_thread.cc358 if (fast_state.GetIgnoreBit()) in MemoryAccessRange()
H A Dtsan_rtl.cc825 if (fast_state.GetIgnoreBit()) { in MemoryAccess()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h113 DCHECK_EQ(GetIgnoreBit(), false); in FastState()
148 bool GetIgnoreBit() const { return (s64)x_ < 0; } in GetIgnoreBit() function
H A Dtsan_rtl_thread.cc366 if (fast_state.GetIgnoreBit()) in MemoryAccessRange()
H A Dtsan_rtl.cc829 if (fast_state.GetIgnoreBit()) { in MemoryAccess()