HomeSort by: relevance | last modified time | path
    Searched refs:IsBothReadsOrAtomic (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_update_shadow_word.inc 43 if (LIKELY(old.IsBothReadsOrAtomic(kAccessIsWrite, kIsAtomic)))
51 if (old.IsBothReadsOrAtomic(kAccessIsWrite, kIsAtomic))
tsan_shadow.h 189 bool ALWAYS_INLINE IsBothReadsOrAtomic(bool kIsWrite, bool kIsAtomic) const {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_update_shadow_word_inl.h 45 if (old.IsBothReadsOrAtomic(kAccessIsWrite, kIsAtomic))
57 if (old.IsBothReadsOrAtomic(kAccessIsWrite, kIsAtomic))
tsan_rtl.h 291 bool ALWAYS_INLINE IsBothReadsOrAtomic(bool kIsWrite, bool kIsAtomic) const {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_shadow.h 101 bool IsBothReadsOrAtomic(AccessType typ) const {
tsan_rtl_access.cpp 216 if (LIKELY(old.IsBothReadsOrAtomic(typ)))

Completed in 29 milliseconds