Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp39 CHECK_EQ(fs.GetIgnoreBit(), false); in TEST()
41 CHECK_EQ(fs.GetIgnoreBit(), true); in TEST()
43 CHECK_EQ(fs.GetIgnoreBit(), false); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
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()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp438 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccess()
458 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccess16()
495 if (UNLIKELY(fast_state.GetIgnoreBit())) in UnalignedMemoryAccess()
705 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccessRangeT()
H A Dtsan_shadow.h38 bool GetIgnoreBit() const { return part_.ignore_accesses_; } in GetIgnoreBit() function