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

/freebsd-13-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-13-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-13-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.h312 void push_front(pointer val) { insert(begin(), val); } function in class:llvm::iplist_impl
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h345 inline void EtmV4P0Stack::push_front(TrcStackElem *pElem) function in class:EtmV4P0Stack
/freebsd-13-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 72 milliseconds