/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_list_test.cpp | 85 l.push_front(x); in TEST() 93 l.push_front(x); in TEST() 94 l.push_front(y); in TEST() 95 l.push_front(z); in TEST()
|
/openbsd/gnu/llvm/libcxx/include/__iterator/ |
H A D | front_insert_iterator.h | 50 {container->push_front(__value); return *this;} 53 {container->push_front(_VSTD::move(__value)); return *this;}
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | list_test.cpp | 85 L.push_front(X); in testListCommon() 93 L.push_front(X); in testListCommon() 94 L.push_front(Y); in testListCommon() 95 L.push_front(Z); in testListCommon()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Reg2Mem.cpp | 76 WorkList.push_front(&I); in runPass() 88 WorkList.push_front(&Phi); in runPass()
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 97 void push_front(T *X) { in push_front() function 157 void push_front(T *X) { in push_front() function 173 return push_front(X); in insert()
|
H A D | primary32.h | 424 BG->Batches.push_front(TB); 447 Batches.push_front(CurBatch); 465 Sci->FreeList.push_front(Cur); 483 Sci->FreeList.push_front(Cur);
|
H A D | primary64.h | 430 BG->Batches.push_front(TB); 453 Batches.push_front(CurBatch); 471 Region->FreeList.push_front(Cur); 489 Region->FreeList.push_front(Cur);
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StackFrameRecognizer.cpp | 53 m_recognizers.push_front({(uint32_t)m_recognizers.size(), recognizer, false, in AddRecognizer() 61 m_recognizers.push_front({(uint32_t)m_recognizers.size(), recognizer, true, in AddRecognizer()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 891 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 913 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 938 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 947 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 964 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 972 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 986 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 990 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge() 1100 path.push_front( in addEdgeToPath() 2039 Construct.getActivePath().push_front(Note); in generate() [all …]
|
H A D | WorkList.cpp | 102 Queue.push_front(U); in enqueue()
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | trie-node.h | 57 NodeStore.push_front(TrieNode<T>{ in mergeTrieNodes()
|
H A D | xray-converter.cpp | 232 NodeStore.push_front({FuncId, Parent, {}, {(*id_counter)++, {}}}); in findOrCreateStackNode() 239 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}}); in findOrCreateStackNode()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 209 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
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 144 WorkList.push_front(cast<Instruction>(LowerOp(CE))); in runLowerConstExpr() 160 WorkList.push_front(cast<Instruction>(ReplInst)); in runLowerConstExpr()
|
/openbsd/gnu/llvm/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 864 Children.push_front(*Child); in addChildFront()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | deque | 108 void push_front(const value_type& v); 109 void push_front(value_type&& v); 725 _LIBCPP_HIDE_FROM_ABI void push_front(value_type&& __v); 1291 deque<_Tp, _Allocator>::push_front(const value_type& __v) 1338 deque<_Tp, _Allocator>::push_front(value_type&& __v) 1781 __map_.push_front(__pt); 1796 __map_.push_front(__pt); 1849 __map_.push_front(__pt); 1871 __map_.push_front(__pt); 1961 __buf.push_front(*--__i); [all …]
|
H A D | __split_buffer | 116 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void push_front(const_reference __x); 118 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void push_front(value_type&& __x); 490 __split_buffer<_Tp, _Allocator>::push_front(const_reference __x) 520 __split_buffer<_Tp, _Allocator>::push_front(value_type&& __x)
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_list.h | 52 void push_front(Item *x) { in push_front() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | deque.tcc | 93 push_front(__x); in insert() 487 push_front(front()); in _M_insert_aux() 524 push_front(front()); in _M_insert_aux()
|
H A D | stl_list.h | 703 push_front(const value_type& __x) { this->insert(begin(), __x); } in push_front() function 719 push_front() { this->insert(begin(), value_type()); } in push_front() function
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 246 ExpressionHandlers.push_front(std::move(SH)); in addHighPriorityHandler() 262 StoreHandlers.push_front(std::move(SH)); in addHighPriorityHandler()
|
/openbsd/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | deque | 221 push_front(const _Tp& __x) 223 _Base::push_front(__x);
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/ |
H A D | list_modifiers.cc | 69 list0101.push_front(T(2)); // list should be [2 1] in test01()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 79 LQ.push_front(&L); in addLoop()
|