Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp137 FastState fast_state = thr->fast_state; in TraceTime() local
432 FastState fast_state = thr->fast_state; in MemoryAccess() local
457 FastState fast_state = thr->fast_state; in MemoryAccess16() local
494 FastState fast_state = thr->fast_state; in UnalignedMemoryAccess() local
710 FastState fast_state = thr->fast_state; in MemoryAccessRangeT() local
H A Dtsan_rtl.h160 FastState fast_state; member