Searched refs:push_front (Results 1 - 25 of 76) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp75 WorkList.push_front(&I);
87 WorkList.push_front(&Phi);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc86 l.push_front(x);
94 l.push_front(x);
95 l.push_front(y);
96 l.push_front(z);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dtrie-node.h57 NodeStore.push_front(TrieNode<T>{
H A Dxray-converter.cpp223 NodeStore.push_front({FuncId, Parent, {}, {(*id_counter)++, {}}});
230 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}});
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtoken.h53 push_front(Task* t);
186 { this->waiting_.push_front(t); }
H A Dworkqueue.cc57 Task_list::push_front(Task* t) function in class:gold::Task_list
168 queue->push_front(t);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtoken.h53 push_front(Task* t);
186 { this->waiting_.push_front(t); }
H A Dworkqueue.cc57 Task_list::push_front(Task* t) function in class:gold::Task_list
168 queue->push_front(t);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dtoken.h53 push_front(Task* t);
186 { this->waiting_.push_front(t); }
H A Dworkqueue.cc57 Task_list::push_front(Task* t) function in class:gold::Task_list
168 queue->push_front(t);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dqueue.h45 * atomic access. push_front() and pop_front() must not be called
83 push_front(const _Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
H A Dbalanced_quicksort.h342 __tl._M_leftover_parts.push_front
353 __tl._M_leftover_parts.push_front(std::make_pair
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dqueue.h45 * atomic access. push_front() and pop_front() must not be called
83 push_front(const _Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
H A Dbalanced_quicksort.h342 __tl._M_leftover_parts.push_front
353 __tl._M_leftover_parts.push_front(std::make_pair
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_list.h22 // Intrusive singly-linked list with size(), push_back(), push_front()
53 void push_front(Item *x) { function in struct:__sanitizer::IntrusiveList
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h20 // Intrusive singly-linked list with size(), push_back(), push_front()
51 void push_front(Item *x) { function in struct:__sanitizer::IntrusiveList
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h21 // Intrusive singly-linked list with size(), push_back(), push_front()
52 void push_front(Item *x) { function in struct:__sanitizer::IntrusiveList
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp125 RQ.push_front(Cand);
220 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority));
H A DGCNHazardRecognizer.cpp252 EmittedInstrs.push_front(nullptr);
254 EmittedInstrs.push_front(CurrCycleInstr);
337 EmittedInstrs.push_front(nullptr);
344 EmittedInstrs.push_front(nullptr);
364 EmittedInstrs.push_front(CurrCycleInstr);
371 EmittedInstrs.push_front(nullptr);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h210 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
212 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dintrusive_list-selftests.c403 list.push_front (a);
407 list.push_front (b);
411 list.push_front (c);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp875 C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
880 C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
889 C.getActivePath().push_front(
911 C.getActivePath().push_front(
921 C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst));
936 C.getActivePath().push_front(
945 C.getActivePath().push_front(
962 C.getActivePath().push_front(
970 C.getActivePath().push_front(
984 C.getActivePath().push_front(
[all...]
H A DWorkList.cpp102 Queue.push_front(U);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h543 void push_front(Node &N) { function in struct:llvm::IntrusiveBackListBase
561 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } function in class:llvm::IntrusiveBackList
856 Children.push_front(*Child);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drs6000-aix-nat.c131 aix_pending_children.push_front (pid);
137 aix_pending_parent.push_front (pid);

Completed in 352 milliseconds

1234