Home
last modified time | relevance | path

Searched refs:__to_destroy (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dlist.tcc337 list __to_destroy(get_allocator()); in remove() local
349 __to_destroy.splice(__to_destroy.begin(), *this, __first); in remove()
361 return _GLIBCXX20_ONLY( __to_destroy.size() ); in remove()
377 list __to_destroy(get_allocator()); in unique() local
383 __to_destroy.splice(__to_destroy.begin(), *this, __next); in unique()
396 return _GLIBCXX20_ONLY( __to_destroy.size() ); in unique()
548 list __to_destroy(get_allocator()); in remove_if() local
557 __to_destroy.splice(__to_destroy.begin(), *this, __first); in remove_if()
568 return _GLIBCXX20_ONLY( __to_destroy.size() ); in remove_if()
585 list __to_destroy(get_allocator()); in unique() local
[all …]
Dforward_list.tcc293 forward_list __to_destroy(get_allocator()); in remove() local
299 __to_destroy.splice_after(__to_destroy.cbefore_begin(), in remove()
316 forward_list __to_destroy(get_allocator()); in remove_if() local
322 __to_destroy.splice_after(__to_destroy.cbefore_begin(), in remove_if()
343 forward_list __to_destroy(get_allocator()); in unique() local
350 __to_destroy.splice_after(__to_destroy.cbefore_begin(), in unique()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dlist699 _Base __to_destroy(get_allocator());
712 __to_destroy.splice(__to_destroy.begin(), *this, __first);
724 return _GLIBCXX20_ONLY( __to_destroy.size() );
738 _Base __to_destroy(get_allocator());
746 __to_destroy.splice(__to_destroy.begin(), *this, __x);
758 return _GLIBCXX20_ONLY( __to_destroy.size() );
775 _Base __to_destroy(get_allocator());
783 __to_destroy.splice(__to_destroy.begin(), *this, __next);
795 return _GLIBCXX20_ONLY( __to_destroy.size() );
813 _Base __to_destroy(get_allocator());
[all …]
Dforward_list701 _Base __to_destroy(get_allocator());
711 __to_destroy.splice_after(__to_destroy.cbefore_begin(),
731 _Base __to_destroy(get_allocator());
740 __to_destroy.splice_after(__to_destroy.cbefore_begin(),
770 _Base __to_destroy(get_allocator());
778 __to_destroy.splice_after(__to_destroy.cbefore_begin(),