Lines Matching defs:addr
27 bool IsExpectedReport(uptr addr, uptr size) { in IsExpectedReport()
31 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()
55 SymbolizedStack *SymbolizeCode(uptr addr) { in SymbolizeCode()
99 void __tsan_map_shadow(uptr addr, uptr size) { in __tsan_map_shadow()
103 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read()
107 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc()
115 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write()
119 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc()
127 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range()
131 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range()
161 void __tsan_acquire(ThreadState *thr, void *addr) { in __tsan_acquire()
165 void __tsan_release(ThreadState *thr, void *addr) { in __tsan_release()
169 void __tsan_release_merge(ThreadState *thr, void *addr) { in __tsan_release_merge()
177 void __tsan_mutex_before_lock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_before_lock()
180 void __tsan_mutex_after_lock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_after_lock()
187 void __tsan_mutex_before_unlock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_before_unlock()