Searched defs:pop_front (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp34 T pop_front() { function in struct:DeadCodeElimination::SetQueue
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2120 void pop_front() { Operands.erase(Operands.begin()); } function in class:final
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h599 void pop_front() { Insts.pop_front(); } function in class:llvm::MachineBasicBlock
/freebsd-11-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
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
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
H A DAllocatorList.h215 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } function in class:llvm::AllocatorList
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h64 void pop_front() { function in struct:__sanitizer::IntrusiveList
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_deque.h1086 pop_front() function in class:deque
H A Dstl_list.h760 pop_front() function in class:list

Completed in 141 milliseconds