Searched refs:PushBack (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_vector_test.cc21 v.PushBack(42);
24 v.PushBack(43);
33 v.PushBack(i);
44 v.PushBack(0);
45 v.PushBack(0);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_vector.h60 T *PushBack() { function in class:__sanitizer::Vector
67 T *PushBack(const T& v) { function in class:__sanitizer::Vector
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_vector.h58 T *PushBack() { function in class:__sanitizer::Vector
65 T *PushBack(const T& v) { function in class:__sanitizer::Vector
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_vector.h55 T *PushBack() { function in class:__sanitizer::Vector
62 T *PushBack(const T& v) { function in class:__sanitizer::Vector
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_vector.h59 T *PushBack() { function in class:__tsan::Vector
66 T *PushBack(const T& v) { function in class:__tsan::Vector
H A Dtsan_rtl_report.cc159 ReportStack **rs = rep_->stacks.PushBack();
168 rep_->mops.PushBack(mop);
182 mop->mset.PushBack(mtx);
187 rep_->unique_tids.PushBack(unique_tid);
197 rep_->threads.PushBack(rt);
268 rep_->mutexes.PushBack(rm);
301 rep_->mutexes.PushBack(rm);
320 rep_->locs.PushBack(loc);
341 rep_->locs.PushBack(loc);
351 rep_->locs.PushBack(lo
[all...]
H A Dtsan_rtl_thread.cc172 leaks.PushBack(leak);
H A Dtsan_interface_ann.cc177 matched->PushBack(*race);
H A Dtsan_interceptors.cc428 interceptor_ctx()->AtExitStack.PushBack(ctx);
486 JmpBuf *buf = thr->jmp_bufs.PushBack();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_report.cc161 ReportStack **rs = rep_->stacks.PushBack();
170 rep_->mops.PushBack(mop);
184 mop->mset.PushBack(mtx);
189 rep_->unique_tids.PushBack(unique_tid);
199 rep_->threads.PushBack(rt);
270 rep_->mutexes.PushBack(rm);
303 rep_->mutexes.PushBack(rm);
322 rep_->locs.PushBack(loc);
343 rep_->locs.PushBack(loc);
353 rep_->locs.PushBack(lo
[all...]
H A Dtsan_rtl_thread.cc174 leaks.PushBack(leak);
H A Dtsan_interface_ann.cc179 matched->PushBack(*race);
H A Dtsan_interceptors.cc443 interceptor_ctx()->AtExitStack.PushBack(ctx);
501 JmpBuf *buf = thr->jmp_bufs.PushBack();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cpp172 ReportStack **rs = rep_->stacks.PushBack();
180 rep_->mops.PushBack(mop);
194 mop->mset.PushBack(mtx);
199 rep_->unique_tids.PushBack(unique_tid);
208 rep_->threads.PushBack(rt);
278 rep_->mutexes.PushBack(rm);
309 rep_->mutexes.PushBack(rm);
329 rep_->locs.PushBack(loc);
354 rep_->locs.PushBack(loc);
364 rep_->locs.PushBack(lo
[all...]
H A Dtsan_ilist.h47 void PushBack(Elem* e);
87 void IList<Base, Node, Elem>::PushBack(Elem* e) { function in class:__tsan::IList
H A Dtsan_rtl_thread.cpp56 leaks.PushBack({tctx, 1});
H A Dtsan_rtl.cpp621 trace->parts.PushBack(part);
H A Dtsan_interceptors_posix.cpp437 interceptor_ctx()->AtExitStack.PushBack(ctx);
495 JmpBuf *buf = thr->jmp_bufs.PushBack();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1158 interceptor_ctx()->AtExitStack.PushBack(r);

Completed in 242 milliseconds