Home
last modified time | relevance | path

Searched refs:pop_front (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/kyua/engine/
H A Dscanner.cpp112 pending_test_programs.pop_front(); in advance()
124 pending_test_programs.pop_front(); in advance()
143 pending_test_programs.pop_front(); in advance()
160 first_test_cases.get().pop_front(); in consume()
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h375 void pop_front(bool pend_delete = true);
434 inline void EtmV4P0Stack::pop_front(bool pend_delete /* = true */) in pop_front() function
438 m_P0_stack.pop_front(); in pop_front()
459 m_P0_stack.pop_front(); in delete_front()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp91 Tasks.pop_front(); in processTasks()
205 Tasks.pop_front(); in wait()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp32 Staging.pop_front(); in updateNext()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h105 void pop_front() { in pop_front() function
198 void pop_front() { in pop_front() function
H A Dprimary64.h954 Region->FreeListInfo.BlockList.pop_front(); in popBlocksImpl()
987 Batches.pop_front(); in popBlocksImpl()
996 Region->FreeListInfo.BlockList.pop_front(); in popBlocksImpl()
1495 Region->FreeListInfo.BlockList.pop_front(); in collectGroupsToRelease()
1633 GroupsToRelease.pop_front(); in mergeGroupsToReleaseBack()
1649 Cur->Batches.pop_front(); in mergeGroupsToReleaseBack()
H A Dprimary32.h727 Sci->FreeListInfo.BlockList.pop_front(); in popBlocksImpl()
760 Batches.pop_front(); in popBlocksImpl()
769 Sci->FreeListInfo.BlockList.pop_front(); in popBlocksImpl()
H A Dquarantine.h103 List.pop_front(); in dequeueBatch()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp70 Queue.pop_front(); in dequeue()
119 Queue.pop_front(); in dequeue()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp60 MaterializationTaskQueue.pop_front(); in dispatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp34 T pop_front() { in pop_front() function
134 NodeId N = WorkQ.pop_front(); in collect()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUDelayedMCExpr.cpp52 DelayedExprs.pop_front(); in resolveDelayedExpressions()
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp59 DirectoryWatcher::Event pop_front() { in pop_front() function in __anon3d5a8a810111::DirectoryWatcherWindows::EventQueue
236 DirectoryWatcher::Event E = Q.pop_front(); in NotifierThreadProc()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp282 V.pop_front(); in emitForItineraries()
322 Worklist.pop_front(); in emitForItineraries()
/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev_iterator.cc118 m_vdevQueue.pop_front(); in Next()
H A Dcallout.cc172 s_activeCallouts.pop_front(); in ExpireCallouts()
H A Dvdev.cc252 to_examine.pop_front(); in Parent()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp327 dead_threads_.pop_front(); in QuarantinePush()
340 invalid_threads_.pop_front(); in QuarantinePop()
H A Dsanitizer_list.h64 void pop_front() { in pop_front() function
H A Dsanitizer_quarantine.h245 list_.pop_front(); in DequeueBatch()
H A Dsanitizer_common.cpp191 ranges_.pop_front(); in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h156 void pop_front() { erase(begin()); }
148 void pop_front() { erase(begin()); } pop_front() function
H A DAllocatorList.h207 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } in pop_front() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp106 WorkList.pop_front(); in runLowerConstExpr()
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque131 void pop_front();
822 _LIBCPP_HIDE_FROM_ABI void pop_front();
1149 __map_.pop_front();
2148 __map_.pop_front();
2161 __map_.pop_front();
2201 __map_.pop_front();
2224 __map_.pop_front();
2253 __map_.pop_front();
2266 void deque<_Tp, _Allocator>::pop_front() {
2267 _LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(!empty(), "deque::pop_front called on an empty deque");
[all …]

123