Home
last modified time | relevance | path

Searched defs:_CharT (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstreambuf.tcc116 __copy_streambufs_eof(basic_streambuf<_CharT, _Traits>* __sbin, in __copy_streambufs_eof()
139 __copy_streambufs(basic_streambuf<_CharT, _Traits>* __sbin, in __copy_streambufs()
H A Dlocale_classes.tcc81 operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()()
149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw () in _M_compare() argument
155 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const throw () in _M_transform() argument
H A Drandom.tcc154 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
175 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
474 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
501 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
628 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
652 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
696 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
718 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
823 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
847 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
[all …]
H A Dbasic_ios.tcc53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf()
126 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb) in init()
H A Dostream.tcc47 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry()
321 operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s) in operator <<()
H A Distream.tcc47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in sentry()
931 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) in operator >>()
963 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s) in operator >>()
1024 ws(basic_istream<_CharT, _Traits>& __in) in ws()
H A Dbasic_string.tcc1153 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in operator +()
1172 operator+(_CharT __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) in operator +()
1468 operator>>(basic_istream<_CharT, _Traits>& __in, in operator >>()
1469 basic_string<_CharT, _Traits, _Alloc>& __str) in operator >>()
1540 getline(basic_istream<_CharT, _Traits>& __in, in getline()
1541 basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim) in getline()
H A Dregex_executor.h61 typedef typename iterator_traits<_BiIter>::value_type _CharT; in _GLIBCXX_VISIBILITY() typedef
H A Dregex_compiler.h60 typedef typename _TraitsT::char_type _CharT; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstreambuf.tcc116 __copy_streambufs_eof(basic_streambuf<_CharT, _Traits>* __sbin, in __copy_streambufs_eof()
139 __copy_streambufs(basic_streambuf<_CharT, _Traits>* __sbin, in __copy_streambufs()
H A Dlocale_classes.tcc81 operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()()
172 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw () in _M_compare() argument
178 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const throw () in _M_transform() argument
H A Dregex_compiler.h60 typedef typename _TraitsT::char_type _CharT; in _GLIBCXX_VISIBILITY() typedef
212 typedef typename _TraitsT::char_type _CharT; in _GLIBCXX_VISIBILITY() typedef
276 typedef typename _Base::_CharT _CharT; in _GLIBCXX_VISIBILITY() typedef
302 typedef typename _Base::_CharT _CharT; in _GLIBCXX_VISIBILITY() typedef
322 typedef typename _TraitsT::char_type _CharT; in _GLIBCXX_VISIBILITY() typedef
H A Drandom.tcc156 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
177 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
477 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
504 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
635 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
659 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
704 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
726 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
866 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
890 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
[all …]
H A Dbasic_ios.tcc53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf()
126 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb) in init()
H A Dostream.tcc47 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry()
307 operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s) in operator <<()
H A Distream.tcc47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in sentry()
975 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) in operator >>()
1007 __istream_extract(basic_istream<_CharT, _Traits>& __in, _CharT* __s, in __istream_extract()
1070 ws(basic_istream<_CharT, _Traits>& __in) in ws()
H A Ddeque.tcc1076 istreambuf_iterator<_CharT, char_traits<_CharT> > __first, in _M_insert_aux()
1078 _GLIBCXX_STD_C::_Deque_iterator<_CharT, _CharT&, _CharT*> __result) in _M_insert_aux() argument
1103 istreambuf_iterator<_CharT, char_traits<_CharT> > __it, _Size __size, in _M_insert_aux()
1104 _GLIBCXX_STD_C::_Deque_iterator<_CharT, _CharT&, _CharT*> __result, in _M_insert_aux() argument
H A Dbasic_string.tcc619 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in operator +()
639 operator+(_CharT __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) in operator +()
952 operator>>(basic_istream<_CharT, _Traits>& __in, in operator >>()
953 basic_string<_CharT, _Traits, _Alloc>& __str) in operator >>()
1024 getline(basic_istream<_CharT, _Traits>& __in, in getline()
1025 basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim) in getline()
H A Dregex_executor.h61 typedef typename iterator_traits<_BiIter>::value_type _CharT; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.tcc157 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
178 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
363 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
390 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
498 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
522 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
654 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
679 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
727 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
751 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.tcc157 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
178 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
363 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
390 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
498 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
522 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
654 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
679 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
727 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
751 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drandom.tcc352 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
386 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
466 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
490 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
663 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
694 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
751 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
777 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
818 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
843 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
[all …]
H A Dvstring.tcc181 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in operator +()
195 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in operator +()
212 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in operator +()
224 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in operator +()
241 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in operator +()
552 operator>>(basic_istream<_CharT, _Traits>& __in, in operator >>()
553 __gnu_cxx::__versa_string<_CharT, _Traits, in operator >>()
627 getline(basic_istream<_CharT, _Traits>& __in, in getline()
628 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in getline()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drandom.tcc352 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
386 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
466 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
490 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
663 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
694 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
751 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
777 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
818 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
843 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
[all …]
H A Dvstring.tcc181 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in operator +()
195 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in operator +()
212 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in operator +()
224 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in operator +()
241 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in operator +()
552 operator>>(basic_istream<_CharT, _Traits>& __in, in operator >>()
553 __gnu_cxx::__versa_string<_CharT, _Traits, in operator >>()
627 getline(basic_istream<_CharT, _Traits>& __in, in getline()
628 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in getline()

12