Home
last modified time | relevance | path

Searched refs:move_source (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/ptr_container/detail/
Dmove.hpp21 class move_source { class
23 move_source(Ptr& ptr) : ptr_(ptr) {} in move_source() function in boost::ptr_container_detail::move_ptrs::move_source
27 move_source(const Ptr&);
38 move_ptrs::move_source<T> move(T& x) in move()
39 { return move_ptrs::move_source<T>(x); } in move()
Dstatic_move_ptr.hpp69 static_move_ptr( const move_ptrs::move_source<static_move_ptr<T,Deleter> >& src ) in static_move_ptr()
71 static_move_ptr( const move_ptrs::move_source<static_move_ptr>& src ) in static_move_ptr()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_move.c55 move_source(nir_src *src, nir_block *block, nir_instr *before, nir_move_options options) in move_source() function
86 if (move_source(src, instr->block, instr, data.options)) in move_source_cb()
111 progress |= move_source(&iff->condition, block, NULL, options); in move()
133 progress |= move_source(&alu->src[i].src, block, instr, options); in move()
/third_party/boost/libs/unordered/test/unordered/
Dunnecessary_copy_tests.cpp560 std::pair<count_copies const, count_copies> move_source; in UNORDERED_AUTO_TEST() local
563 std::make_tuple(std::move(move_source.first)), in UNORDERED_AUTO_TEST()
564 std::make_tuple(std::move(move_source.second))); in UNORDERED_AUTO_TEST()