Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h105 void pop_front() { pop_front() function
198 void pop_front() { pop_front() function
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx-std-suppression.h40 void pop_front() { in pop_front() function
/llvm-project/clang/test/Analysis/
H A Dcontainer-modeling.cpp173 void pop_front(std::list<int> &L, int n) { in pop_front() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h64 void pop_front() { in pop_front() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp34 T pop_front() { in pop_front() function
/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp59 DirectoryWatcher::Event pop_front() { in pop_front() function in __anon5b426d740111::DirectoryWatcherWindows::EventQueue
/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h156 void pop_front() { erase(begin()); } in pop_front() function
H A DAllocatorList.h207 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } in pop_front() function
/llvm-project/libcxx/test/support/
H A Dnasty_containers.h230 void pop_front() { l_.pop_front(); } in pop_front() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp983 consteval auto pop_front(list_t<T, Ts...>) -> auto { pop_front() function
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1788 void pop_front() { Operands.erase(Operands.begin()); } pop_front() function