Home
last modified time | relevance | path

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

12

/external/scudo/standalone/
Dlist.h97 void push_front(T *X) { in push_front() function
145 void push_front(T *X) { in push_front() function
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dlist.h97 void push_front(T *X) { in push_front() function
145 void push_front(T *X) { in push_front() function
/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque.h80 void push_front(T t) { in push_front() function
239 void push_front(T&& t) { in push_front() function
/external/eigen/Eigen/src/StlSupport/
DStdDeque.h94 void push_front(const value_type& x) in push_front() function
/external/llvm-project/llvm/include/llvm/ADT/
DAllocatorList.h217 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function
219 void push_front(const T &V) { insert(begin(), V); } in push_front() function
Dsimple_ilist.h144 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAllocatorList.h217 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function
219 void push_front(const T &V) { insert(begin(), V); } in push_front() function
Dsimple_ilist.h144 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
/external/llvm-project/clang/test/Analysis/
Dcontainer-modeling.cpp133 void push_front(std::list<int> &L, int n) { in push_front() function
/external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp137 TEST_CASE(push_front) { in TEST_CASE() argument
/external/pigweed/pw_containers/public/pw_containers/
Dintrusive_list.h94 void push_front(T& item) { list_.insert_after(list_.before_begin(), item); } in push_front() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h53 void push_front(Item *x) { in push_front() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h52 void push_front(Item *x) { in push_front() function
/external/skqp/src/core/
DSkDeque.cpp69 void* SkDeque::push_front() { in push_front() function in SkDeque
/external/skia/src/core/
DSkDeque.cpp69 void* SkDeque::push_front() { in push_front() function in SkDeque
/external/llvm-project/mlir/include/mlir/IR/
DBlock.h135 void push_front(Operation *op) { operations.push_front(op); } in push_front() function
DRegion.h58 void push_front(Block *block) { blocks.push_front(block); } in push_front() function
/external/libchrome/base/containers/
Dcircular_deque.h831 void push_front(const T& value) { emplace_front(value); } in push_front() function
832 void push_front(T&& value) { emplace_front(std::move(value)); } in push_front() function
/external/llvm-project/libcxx/test/support/
Dnasty_containers.h205 void push_front(const value_type& x) { l_.push_front(x); } in push_front() function
209 void push_front(value_type&& x) { l_.push_back(std::forward<value_type&&>(x)); } in push_front() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dsimple_ilist.h140 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
/external/libcxx/test/support/
Dnasty_containers.hpp206 void push_front(const value_type& x) { l_.push_front(x); } in push_front() function in nasty_list
210 void push_front(value_type&& x) { l_.push_back(std::forward<value_type&&>(x)); } in push_front() function in nasty_list
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h83 void push_front(int64 value) { indices_.insert(indices_.begin(), value); } in push_front() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h525 void push_front(Node &N) { in push_front() function
543 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h525 void push_front(Node &N) { in push_front() function
543 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc66 void push_front(char c) { in push_front() function

12