Home
last modified time | relevance | path

Searched refs:int_type (Results 1 – 25 of 83) sorted by relevance

1234

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Dstdio_sync_filebuf.h63 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
73 int_type _M_unget_buf; in _GLIBCXX_VISIBILITY()
92 int_type in _GLIBCXX_VISIBILITY()
95 int_type in _GLIBCXX_VISIBILITY()
96 syncungetc(int_type __c); in _GLIBCXX_VISIBILITY()
98 int_type in _GLIBCXX_VISIBILITY()
99 syncputc(int_type __c); in _GLIBCXX_VISIBILITY()
101 virtual int_type in _GLIBCXX_VISIBILITY()
104 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY()
108 virtual int_type in _GLIBCXX_VISIBILITY()
[all …]
Dpod_char_traits.h53 typedef I int_type; in _GLIBCXX_VISIBILITY() typedef
99 typedef typename char_type::int_type int_type; in _GLIBCXX_VISIBILITY()
165 to_char_type(const int_type& __i) in _GLIBCXX_VISIBILITY()
168 static int_type in _GLIBCXX_VISIBILITY()
170 { return char_type::template to<int_type>(__c); } in _GLIBCXX_VISIBILITY()
173 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
176 static int_type in _GLIBCXX_VISIBILITY()
179 int_type __r = { -1 }; in _GLIBCXX_VISIBILITY()
183 static int_type in _GLIBCXX_VISIBILITY()
184 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dchar_traits.h62 typedef unsigned long int_type; in _GLIBCXX_VISIBILITY() typedef
88 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
124 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()
127 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY()
129 { return static_cast<int_type>(__c); } in _GLIBCXX_VISIBILITY()
132 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
135 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY()
137 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); } in _GLIBCXX_VISIBILITY()
139 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY()
140 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
Dstreambuf_iterator.h68 typedef typename _Traits::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
100 mutable int_type _M_c; in _GLIBCXX_VISIBILITY()
178 int_type in _GLIBCXX_VISIBILITY()
181 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
182 int_type __ret = __eof; in _GLIBCXX_VISIBILITY()
199 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
342 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
347 int_type __c = __sb->sgetc(); in _GLIBCXX_VISIBILITY()
377 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
381 const int_type __ival = traits_type::to_int_type(__val); in _GLIBCXX_VISIBILITY()
[all …]
Distream.tcc236 typename basic_istream<_CharT, _Traits>::int_type
240 const int_type __eof = traits_type::eof(); in get()
241 int_type __c = __eof; in get()
283 const int_type __cb = this->rdbuf()->sbumpc(); in get()
320 const int_type __idelim = traits_type::to_int_type(__delim); in get()
321 const int_type __eof = traits_type::eof(); in get()
323 int_type __c = __sb->sgetc(); in get()
367 const int_type __idelim = traits_type::to_int_type(__delim); in get()
368 const int_type __eof = traits_type::eof(); in get()
370 int_type __c = __this_sb->sgetc(); in get()
[all …]
Dsstream.tcc46 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
48 pbackfail(int_type __c) in pbackfail()
50 int_type __ret = traits_type::eof(); in pbackfail()
80 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
82 overflow(int_type __c) in overflow()
131 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
135 int_type __ret = traits_type::eof(); in underflow()
Dfstream.tcc204 typename basic_filebuf<_CharT, _Traits>::int_type
208 int_type __ret = traits_type::eof(); in underflow()
363 typename basic_filebuf<_CharT, _Traits>::int_type
365 pbackfail(int_type __i) in pbackfail()
367 int_type __ret = traits_type::eof(); in pbackfail()
382 int_type __tmp; in pbackfail()
422 typename basic_filebuf<_CharT, _Traits>::int_type
424 overflow(int_type __c) in overflow()
426 int_type __ret = traits_type::eof(); in overflow()
840 const int_type __tmp = this->overflow(); in _M_terminate_output()
[all …]
Dstreambuf.tcc65 const int_type __c = this->uflow(); in xsgetn()
99 int_type __c = this->overflow(traits_type::to_int_type(*__s)); in xsputn()
123 typename _Traits::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dchar_traits.h64 typedef unsigned long int_type; in _GLIBCXX_VISIBILITY() typedef
90 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
126 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY()
129 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY()
131 { return static_cast<int_type>(__c); } in _GLIBCXX_VISIBILITY()
134 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
137 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY()
139 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); } in _GLIBCXX_VISIBILITY()
141 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY()
142 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
[all …]
Dstreambuf_iterator.h66 typedef typename _Traits::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
103 int_type _M_c; in _GLIBCXX_VISIBILITY()
130 int_type __c = _M_get(); in _GLIBCXX_VISIBILITY()
180 int_type in _GLIBCXX_VISIBILITY()
183 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
194 _S_is_eof(int_type __c) in _GLIBCXX_VISIBILITY()
196 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
339 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
344 int_type __c = __sb->sgetc(); in _GLIBCXX_VISIBILITY()
374 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
Distream.tcc242 typename basic_istream<_CharT, _Traits>::int_type
246 const int_type __eof = traits_type::eof(); in get()
247 int_type __c = __eof; in get()
289 const int_type __cb = this->rdbuf()->sbumpc(); in get()
326 const int_type __idelim = traits_type::to_int_type(__delim); in get()
327 const int_type __eof = traits_type::eof(); in get()
329 int_type __c = __sb->sgetc(); in get()
373 const int_type __idelim = traits_type::to_int_type(__delim); in get()
374 const int_type __eof = traits_type::eof(); in get()
376 int_type __c = __this_sb->sgetc(); in get()
[all …]
Dsstream.tcc44 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
46 pbackfail(int_type __c) in pbackfail()
48 int_type __ret = traits_type::eof(); in pbackfail()
78 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
80 overflow(int_type __c) in overflow()
148 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
152 int_type __ret = traits_type::eof(); in underflow()
Dfstream.tcc287 typename basic_filebuf<_CharT, _Traits>::int_type
291 int_type __ret = traits_type::eof(); in underflow()
446 typename basic_filebuf<_CharT, _Traits>::int_type
448 pbackfail(int_type __i) in pbackfail()
450 int_type __ret = traits_type::eof(); in pbackfail()
465 int_type __tmp; in pbackfail()
505 typename basic_filebuf<_CharT, _Traits>::int_type
507 overflow(int_type __c) in overflow()
509 int_type __ret = traits_type::eof(); in overflow()
923 const int_type __tmp = this->overflow(); in _M_terminate_output()
[all …]
Dstreambuf.tcc64 const int_type __c = this->uflow(); in xsgetn()
98 int_type __c = this->overflow(traits_type::to_int_type(*__s)); in xsputn()
122 typename _Traits::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Dstdio_sync_filebuf.h63 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef
75 int_type _M_unget_buf; in _GLIBCXX_VISIBILITY()
121 int_type in _GLIBCXX_VISIBILITY()
124 int_type in _GLIBCXX_VISIBILITY()
125 syncungetc(int_type __c); in _GLIBCXX_VISIBILITY()
127 int_type in _GLIBCXX_VISIBILITY()
128 syncputc(int_type __c); in _GLIBCXX_VISIBILITY()
130 virtual int_type in _GLIBCXX_VISIBILITY()
133 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY()
137 virtual int_type in _GLIBCXX_VISIBILITY()
[all …]
Dpod_char_traits.h52 typedef _Int int_type; in _GLIBCXX_VISIBILITY() typedef
100 typedef typename char_type::int_type int_type; in _GLIBCXX_VISIBILITY()
170 to_char_type(const int_type& __i) in _GLIBCXX_VISIBILITY()
173 static int_type in _GLIBCXX_VISIBILITY()
175 { return char_type::template to<int_type>(__c); } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
181 static int_type in _GLIBCXX_VISIBILITY()
184 int_type __r = { static_cast<typename __gnu_cxx::__conditional_type in _GLIBCXX_VISIBILITY()
185 <std::__is_integer<int_type>::__value, in _GLIBCXX_VISIBILITY()
186 int_type, int>::__type>(-1) }; in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
Distream.cc47 const int_type __idelim = traits_type::to_int_type(__delim); in getline()
48 const int_type __eof = traits_type::eof(); in getline()
50 int_type __c = __sb->sgetc(); in getline()
113 ignore(streamsize __n, int_type __delim) in ignore()
126 const int_type __eof = traits_type::eof(); in ignore()
128 int_type __c = __sb->sgetc(); in ignore()
200 typedef __istream_type::int_type __int_type; in operator >>()
289 const int_type __idelim = traits_type::to_int_type(__delim); in getline()
290 const int_type __eof = traits_type::eof(); in getline()
292 int_type __c = __sb->sgetc(); in getline()
[all …]
Dstrstream.cc138 strstreambuf::int_type
139 strstreambuf::overflow(int_type c) in overflow()
184 strstreambuf::int_type
185 strstreambuf::pbackfail(int_type c) in pbackfail()
209 strstreambuf::int_type
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
Distream.cc48 const int_type __idelim = traits_type::to_int_type(__delim); in getline()
49 const int_type __eof = traits_type::eof(); in getline()
51 int_type __c = __sb->sgetc(); in getline()
114 ignore(streamsize __n, int_type __delim) in ignore()
127 const int_type __eof = traits_type::eof(); in ignore()
129 int_type __c = __sb->sgetc(); in ignore()
201 typedef __istream_type::int_type __int_type; in operator >>()
282 typedef __istream_type::int_type __int_type; in operator >>()
362 typedef __istream_type::int_type __int_type; in getline()
453 const int_type __idelim = traits_type::to_int_type(__delim); in getline()
[all …]
Dstrstream.cc139 strstreambuf::int_type
140 strstreambuf::overflow(int_type c) in overflow()
185 strstreambuf::int_type
186 strstreambuf::pbackfail(int_type c) in pbackfail()
210 strstreambuf::int_type
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
Dstrstream90 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;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
Dstrstream93 virtual int_type overflow(int_type __c = _Traits::eof());
94 virtual int_type pbackfail(int_type __c = _Traits::eof());
95 virtual int_type underflow();
165 typedef char_traits<char>::int_type int_type;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dstreambuf128 typedef typename traits_type::int_type int_type;
294 int_type
297 int_type __ret = traits_type::eof();
312 int_type
315 int_type __ret;
334 int_type
337 int_type __ret;
368 int_type
371 int_type __ret;
393 int_type
[all …]
Dsstream69 typedef typename traits_type::int_type int_type;
177 virtual int_type
180 virtual int_type
181 pbackfail(int_type __c = traits_type::eof());
183 virtual int_type
184 overflow(int_type __c = traits_type::eof());
272 typedef typename traits_type::int_type int_type;
382 typedef typename traits_type::int_type int_type;
492 typedef typename traits_type::int_type int_type;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dstreambuf133 typedef typename traits_type::int_type int_type;
304 int_type
307 int_type __ret = traits_type::eof();
322 int_type
325 int_type __ret;
344 int_type
347 int_type __ret;
378 int_type
381 int_type __ret;
403 int_type
[all …]

1234