| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_list_test.cc | 86 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 D | Reg2Mem.cpp | 75 WorkList.push_front(&I); in runPass() 87 WorkList.push_front(&Phi); in runPass()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | token.h | 53 push_front(Task* t); 186 { this->waiting_.push_front(t); } in add_waiting_front()
|
| H A D | workqueue.cc | 57 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 D | token.h | 53 push_front(Task* t); 186 { this->waiting_.push_front(t); } in add_waiting_front()
|
| H A D | workqueue.cc | 57 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 D | BugReporter.cpp | 875 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 D | WorkList.cpp | 102 Queue.push_front(U); in enqueue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | GCNMinRegStrategy.cpp | 125 RQ.push_front(Cand); in findMax() 220 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority)); in releaseSuccessors()
|
| H A D | GCNHazardRecognizer.cpp | 252 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 D | AllocatorList.h | 210 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 D | trie-node.h | 57 NodeStore.push_front(TrieNode<T>{ in mergeTrieNodes()
|
| H A D | xray-converter.cpp | 223 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 D | queue.h | 83 push_front(const _Tp& __t) in push_front() function
|
| H A D | balanced_quicksort.h | 342 __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 D | queue.h | 83 push_front(const _Tp& __t) in push_front() function
|
| H A D | balanced_quicksort.h | 342 __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 D | DIE.h | 543 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_buffer | 100 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 D | deque | 108 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 D | sanitizer_list.h | 51 void push_front(Item *x) { in push_front() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_list.h | 53 void push_front(Item *x) { in push_front() function
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_list.h | 52 void push_front(Item *x) { in push_front() function
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| H A D | deque | 394 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 D | deque | 374 push_front(const _Tp& __x) 376 _Base::push_front(__x); 389 push_front(_Tp&& __x)
|