Searched defs:push_front (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h52 void push_front(Item *x) { function in struct:__sanitizer::IntrusiveList
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h97 void push_front(T *X) { function in struct:scudo::SinglyLinkedList
145 void push_front(T *X) { function in struct:scudo::DoublyLinkedList
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h217 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
219 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
H A Dsimple_ilist.h144 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
H A Dilist.h310 void push_front(pointer val) { insert(begin(), val); } function in class:llvm::iplist_impl
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_list.h744 push_front(const value_type& __x) function in class:list
H A Dstl_deque.h1044 push_front(const value_type& __x) function in class:deque
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h525 void push_front(Node &N) { function in struct:llvm::IntrusiveBackListBase
543 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } function in class:llvm::IntrusiveBackList

Completed in 106 milliseconds