Home
last modified time | relevance | path

Searched refs:push_front (Results 1 – 25 of 87) sorted by relevance

1234

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc86 l.push_front(x); in TEST()
94 l.push_front(x); in TEST()
95 l.push_front(y); in TEST()
96 l.push_front(z); in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp75 WorkList.push_front(&I); in runPass()
87 WorkList.push_front(&Phi); in runPass()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dtoken.h53 push_front(Task* t);
186 { this->waiting_.push_front(t); } in add_waiting_front()
H A Dworkqueue.cc57 Task_list::push_front(Task* t) in push_front() function in gold::Task_list
168 queue->push_front(t); in add_to_queue()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dtoken.h53 push_front(Task* t);
186 { this->waiting_.push_front(t); } in add_waiting_front()
H A Dworkqueue.cc57 Task_list::push_front(Task* t) in push_front() function in gold::Task_list
168 queue->push_front(t); in add_to_queue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp875 C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start)); in generateMinimalDiagForBlockEdge()
880 C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start)); in generateMinimalDiagForBlockEdge()
889 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
911 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
921 C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst)); in generateMinimalDiagForBlockEdge()
936 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
945 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
962 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
970 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
984 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
[all …]
H A DWorkList.cpp102 Queue.push_front(U); in enqueue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp125 RQ.push_front(Cand); in findMax()
220 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority)); in releaseSuccessors()
H A DGCNHazardRecognizer.cpp252 EmittedInstrs.push_front(nullptr); in processBundle()
254 EmittedInstrs.push_front(CurrCycleInstr); in processBundle()
337 EmittedInstrs.push_front(nullptr); in EmitNoop()
344 EmittedInstrs.push_front(nullptr); in AdvanceCycle()
364 EmittedInstrs.push_front(CurrCycleInstr); in AdvanceCycle()
371 EmittedInstrs.push_front(nullptr); in AdvanceCycle()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h210 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function
212 void push_front(const T &V) { insert(begin(), V); } in push_front() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dtrie-node.h57 NodeStore.push_front(TrieNode<T>{ in mergeTrieNodes()
H A Dxray-converter.cpp223 NodeStore.push_front({FuncId, Parent, {}, {(*id_counter)++, {}}}); in findOrCreateStackNode()
230 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}}); in findOrCreateStackNode()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dqueue.h83 push_front(const _Tp& __t) in push_front() function
H A Dbalanced_quicksort.h342 __tl._M_leftover_parts.push_front in __qsb_local_sort_with_helping()
353 __tl._M_leftover_parts.push_front(std::make_pair in __qsb_local_sort_with_helping()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dqueue.h83 push_front(const _Tp& __t) in push_front() function
H A Dbalanced_quicksort.h342 __tl._M_leftover_parts.push_front in __qsb_local_sort_with_helping()
353 __tl._M_leftover_parts.push_front(std::make_pair in __qsb_local_sort_with_helping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h543 void push_front(Node &N) { in push_front() function
561 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function
856 Children.push_front(*Child); in addChildFront()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__split_buffer100 void push_front(const_reference __x);
102 void push_front(value_type&& __x);
467 __split_buffer<_Tp, _Allocator>::push_front(const_reference __x)
496 __split_buffer<_Tp, _Allocator>::push_front(value_type&& __x)
H A Ddeque108 void push_front(const value_type& v);
109 void push_front(value_type&& v);
1426 void push_front(const value_type& __v);
1438 void push_front(value_type&& __v);
1940 deque<_Tp, _Allocator>::push_front(const value_type& __v)
1987 deque<_Tp, _Allocator>::push_front(value_type&& __v)
2433 __base::__map_.push_front(__pt);
2441 __base::__map_.push_front(__alloc_traits::allocate(__a, __base::__block_size));
2448 __base::__map_.push_front(__pt);
2501 __base::__map_.push_front(__pt);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h51 void push_front(Item *x) { in push_front() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_list.h53 void push_front(Item *x) { in push_front() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h52 void push_front(Item *x) { in push_front() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Ddeque394 push_front(const _Tp& __x)
396 _Base::push_front(__x);
409 push_front(_Tp&& __x)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Ddeque374 push_front(const _Tp& __x)
376 _Base::push_front(__x);
389 push_front(_Tp&& __x)

1234