Searched refs:__ctype_type (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Distream-string.cc49 typedef __istream_type::__ctype_type __ctype_type; typedef
64 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
H A Distream.cc206 typedef __istream_type::__ctype_type __ctype_type; typedef
220 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Distream-string.cc49 typedef __istream_type::__ctype_type __ctype_type; typedef
64 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
H A Distream.cc217 typedef __istream_type::__ctype_type __ctype_type; typedef
231 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.h87 typedef ctype<_CharT> __ctype_type; typedef in class:basic_ios
102 const __ctype_type* _M_ctype;
H A Dregex_compiler.h292 typedef std::ctype<_CharT> __ctype_type; typedef
293 const auto& __fctyp = use_facet<__ctype_type>(this->_M_traits.getloc());
H A Dregex.h198 typedef std::ctype<char_type> __ctype_type; typedef
199 const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
257 typedef std::ctype<char_type> __ctype_type; typedef
258 const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.h87 typedef ctype<_CharT> __ctype_type; typedef in class:basic_ios
102 const __ctype_type* _M_ctype;
H A Dregex_compiler.h250 typedef std::ctype<_CharT> __ctype_type; typedef
251 const auto& __fctyp = use_facet<__ctype_type>(this->_M_traits.getloc());
H A Dregex.h212 typedef std::ctype<char_type> __ctype_type; typedef
213 const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
271 typedef std::ctype<char_type> __ctype_type; typedef
272 const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));

Completed in 277 milliseconds