Home
last modified time | relevance | path

Searched defs:pop_front (Results 1 – 8 of 8) sorted by relevance

/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
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h64 void pop_front() { in pop_front() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp34 T pop_front() { in pop_front() function
/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h148 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/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h434 inline void EtmV4P0Stack::pop_front(bool pend_delete /* = true */) in pop_front() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1788 void pop_front() { Operands.erase(Operands.begin()); } in pop_front() function