Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/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()