Searched refs:__param_type (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 5772 using __param_type = typename __distrib_type::param_type; in _GLIBCXX_VISIBILITY() local 5783 const auto __k = __d(__g, __param_type{0, __pop_sz}); in _GLIBCXX_VISIBILITY() 5800 using __param_type = typename __distrib_type::param_type; in _GLIBCXX_VISIBILITY() local 5850 if (__d(__g, __param_type{0, --__unsampled_sz}) < __n) in _GLIBCXX_VISIBILITY()
|
H A D | ranges_algo.h | 1774 using __param_type = typename __distrib_type::param_type; in _GLIBCXX_VISIBILITY() local 1785 const auto __k = __d(__g, __param_type{0, __pop_sz}); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 5775 using __param_type = typename __distrib_type::param_type; in _GLIBCXX_VISIBILITY() local 5786 const auto __k = __d(__g, __param_type{0, __pop_sz}); in _GLIBCXX_VISIBILITY() 5803 using __param_type = typename __distrib_type::param_type; in _GLIBCXX_VISIBILITY() local 5853 if (__d(__g, __param_type{0, --__unsampled_sz}) < __n) in _GLIBCXX_VISIBILITY()
|
H A D | ranges_algo.h | 1565 using __param_type = typename __distrib_type::param_type; in _GLIBCXX_VISIBILITY() local 1576 const auto __k = __d(__g, __param_type{0, __pop_sz}); in _GLIBCXX_VISIBILITY()
|