Home
last modified time | relevance | path

Searched refs:__bbegin (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drandom.tcc2817 param_type(_InputIteratorB __bbegin, in param_type() argument
2822 if (__bbegin != __bend) in param_type()
2826 _M_int.push_back(*__bbegin); in param_type()
2827 ++__bbegin; in param_type()
2828 if (__bbegin == __bend) in param_type()
3038 param_type(_InputIteratorB __bbegin, in param_type() argument
3043 for (; __bbegin != __bend; ++__bbegin, ++__wbegin) in param_type()
3045 _M_int.push_back(*__bbegin); in param_type()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.tcc2860 param_type(_InputIteratorB __bbegin, in param_type() argument
2865 if (__bbegin != __bend) in param_type()
2869 _M_int.push_back(*__bbegin); in param_type()
2870 ++__bbegin; in param_type()
2871 if (__bbegin == __bend) in param_type()
3081 param_type(_InputIteratorB __bbegin, in param_type() argument
3086 for (; __bbegin != __bend; ++__bbegin, ++__wbegin) in param_type()
3088 _M_int.push_back(*__bbegin); in param_type()