| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | stdio_sync_filebuf.h | 57 typedef typename traits_type::int_type int_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 67 int_type _M_unget_buf; in _GLIBCXX_BEGIN_NAMESPACE() 86 int_type in _GLIBCXX_BEGIN_NAMESPACE() 89 int_type in _GLIBCXX_BEGIN_NAMESPACE() 90 syncungetc(int_type __c); in _GLIBCXX_BEGIN_NAMESPACE() 92 int_type in _GLIBCXX_BEGIN_NAMESPACE() 93 syncputc(int_type __c); in _GLIBCXX_BEGIN_NAMESPACE() 95 virtual int_type in _GLIBCXX_BEGIN_NAMESPACE() 98 int_type __c = this->syncgetc(); in _GLIBCXX_BEGIN_NAMESPACE() 102 virtual int_type in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| H A D | pod_char_traits.h | 53 typedef I int_type; typedef 96 typedef typename char_type::int_type int_type; 162 to_char_type(const int_type& __i) 165 static int_type 167 { return char_type::template to<int_type>(__c); } 170 eq_int_type(const int_type& __c1, const int_type& __c2) 173 static int_type 176 int_type __r = { -1 }; 180 static int_type 181 not_eof(const int_type& __c) [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | char_traits.h | 64 typedef unsigned long int_type; typedef 90 typedef typename _Char_types<_CharT>::int_type int_type; typedef 126 to_char_type(const int_type& __c) in to_char_type() 129 static int_type 131 { return static_cast<int_type>(__c); } in to_int_type() 134 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type() 137 static int_type 139 { return static_cast<int_type>(EOF); } in eof() 141 static int_type 142 not_eof(const int_type& __c) in not_eof() [all …]
|
| H A D | streambuf_iterator.h | 59 typedef typename _Traits::int_type int_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 91 mutable int_type _M_c; in _GLIBCXX_BEGIN_NAMESPACE() 167 int_type in _GLIBCXX_BEGIN_NAMESPACE() 170 const int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() 171 int_type __ret = __eof; in _GLIBCXX_BEGIN_NAMESPACE() 188 const int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() 331 typedef typename traits_type::int_type int_type; in __copy_aux() typedef 336 int_type __c = __sb->sgetc(); in __copy_aux() 366 typedef typename traits_type::int_type int_type; in find() typedef 370 const int_type __ival = traits_type::to_int_type(__val); in find() [all …]
|
| H A D | istream.tcc | 180 typename basic_istream<_CharT, _Traits>::int_type 184 const int_type __eof = traits_type::eof(); in get() 185 int_type __c = __eof; in get() 222 const int_type __cb = this->rdbuf()->sbumpc(); in get() 254 const int_type __idelim = traits_type::to_int_type(__delim); in get() 255 const int_type __eof = traits_type::eof(); in get() 257 int_type __c = __sb->sgetc(); in get() 296 const int_type __idelim = traits_type::to_int_type(__delim); in get() 297 const int_type __eof = traits_type::eof(); in get() 299 int_type __c = __this_sb->sgetc(); in get() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | char_traits.h | 53 typedef unsigned long int_type; typedef 63 typedef typename _Char_types<_CharT>::int_type int_type; typedef 99 to_char_type(const int_type& __c) in to_char_type() 102 static int_type 104 { return static_cast<int_type>(__c); } in to_int_type() 107 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type() 110 static int_type 112 { return static_cast<int_type>(EOF); } in eof() 114 static int_type 115 not_eof(const int_type& __c) in not_eof() [all …]
|
| H A D | streambuf.tcc | 47 typename basic_streambuf<_CharT, _Traits>::int_type 51 int_type __ret; in sbumpc() 64 typename basic_streambuf<_CharT, _Traits>::int_type 68 int_type __ret; in sputbackc() 81 typename basic_streambuf<_CharT, _Traits>::int_type 85 int_type __ret; in sungetc() 102 typename basic_streambuf<_CharT, _Traits>::int_type 106 int_type __ret; in sputc() 139 int_type __c = this->uflow(); in xsgetn() 178 int_type __c = this->overflow(traits_type::to_int_type(*__s)); in xsputn() [all …]
|
| H A D | streambuf_iterator.h | 57 typedef typename _Traits::int_type int_type; typedef 70 int_type _M_c; 90 const int_type __eof = traits_type::eof(); 101 const int_type __eof = traits_type::eof(); 118 const int_type __eof = traits_type::eof(); in equal() 126 int_type 129 const int_type __eof = traits_type::eof(); in _M_get() 130 int_type __ret = __eof; in _M_get()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| H A D | codecvt_members_unicode_char.cc | 40 typedef unsigned long int_type; typedef 75 to_char_type(const int_type& __c); 77 static int_type 81 eq_int_type(const int_type& __c1, const int_type& __c2); 83 static int_type 86 static int_type 87 not_eof(const int_type& __c); 125 typedef unicode_t int_type; in test01() typedef 128 typedef codecvt<int_type, ext_type, enc_type> unicode_codecvt; in test01() 129 typedef char_traits<int_type> int_traits; in test01() [all …]
|
| H A D | codecvt_members_unicode_wchar_t.cc | 39 typedef unsigned long int_type; typedef 74 to_char_type(const int_type& __c); 76 static int_type 80 eq_int_type(const int_type& __c1, const int_type& __c2); 82 static int_type 85 static int_type 86 not_eof(const int_type& __c); 100 typedef unicode_t int_type; in test01() typedef 103 typedef codecvt<int_type, ext_type, enc_type> unicode_codecvt; in test01() 104 typedef char_traits<int_type> int_traits; in test01() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | streambuf_members.cc | 62 int_type 66 int_type 67 pub_overflow(int_type __c = traits_type::eof()) in pub_overflow() 70 int_type 71 pub_pbackfail(int_type __c) in pub_pbackfail() 83 int_type 86 int_type __retval = traits_type::eof(); in underflow() 96 typedef testbuf::int_type int_type; in test01() typedef 126 int_type intt01 = traits_type::to_int_type('b'); in test01() 161 typedef testbuf::int_type int_type; in test02() typedef [all …]
|
| H A D | ios_init.cc | 45 typedef unsigned long int_type; typedef 105 to_char_type(const int_type& __c) in to_char_type() 108 static int_type 109 to_int_type(const char_type& __c) { return int_type(); } in to_int_type() 112 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type() 115 static int_type 116 eof() { return static_cast<int_type>(-1); } in eof() 118 static int_type 119 not_eof(const int_type& __c) in not_eof() 120 { return eq_int_type(__c, eof()) ? int_type(0) : __c; } in not_eof() [all …]
|
| H A D | ostream_manip.cc | 43 std::ostringstream::int_type i01, i02; in test01() 88 typedef ostringstream::int_type int_type; in test02() typedef 93 int_type len1 = str_00.size(); in test02() 100 int_type len2 = str_01.size(); in test02() 102 int_type len3 = osst_01.str().size(); in test02() 109 int_type len4 = str_02.size(); in test02() 111 int_type len5 = osst_01.str().size(); in test02()
|
| /openbsd-src/gnu/llvm/libcxx/include/__string.d/__string/ |
| H A D | char_traits.h | 83 using int_type = int; member 161 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT in not_eof() 163 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT in to_char_type() 165 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT in to_int_type() 166 {return int_type(__c);} in to_int_type() 167 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT in eq_int_type() 169 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT in eof() 170 {return int_type(EOF);} in eof() 198 using int_type = int; 249 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
| H A D | std_streambuf.h | 135 typedef typename traits_type::int_type int_type; typedef 294 int_type 297 int_type __ret = traits_type::eof(); in snextc() 312 int_type 315 int_type __ret; in sbumpc() 334 int_type 337 int_type __ret; in sgetc() 367 int_type 370 int_type __ret; in sputbackc() 392 int_type [all …]
|
| H A D | std_fstream.h | 75 typedef typename traits_type::int_type int_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 318 virtual int_type in _GLIBCXX_BEGIN_NAMESPACE() 321 virtual int_type in _GLIBCXX_BEGIN_NAMESPACE() 322 pbackfail(int_type __c = _Traits::eof()); in _GLIBCXX_BEGIN_NAMESPACE() 331 virtual int_type in _GLIBCXX_BEGIN_NAMESPACE() 332 overflow(int_type __c = _Traits::eof()); in _GLIBCXX_BEGIN_NAMESPACE() 430 typedef typename traits_type::int_type int_type; typedef 558 typedef typename traits_type::int_type int_type; typedef 689 typedef typename traits_type::int_type int_type; typedef
|
| H A D | std_sstream.h | 71 typedef typename traits_type::int_type int_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 183 virtual int_type in _GLIBCXX_BEGIN_NAMESPACE() 186 virtual int_type in _GLIBCXX_BEGIN_NAMESPACE() 187 pbackfail(int_type __c = traits_type::eof()); in _GLIBCXX_BEGIN_NAMESPACE() 189 virtual int_type in _GLIBCXX_BEGIN_NAMESPACE() 190 overflow(int_type __c = traits_type::eof()); in _GLIBCXX_BEGIN_NAMESPACE() 270 typedef typename traits_type::int_type int_type; typedef 383 typedef typename traits_type::int_type int_type; typedef 496 typedef typename traits_type::int_type int_type; typedef
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
| H A D | std_fstream.h | 69 typedef typename traits_type::int_type int_type; typedef 231 int_type 235 virtual int_type 239 virtual int_type 243 virtual int_type 244 pbackfail(int_type __c = _Traits::eof()); 256 virtual int_type 257 overflow(int_type __c = _Traits::eof()); 271 int_type 272 _M_really_overflow(int_type __c = _Traits::eof()); [all …]
|
| H A D | std_streambuf.h | 136 typedef typename traits_type::int_type int_type; typedef 461 int_type 464 int_type __eof = traits_type::eof(); in snextc() 477 int_type 488 int_type 491 int_type __ret; in sgetc() 521 int_type 533 int_type 549 int_type 807 virtual int_type [all …]
|
| H A D | std_sstream.h | 72 typedef typename traits_type::int_type int_type; typedef 197 virtual int_type 207 virtual int_type 208 pbackfail(int_type __c = traits_type::eof()); 211 virtual int_type 212 overflow(int_type __c = traits_type::eof()); 298 typedef typename traits_type::int_type int_type; typedef 417 typedef typename traits_type::int_type int_type; typedef 536 typedef typename traits_type::int_type int_type; typedef
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | streambuf | 26 typedef typename traits_type::int_type int_type; 47 int_type snextc(); 48 int_type sbumpc(); 49 int_type sgetc(); 53 int_type sputbackc(char_type c); 54 int_type sungetc(); 57 int_type sputc(char_type c); 95 virtual int_type underflow(); 96 virtual int_type uflow(); 99 virtual int_type pbackfail(int_type c = traits_type::eof()); [all …]
|
| H A D | __std_stream | 40 typedef typename traits_type::int_type int_type; 48 virtual int_type underflow(); 49 virtual int_type uflow(); 50 virtual int_type pbackfail(int_type __c = traits_type::eof()); 59 int_type __last_consumed_; 66 int_type __getchar(bool __consume); 91 typename __stdinbuf<_CharT>::int_type 98 typename __stdinbuf<_CharT>::int_type 105 typename __stdinbuf<_CharT>::int_type 110 int_type __result = __last_consumed_; [all …]
|
| /openbsd-src/gnu/lib/libreadline/examples/ |
| H A D | readlinebuf.h | 50 typedef int int_type; typedef 54 static const int_type eof = EOF; // this is -1 55 static const int_type not_eof = 0; 66 virtual int_type showmanyc() const { return high_ - low_; } in showmanyc() 87 virtual int_type underflow() { in underflow() 102 virtual int_type uflow() { in uflow() 103 int_type c = underflow(); in uflow() 108 virtual int_type pbackfail( int_type c = eof ) {
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 217 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() local 224 CompilerType &pid_type = int_type; in GetSiginfoType() 227 CompilerType &lwpid_type = int_type; in GetSiginfoType() 233 ast->AddFieldToRecordType(sigval_type, "sival_int", int_type, in GetSiginfoType() 260 ast->AddFieldToRecordType(ksiginfo_type, "_signo", int_type, in GetSiginfoType() 262 ast->AddFieldToRecordType(ksiginfo_type, "_code", int_type, in GetSiginfoType() 264 ast->AddFieldToRecordType(ksiginfo_type, "_errno", int_type, in GetSiginfoType() 269 ast->AddFieldToRecordType(ksiginfo_type, "__pad0", int_type, in GetSiginfoType() 294 {"_status", int_type}, in GetSiginfoType() 305 {"_trap", int_type}, in GetSiginfoType() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 198 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() local 204 CompilerType &pid_type = int_type; in GetSiginfoType() 211 ast->AddFieldToRecordType(sigval_type, "sival_int", int_type, in GetSiginfoType() 222 ast->AddFieldToRecordType(siginfo_type, "si_signo", int_type, in GetSiginfoType() 224 ast->AddFieldToRecordType(siginfo_type, "si_errno", int_type, in GetSiginfoType() 226 ast->AddFieldToRecordType(siginfo_type, "si_code", int_type, in GetSiginfoType() 232 ast->AddFieldToRecordType(siginfo_type, "si_status", int_type, in GetSiginfoType() 249 {"_trapno", int_type}, in GetSiginfoType() 257 {"_timerid", int_type}, in GetSiginfoType() 258 {"_overrun", int_type}, in GetSiginfoType() [all …]
|