Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_report.cpp180 rep_->mops.PushBack(mop); in AddMemoryAccess()
194 mop->mset.PushBack(mtx); in AddMemoryAccess()
208 rep_->threads.PushBack(rt); in AddThread()
278 rep_->mutexes.PushBack(rm); in AddMutex()
309 rep_->mutexes.PushBack(rm); in AddDeadMutex()
329 rep_->locs.PushBack(loc); in AddLocation()
354 rep_->locs.PushBack(loc); in AddLocation()
364 rep_->locs.PushBack(loc); in AddLocation()
370 rep_->locs.PushBack(loc); in AddLocation()
516 stack->PushBack(pc); in RestoreStackMatch()
[all …]
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.cpp56 leaks.PushBack({tctx, 1}); in CollectThreadLeaks()
H A Dtsan_rtl.cpp667 trace->parts.PushBack(part); in TraceSwitchPart()
H A Dtsan_interceptors_posix.cpp450 interceptor_ctx()->AtExitStack.PushBack(ctx); in setup_at_exit_wrapper()
510 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()
/llvm-project-15.0.7/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()
290 rep_->locs.PushBack(loc); in AddLocation()
314 rep_->locs.PushBack(loc); in AddLocation()
324 rep_->locs.PushBack(loc); in AddLocation()
330 rep_->locs.PushBack(loc); in AddLocation()
414 stack->PushBack(pc); in RestoreStackMatch()
520 stack.PushBack(ev->pc); in RestoreStack()
[all …]
H A Dtsan_rtl.cpp196 ctx->slot_queue.PushBack(&slot); in DoResetImpl()
269 ctx->slot_queue.PushBack(slot); in FindSlotAndLock()
313 slot->journal.PushBack({thr->tid, epoch}); in SlotAttachAndLock()
395 slot_queue.PushBack(slot);
972 trace->parts.PushBack(part); in TraceSwitchPartImpl()
1020 ctx->slot_queue.PushBack(thr->slot); in TraceSwitchPartImpl()
1023 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.cpp455 interceptor_ctx()->AtExitStack.PushBack(ctx); in setup_at_exit_wrapper()
515 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h55 T *PushBack() { in PushBack() function
62 T *PushBack(const T& v) { in PushBack() function
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp32 StackIds->PushBack(Key); in RecordStackId()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DBitVectorTest.cpp1169 TYPED_TEST(BitVectorTest, PushBack) { in TYPED_TEST() argument
H A DSmallVectorTest.cpp1173 TYPED_TEST(SmallVectorReferenceInvalidationTest, PushBack) { in TYPED_TEST() argument
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1188 interceptor_ctx()->AtExitStack.PushBack(r); in setup_at_exit_wrapper()