Home
last modified time | relevance | path

Searched refs:PushBack (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp184 rep_->mops.PushBack(mop); in AddMemoryAccess()
198 mop->mset.PushBack(mtx); in AddMemoryAccess()
212 rep_->threads.PushBack(rt); in AddThread()
270 rep_->mutexes.PushBack(rm); in AddMutex()
292 rep_->locs.PushBack(loc); in AddLocation()
314 rep_->locs.PushBack(loc); in AddLocation()
323 rep_->locs.PushBack(loc); in AddLocation()
329 rep_->locs.PushBack(loc); in AddLocation()
413 stack->PushBack(pc); in RestoreStackMatch()
519 stack.PushBack(ev->pc); in RestoreStack()
[all …]
H A Dtsan_rtl.cpp196 ctx->slot_queue.PushBack(&slot); in DoResetImpl()
272 ctx->slot_queue.PushBack(slot); in FindSlotAndLock()
316 slot->journal.PushBack({thr->tid, epoch}); in SlotAttachAndLock()
398 slot_queue.PushBack(slot);
975 trace->parts.PushBack(part); in TraceSwitchPartImpl()
1023 ctx->slot_queue.PushBack(thr->slot); in TraceSwitchPartImpl()
1026 ctx->trace_part_recycle.PushBack(recycle); in TraceSwitchPartImpl()
H A Dtsan_ilist.h47 void PushBack(Elem* e);
87 void IList<Base, Node, Elem>::PushBack(Elem* e) { in PushBack() function
H A Dtsan_rtl_thread.cpp50 leaks.PushBack({tctx, 1}); in CollectThreadLeaks()
260 ctx->trace_part_recycle.PushBack(trace.local_head); in OnFinished()
H A Dtsan_interceptors_posix.cpp488 interceptor_ctx()->AtExitStack.PushBack(ctx); in setup_at_exit_wrapper()
548 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h55 T *PushBack() { in PushBack() function
62 T *PushBack(const T& v) { in PushBack() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp33 StackIds->PushBack(Key); in RecordStackId()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1321 interceptor_ctx()->AtExitStack.PushBack(r); in setup_at_exit_wrapper()