Home
last modified time | relevance | path

Searched refs:propagate_on_container_move_assignment (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dalloc_traits.h71 using __pocma = typename _Tp::propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY()
191 using propagate_on_container_move_assignment in _GLIBCXX_VISIBILITY()
441 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY()
598 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY()
714 typedef typename __traits::propagate_on_container_move_assignment __pocma; in _GLIBCXX_VISIBILITY()
Dallocator.h95 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY() local
151 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY() local
Dnew_allocator.h83 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
Dnode_handle.h204 if constexpr (_ATr::propagate_on_container_move_assignment::value) in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dmalloc_allocator.h74 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
Dalloc_traits.h107 { return _Base_type::propagate_on_container_move_assignment::value; } in _GLIBCXX_VISIBILITY()
Dpool_allocator.h145 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
Dmt_allocator.h584 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY()
Dthrow_allocator.h826 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
Dbitmap_allocator.h702 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dscoped_allocator282 typename __traits::propagate_on_container_move_assignment,
284 propagate_on_container_move_assignment...>::type
285 propagate_on_container_move_assignment;
Dstacktrace407 = _AllocTraits::propagate_on_container_move_assignment::value;
Dmemory_resource456 using propagate_on_container_move_assignment = false_type;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2012245 and improve propagate_on_container_move_assignment check.
DChangeLog-20152734 scoped_allocator_adaptor::propagate_on_container_move_assignment,