Home
last modified time | relevance | path

Searched refs:IsBothReadsOrAtomic (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_shadow.h101 bool IsBothReadsOrAtomic(AccessType typ) const { in IsBothReadsOrAtomic() function
HDtsan_rtl_access.cpp216 if (LIKELY(old.IsBothReadsOrAtomic(typ))) in CheckRaces()