Searched refs:__element (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_raw_storage_iter.h83 operator=(const _Tp& __element) argument
85 std::_Construct(std::__addressof(*_M_iter), __element);
93 operator=(_Tp&& __element) argument
95 std::_Construct(std::__addressof(*_M_iter), std::move(__element));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_raw_storage_iter.h87 operator=(const _Tp& __element) argument
89 std::_Construct(std::__addressof(*_M_iter), __element);
97 operator=(_Tp&& __element) argument
99 std::_Construct(std::__addressof(*_M_iter), std::move(__element));
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Draw_storage_iterator.h43 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(const _Tp& __element) argument
44 {::new ((void*)_VSTD::addressof(*__x_)) _Tp(__element); return *this;}
46 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(_Tp&& __element) argument
47 {::new ((void*)_VSTD::addressof(*__x_)) _Tp(_VSTD::move(__element)); return *this;}

Completed in 151 milliseconds