| /NextBSD/contrib/libstdc++/include/ext/ |
| 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 …]
|
| 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 …]
|
| /NextBSD/contrib/libstdc++/include/bits/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| D | sstream.tcc | 50 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type in _GLIBCXX_BEGIN_NAMESPACE() 52 pbackfail(int_type __c) in _GLIBCXX_BEGIN_NAMESPACE() 54 int_type __ret = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() 84 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 86 overflow(int_type __c) in overflow() 135 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 139 int_type __ret = traits_type::eof(); in underflow()
|
| D | fstream.tcc | 189 typename basic_filebuf<_CharT, _Traits>::int_type 193 int_type __ret = traits_type::eof(); in underflow() 338 typename basic_filebuf<_CharT, _Traits>::int_type 340 pbackfail(int_type __i) in pbackfail() 342 int_type __ret = traits_type::eof(); in pbackfail() 350 int_type __tmp; in pbackfail() 390 typename basic_filebuf<_CharT, _Traits>::int_type 392 overflow(int_type __c) in overflow() 394 int_type __ret = traits_type::eof(); in overflow() 767 const int_type __tmp = this->overflow(); in _M_terminate_output() [all …]
|
| D | streambuf.tcc | 68 const int_type __c = this->uflow(); in _GLIBCXX_BEGIN_NAMESPACE() 102 int_type __c = this->overflow(traits_type::to_int_type(*__s)); in xsputn() 126 typename _Traits::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
|
| /NextBSD/contrib/libc++/include/ |
| D | streambuf | 27 typedef typename traits_type::int_type int_type; 48 int_type snextc(); 49 int_type sbumpc(); 50 int_type sgetc(); 54 int_type sputbackc(char_type c); 55 int_type sungetc(); 58 int_type sputc(char_type c); 96 virtual int_type underflow(); 97 virtual int_type uflow(); 100 virtual int_type pbackfail(int_type c = traits_type::eof()); [all …]
|
| D | __std_stream | 39 typedef typename traits_type::int_type int_type; 47 virtual int_type underflow(); 48 virtual int_type uflow(); 49 virtual int_type pbackfail(int_type __c = traits_type::eof()); 58 int_type __last_consumed_; 65 int_type __getchar(bool __consume); 90 typename __stdinbuf<_CharT>::int_type 97 typename __stdinbuf<_CharT>::int_type 104 typename __stdinbuf<_CharT>::int_type 109 int_type __result = __last_consumed_; [all …]
|
| D | strstream | 43 virtual int_type overflow (int_type c = EOF); 44 virtual int_type pbackfail(int_type c = EOF); 45 virtual int_type underflow(); 106 typedef char_traits<char>::int_type int_type; 170 virtual int_type overflow (int_type __c = EOF); 171 virtual int_type pbackfail(int_type __c = EOF); 172 virtual int_type underflow(); 343 typedef char_traits<char>::int_type int_type;
|
| D | sstream | 24 typedef typename traits_type::int_type int_type; 45 virtual int_type underflow(); 46 virtual int_type pbackfail(int_type c = traits_type::eof()); 47 virtual int_type overflow (int_type c = traits_type::eof()); 69 typedef typename traits_type::int_type int_type; 105 typedef typename traits_type::int_type int_type; 141 typedef typename traits_type::int_type int_type; 195 typedef typename traits_type::int_type int_type; 229 virtual int_type underflow(); 230 virtual int_type pbackfail(int_type __c = traits_type::eof()); [all …]
|
| D | fstream | 24 typedef typename traits_type::int_type int_type; 46 virtual int_type underflow(); 47 virtual int_type uflow(); 48 virtual int_type pbackfail(int_type c = traits_type::eof()); 49 virtual int_type overflow (int_type c = traits_type::eof()); 73 typedef typename traits_type::int_type int_type; 106 typedef typename traits_type::int_type int_type; 139 typedef typename traits_type::int_type int_type; 189 typedef typename traits_type::int_type int_type; 217 virtual int_type underflow(); [all …]
|
| D | istream | 25 typedef typename traits_type::int_type int_type; 63 int_type get(); 73 basic_istream& ignore(streamsize n = 1, int_type delim = traits_type::eof()); 74 int_type peek(); 129 typedef typename traits_type::int_type int_type; 182 typedef typename traits_type::int_type int_type; 238 int_type get(); 248 basic_istream& ignore(streamsize __n = 1, int_type __dlm = traits_type::eof()); 249 int_type peek(); 773 typename _Traits::int_type __i = __is.rdbuf()->sgetc(); [all …]
|
| /NextBSD/contrib/libstdc++/include/std/ |
| 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 …]
|
| 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() 272 typedef typename traits_type::int_type int_type; typedef 385 typedef typename traits_type::int_type int_type; typedef 498 typedef typename traits_type::int_type int_type; typedef
|
| 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
|
| D | std_istream.h | 63 typedef typename _Traits::int_type int_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 291 int_type in _GLIBCXX_BEGIN_NAMESPACE() 447 ignore(streamsize __n, int_type __delim); in _GLIBCXX_BEGIN_NAMESPACE() 457 int_type in _GLIBCXX_BEGIN_NAMESPACE() 615 ignore(streamsize __n, int_type __delim); 631 ignore(streamsize __n, int_type __delim); 654 typedef typename _Traits::int_type __int_type; 785 typedef typename _Traits::int_type int_type; typedef
|
| /NextBSD/contrib/libreadline/examples/ |
| HD | 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 ) {
|
| /NextBSD/contrib/libc++/src/ |
| D | strstream.cpp | 150 strstreambuf::int_type 151 strstreambuf::overflow(int_type __c) in overflow() 154 return int_type(0); in overflow() 158 return int_type(EOF); in overflow() 169 return int_type(EOF); in overflow() 189 return int_type(static_cast<unsigned char>(__c)); in overflow() 192 strstreambuf::int_type 193 strstreambuf::pbackfail(int_type __c) in pbackfail() 200 return int_type(0); in pbackfail() 216 strstreambuf::int_type [all …]
|
| /NextBSD/contrib/libstdc++/src/ |
| D | istream.cc | 50 const int_type __idelim = traits_type::to_int_type(__delim); in _GLIBCXX_BEGIN_NAMESPACE() 51 const int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() 53 int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE() 111 ignore(streamsize __n, int_type __delim) in ignore() 124 const int_type __eof = traits_type::eof(); in ignore() 126 int_type __c = __sb->sgetc(); in ignore() 191 typedef __istream_type::int_type __int_type; in operator >>() 267 typedef __istream_type::int_type __int_type; in operator >>() 343 typedef __istream_type::int_type __int_type; in getline() 430 const int_type __idelim = traits_type::to_int_type(__delim); in getline() [all …]
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | mptbl.c | 151 mpie->int_type = INTENTRY_TYPE_EXTINT; in mpt_build_localint_entries() 161 mpie->int_type = INTENTRY_TYPE_NMI; in mpt_build_localint_entries() 227 mpie->int_type = INTENTRY_TYPE_INT; in mpt_generate_pci_int() 262 mpie->int_type = INTENTRY_TYPE_EXTINT; in mpt_build_ioint_entries() 266 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries() 273 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries() 278 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
|
| /NextBSD/contrib/libstdc++/include/backward/ |
| D | strstream | 90 virtual int_type overflow(int_type __c = _Traits::eof()); 91 virtual int_type pbackfail(int_type __c = _Traits::eof()); 92 virtual int_type underflow(); 162 typedef char_traits<char>::int_type int_type;
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-gpio-defs.h | 205 uint64_t int_type : 1; /**< Type of interrupt member 215 uint64_t int_type : 1; 229 uint64_t int_type : 1; /**< Type of interrupt member 239 uint64_t int_type : 1; 256 uint64_t int_type : 1; /**< Type of interrupt member 266 uint64_t int_type : 1; 798 uint64_t int_type : 1; /**< Type of interrupt member 808 uint64_t int_type : 1;
|
| /NextBSD/contrib/libstdc++/config/locale/generic/ |
| D | c_locale.cc | 120 typedef char_traits<char>::int_type int_type; in __convert_to_v() typedef 123 if (__p && static_cast<int_type>(__p) != char_traits<char>::eof() in __convert_to_v()
|