Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp172 ReportStack **rs = rep_->stacks.PushBack(); in AddStack()
184 rep_->mops.PushBack(mop); in AddMemoryAccess()
198 mop->mset.PushBack(mtx); in AddMemoryAccess()
203 rep_->unique_tids.PushBack(unique_tid); in AddUniqueTid()
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()
[all …]
H A Dtsan_rtl.cpp197 ctx->slot_queue.PushBack(&slot); in DoResetImpl()
273 ctx->slot_queue.PushBack(slot); in FindSlotAndLock()
317 slot->journal.PushBack({thr->tid, epoch}); in SlotAttachAndLock()
399 slot_queue.PushBack(slot);
979 trace->parts.PushBack(part); in TraceSwitchPartImpl()
1027 ctx->slot_queue.PushBack(thr->slot); in TraceSwitchPartImpl()
1030 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/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/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp33 StackIds->PushBack(Key); in RecordStackId()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp253 AllContextRoots.PushBack(Root); in setupContext()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1321 interceptor_ctx()->AtExitStack.PushBack(r); in setup_at_exit_wrapper()