Searched refs:pop_front (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dsplit_join_branch_bag.hpp79 m_bag.pop_front();
89 m_bag.pop_front();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp94 Worklist.pop_front();
96 Worklist.pop_front();
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dvdev_iterator.cc113 m_vdevQueue.pop_front();
H A Dcallout.cc173 s_activeCallouts.pop_front();
H A Dvdev.cc255 to_examine.pop_front();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTaskQueue.h118 Tasks.pop_front();
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp70 Queue.pop_front();
119 Queue.pop_front();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h105 void pop_front() { function in struct:scudo::SinglyLinkedList
186 void pop_front() { function in struct:scudo::DoublyLinkedList
H A Dprimary32.h103 Sci->FreeList.pop_front();
338 Sci->FreeList.pop_front();
H A Dprimary64.h106 Region->FreeList.pop_front();
333 Region->FreeList.pop_front();
H A Dquarantine.h106 List.pop_front();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp34 T pop_front() { function in struct:DeadCodeElimination::SetQueue
133 NodeId N = WorkQ.pop_front();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h22 // pop_front(), append_front() and append_back().
64 void pop_front() { function in struct:__sanitizer::IntrusiveList
H A Dsanitizer_thread_registry.cpp323 dead_threads_.pop_front();
336 invalid_threads_.pop_front();
H A Dsanitizer_common.cpp155 ranges_.pop_front();
H A Dsanitizer_quarantine.h249 list_.pop_front();
H A Dsanitizer_allocator_primary32.h177 sci->free_list.pop_front();
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp281 V.pop_front();
321 Worklist.pop_front();
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_queue.h87 * that supports @c front, @c back, @c push_back, and @c pop_front,
221 c.pop_front();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h599 void pop_front() { Insts.pop_front(); } function in class:llvm::MachineBasicBlock
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h215 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } function in class:llvm::AllocatorList
H A Dsimple_ilist.h150 void pop_front() { erase(begin()); } function in class:llvm::simple_ilist
H A Dilist.h312 void pop_front() { function in class:llvm::iplist_impl
313 assert(!empty() && "pop_front() on empty list!");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp353 getInstList().pop_front(); // Remove the PHI node
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp310 I->second.pop_front();

Completed in 382 milliseconds

12