Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h112 bool IsRWWeakerOrEqual(AccessType typ) const { in IsRWWeakerOrEqual() function
H A Dtsan_rtl_access.cpp210 LIKELY(cur.access() == old.access() && old.IsRWWeakerOrEqual(typ))) { in CheckRaces()