/freebsd/contrib/kyua/engine/ |
H A D | scanner.cpp | 112 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 D | trc_etmv4_stack_elem.h | 375 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 D | ThreadPool.cpp | 91 Tasks.pop_front(); in processTasks() 205 Tasks.pop_front(); in wait()
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | IncrementalSourceMgr.cpp | 32 Staging.pop_front(); in updateNext()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 105 void pop_front() { in pop_front() function 198 void pop_front() { in pop_front() function
|
H A D | primary64.h | 954 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 D | primary32.h | 727 Sci->FreeListInfo.BlockList.pop_front(); in popBlocksImpl() 760 Batches.pop_front(); in popBlocksImpl() 769 Sci->FreeListInfo.BlockList.pop_front(); in popBlocksImpl()
|
H A D | quarantine.h | 103 List.pop_front(); in dequeueBatch()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 70 Queue.pop_front(); in dequeue() 119 Queue.pop_front(); in dequeue()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | TaskDispatch.cpp | 60 MaterializationTaskQueue.pop_front(); in dispatch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 34 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 D | AMDGPUDelayedMCExpr.cpp | 52 DelayedExprs.pop_front(); in resolveDelayedExpressions()
|
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 59 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 D | DFAPacketizerEmitter.cpp | 282 V.pop_front(); in emitForItineraries() 322 Worklist.pop_front(); in emitForItineraries()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | vdev_iterator.cc | 118 m_vdevQueue.pop_front(); in Next()
|
H A D | callout.cc | 172 s_activeCallouts.pop_front(); in ExpireCallouts()
|
H A D | vdev.cc | 252 to_examine.pop_front(); in Parent()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 327 dead_threads_.pop_front(); in QuarantinePush() 340 invalid_threads_.pop_front(); in QuarantinePop()
|
H A D | sanitizer_list.h | 64 void pop_front() { in pop_front() function
|
H A D | sanitizer_quarantine.h | 245 list_.pop_front(); in DequeueBatch()
|
H A D | sanitizer_common.cpp | 191 ranges_.pop_front(); in clear()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 156 void pop_front() { erase(begin()); } 148 void pop_front() { erase(begin()); } pop_front() function
|
H A D | AllocatorList.h | 207 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } in pop_front() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 106 WorkList.pop_front(); in runLowerConstExpr()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | deque | 131 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 …]
|