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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h702 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type) function
706 inline void __do_alloc_on_move(_Alloc&, _Alloc&, false_type) function
720 __do_alloc_on_move(__one, __two, __pocma());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h701 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type) function
705 inline void __do_alloc_on_move(_Alloc&, _Alloc&, false_type) function
719 __do_alloc_on_move(__one, __two, __pocma());

Completed in 85 milliseconds