Home
last modified time | relevance | path

Searched defs:__utype (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_fwd.h91 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() local
99 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() local
107 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() local
115 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() local
158 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() local
166 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() local
174 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() local
182 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY() local
209 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY() local
217 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY() local
[all …]
H A Duniform_int_dist.h224 typedef typename std::make_unsigned<result_type>::type __utype; in _GLIBCXX_VISIBILITY() typedef
293 typedef typename std::make_unsigned<result_type>::type __utype; in _GLIBCXX_VISIBILITY() typedef
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Drandom.tcc900 __utype; in _M_call() typedef
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Drandom.tcc903 __utype; in _M_call() typedef
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Drandom.tcc871 typedef typename std::make_unsigned<result_type>::type __utype; in operator ()() typedef