Home
last modified time | relevance | path

Searched refs:__eof (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstreambuf_iterator.h90 const int_type __eof = traits_type::eof();
94 _M_c = __eof;
101 const int_type __eof = traits_type::eof();
105 __eof))
108 _M_c = __eof;
118 const int_type __eof = traits_type::eof(); in equal() local
119 bool __thiseof = traits_type::eq_int_type(_M_get(), __eof); in equal()
120 bool __beof = traits_type::eq_int_type(__b._M_get(), __eof); in equal()
129 const int_type __eof = traits_type::eof(); in _M_get() local
130 int_type __ret = __eof; in _M_get()
[all …]
H A Distream.tcc53 const __int_type __eof = traits_type::eof(); in sentry() local
67 if (traits_type::eq_int_type(__c, __eof)) in sentry()
455 int_type __c = __eof; in get()
530 && !traits_type::eq_int_type(__c, __eof) in get()
966 const int_type __eof = _Traits::eof(); in operator >>() local
971 && !_Traits::eq_int_type(__c, __eof) in operator >>()
978 if (_Traits::eq_int_type(__c, __eof)) in operator >>()
1016 if (_Traits::eq_int_type(__c, __eof)) in ws()
1052 && !_Traits::eq_int_type(__c, __eof) in operator >>()
1059 if (_Traits::eq_int_type(__c, __eof)) in operator >>()
[all …]
H A Dfstream.tcc122 const int_type __eof = traits_type::eof(); in close() local
125 && traits_type::eq_int_type(_M_really_overflow(__eof), in close()
126 __eof)) in close()
134 _M_really_overflow(__eof); in close()
H A Dlocale_facets.tcc1156 char_type __eof = static_cast<char_type>(char_traits<char_type>::eof()); in do_get() local
1270 for (; __c != __eof && __i < __len; ++__i) in do_get()
1293 if (__c == __eof) in do_get()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Distream.tcc75 if (traits_type::eq_int_type(__c, __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
185 int_type __c = __eof; in get()
433 && !traits_type::eq_int_type(__c, __eof)) in ignore()
483 && !traits_type::eq_int_type(__c, __eof) in ignore()
815 && !_Traits::eq_int_type(__c, __eof) in operator >>()
823 if (_Traits::eq_int_type(__c, __eof)) in operator >>()
860 if (_Traits::eq_int_type(__c, __eof)) in ws()
898 && !_Traits::eq_int_type(__c, __eof) in operator >>()
912 if (_Traits::eq_int_type(__c, __eof)) in operator >>()
959 && !_Traits::eq_int_type(__c, __eof) in getline()
[all …]
H A Dstreambuf_iterator.h170 const int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() local
171 int_type __ret = __eof; in _GLIBCXX_BEGIN_NAMESPACE()
174 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
177 __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
188 const int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() local
189 return traits_type::eq_int_type(_M_get(), __eof); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/gcc/libstdc++-v3/src/
H A Distream.cc51 const int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() local
56 && !traits_type::eq_int_type(__c, __eof) in _GLIBCXX_BEGIN_NAMESPACE()
84 if (traits_type::eq_int_type(__c, __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
124 const int_type __eof = traits_type::eof(); in ignore() local
132 && !traits_type::eq_int_type(__c, __eof) in ignore()
156 && !traits_type::eq_int_type(__c, __eof) in ignore()
169 if (traits_type::eq_int_type(__c, __eof)) in ignore()
216 && !__traits_type::eq_int_type(__c, __eof) in operator >>()
436 && !traits_type::eq_int_type(__c, __eof) in getline()
464 if (traits_type::eq_int_type(__c, __eof)) in getline()
[all …]
H A Dcompatibility.cc73 const int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() local
82 && !traits_type::eq_int_type(__c, __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
100 && !traits_type::eq_int_type(__c, __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
112 if (traits_type::eq_int_type(__c, __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
139 const int_type __eof = traits_type::eof(); in ignore() local
147 && !traits_type::eq_int_type(__c, __eof)) in ignore()
165 && !traits_type::eq_int_type(__c, __eof)) in ignore()
177 if (traits_type::eq_int_type(__c, __eof)) in ignore()
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h114 const int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() local
117 if (traits_type::eq_int_type(__c, __eof)) // unget in _GLIBCXX_BEGIN_NAMESPACE()
119 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
122 __ret = __eof; in _GLIBCXX_BEGIN_NAMESPACE()
128 _M_unget_buf = __eof; in _GLIBCXX_BEGIN_NAMESPACE()
240 const int_type __eof = traits_type::eof(); in xsgetn() local
244 if (traits_type::eq_int_type(__c, __eof)) in xsgetn()
263 const int_type __eof = traits_type::eof(); in xsputn() local
266 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof)) in xsputn()
H A Dvstring.tcc577 const __int_type __eof = _Traits::eof(); in _GLIBCXX_BEGIN_NAMESPACE() local
582 && !_Traits::eq_int_type(__c, __eof) in _GLIBCXX_BEGIN_NAMESPACE()
596 if (_Traits::eq_int_type(__c, __eof)) in _GLIBCXX_BEGIN_NAMESPACE()
644 const __int_type __eof = _Traits::eof(); in getline() local
649 && !_Traits::eq_int_type(__c, __eof) in getline()
663 if (_Traits::eq_int_type(__c, __eof)) in getline()
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_streambuf.h464 int_type __eof = traits_type::eof(); in snextc() local
465 return (traits_type::eq_int_type(this->sbumpc(), __eof) in snextc()
466 ? __eof : this->sgetc()); in snextc()
H A Dstd_bitset.h1204 static typename _Traits::int_type __eof = _Traits::eof();
1207 if (_Traits::eq_int_type(__c1, __eof))
1219 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof))
/openbsd/gnu/llvm/libcxx/include/
H A Dstreambuf408 const int_type __eof = traits_type::eof();
422 else if ((__c = uflow()) != __eof)
462 int_type __eof = traits_type::eof();
467 if (overflow(traits_type::to_int_type(*__s)) == __eof)
H A Distream321 _Ip __eof;
322 for (; __i != __eof; ++__i)
325 if (__i == __eof)
H A Dostream371 _Ip __eof;
374 for (; __i != __eof; ++__i, ++__o, ++__c)
H A Dregex6750 _Iter __eof;
6751 if (__i == __eof)
6759 for (size_t __len = char_traits<_CharT>::length(__fmt); __i != __eof; ++__i)
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_bitset.h1249 static typename _Traits::int_type __eof = _Traits::eof();
1252 if (_Traits::eq_int_type(__c1, __eof))
1265 __eof))