Searched refs:__tsan_write (Results 1 – 7 of 7) sorted by relevance
18 ; CHECK: __tsan_write30 ; CHECK: __tsan_write31 ; CHECK: __tsan_write46 ; CHECK: __tsan_write47 ; CHECK: __tsan_write59 ; CHECK: __tsan_write71 ; CHECK: __tsan_write72 ; CHECK: __tsan_write87 ; CHECK: __tsan_write88 ; CHECK: __tsan_write
60 ; CHECK-NOT: __tsan_write73 ; CHECK-NOT: __tsan_write
58 ; CHECK-NOT: {{call void @__tsan_write}}
28 void __tsan_write(void *thr, void *addr, void *pc);90 __tsan_write(thr1, buf, (char*)&barfoo + 1); in main()
181 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write() function
4 __tsan_write*