Home
last modified time | relevance | path

Searched refs:__move_storage (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dstl_vector.h429 constexpr bool __move_storage = in _GLIBCXX_VISIBILITY() local
433 integral_constant<bool, __move_storage>()); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dforward_list.h623 constexpr bool __move_storage = in _GLIBCXX_VISIBILITY() local
626 _M_move_assign(std::move(__list), __bool_constant<__move_storage>()); in _GLIBCXX_VISIBILITY()
Dstl_list.h864 constexpr bool __move_storage = in _GLIBCXX_VISIBILITY() local
867 _M_move_assign(std::move(__x), __bool_constant<__move_storage>()); in _GLIBCXX_VISIBILITY()
Dstl_vector.h598 constexpr bool __move_storage = in _GLIBCXX_VISIBILITY()
601 _M_move_assign(std::move(__x), __bool_constant<__move_storage>()); in _GLIBCXX_VISIBILITY()
Dstl_deque.h2195 constexpr bool __move_storage = in _GLIBCXX_VISIBILITY() local
2197 _M_move_assign2(std::move(__x), __bool_constant<__move_storage>()); in _GLIBCXX_VISIBILITY()
Dhashtable.h477 constexpr bool __move_storage = in _GLIBCXX_VISIBILITY() local
480 _M_move_assign(std::move(__ht), __bool_constant<__move_storage>()); in _GLIBCXX_VISIBILITY()