Home
last modified time | relevance | path

Searched defs:push_front (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h97 void push_front(T *X) { in push_front() function
157 void push_front(T *X) { in push_front() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function
211 void push_front(const T &V) { insert(begin(), V); } in push_front() function
H A Dsimple_ilist.h142 void push_front(reference Node) { insert(begin(), Node); } push_front() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h52 void push_front(Item *x) { in push_front() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h550 void push_front(Node &N) { in push_front() function
568 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h415 inline void EtmV4P0Stack::push_front(TrcStackElem *pElem) in push_front() function