Searched refs:__pocma (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h70 using __pocma = typename _Tp::propagate_on_container_move_assignment;
188 = __detected_or_t<false_type, __pocma, _Alloc>;
715 typedef typename __traits::propagate_on_container_move_assignment __pocma; typedef
717 if constexpr (__pocma::value)
720 __do_alloc_on_move(__one, __two, __pocma());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h71 using __pocma = typename _Tp::propagate_on_container_move_assignment;
192 = __detected_or_t<false_type, __pocma, _Alloc>;
714 typedef typename __traits::propagate_on_container_move_assignment __pocma; typedef
716 if constexpr (__pocma::value)
719 __do_alloc_on_move(__one, __two, __pocma());

Completed in 111 milliseconds