Home
last modified time | relevance | path

Searched defs:GetIgnoreBit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h38 bool GetIgnoreBit() const { return part_.ignore_accesses_; } in GetIgnoreBit() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_shadow.h61 bool GetIgnoreBit() const { return (s64)x_ < 0; } in GetIgnoreBit() function