Home
last modified time | relevance | path

Searched refs:VptrUpdate (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mop.cpp181 t1.VptrUpdate(vptr, val); in TEST_F()
190 t1.VptrUpdate(vptr, val2); in TEST_F()
H A Dtsan_test_util.h104 void VptrUpdate(const MemLoc &vptr, const MemLoc &new_val,
H A Dtsan_test_util_posix.cpp421 void ScopedThread::VptrUpdate(const MemLoc &vptr, in VptrUpdate() function in ScopedThread