Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_vector_test.cpp20 v.PushBack(42); in TEST()
23 v.PushBack(43); in TEST()
32 v.PushBack(i); in TEST()
43 v.PushBack(0); in TEST()
44 v.PushBack(0); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_ilist_test.cpp42 list.PushBack(&node); in TEST()
61 list.PushBack(&nodes[1]); in TEST()
62 list.PushBack(&nodes[0]); in TEST()
89 list1.PushBack(&nodes[2]); in TEST()
90 list1.PushBack(&nodes[1]); in TEST()
91 list1.PushBack(&nodes[0]); in TEST()
/openbsd-src/gnu/llvm/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.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.cpp483 interceptor_ctx()->AtExitStack.PushBack(ctx); in setup_at_exit_wrapper()
543 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h55 T *PushBack() { in PushBack() function
62 T *PushBack(const T& v) { in PushBack() function
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp32 StackIds->PushBack(Key); in RecordStackId()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1216 interceptor_ctx()->AtExitStack.PushBack(r); in setup_at_exit_wrapper()