/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | istream.tcc | 58 const __int_type __eof = traits_type::eof(); in sentry() local 63 while (!traits_type::eq_int_type(__c, __eof) in sentry() 71 if (traits_type::eq_int_type(__c, __eof)) in sentry() 240 const int_type __eof = traits_type::eof(); in get() local 241 int_type __c = __eof; in get() 251 if (!traits_type::eq_int_type(__c, __eof)) in get() 321 const int_type __eof = traits_type::eof(); in get() 326 && !traits_type::eq_int_type(__c, __eof) in get() 333 if (traits_type::eq_int_type(__c, __eof)) in get() 368 const int_type __eof = traits_type::eof(); in get() [all …]
|
H A D | streambuf_iterator.h | 181 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 182 int_type __ret = __eof; in _GLIBCXX_VISIBILITY() 185 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY() 188 __eof)) in _GLIBCXX_VISIBILITY() 199 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 200 return traits_type::eq_int_type(_M_get(), __eof); in _GLIBCXX_VISIBILITY()
|
H A D | basic_string.tcc | 1024 const __int_type __eof = _Traits::eof(); in operator >>() 1028 && !_Traits::eq_int_type(__c, __eof) in operator >>() 1043 if (_Traits::eq_int_type(__c, __eof)) in operator >>() 1089 const __int_type __eof = _Traits::eof(); in getline() 1093 && !_Traits::eq_int_type(__c, __eof) in getline() 1101 if (_Traits::eq_int_type(__c, __eof)) in getline()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | istream.tcc | 57 const __int_type __eof = traits_type::eof(); in sentry() 62 while (!traits_type::eq_int_type(__c, __eof) in sentry() 70 if (traits_type::eq_int_type(__c, __eof)) in sentry() 246 const int_type __eof = traits_type::eof(); in get() local 247 int_type __c = __eof; in get() 257 if (!traits_type::eq_int_type(__c, __eof)) in get() 327 const int_type __eof = traits_type::eof(); in get() 332 && !traits_type::eq_int_type(__c, __eof) in get() 339 if (traits_type::eq_int_type(__c, __eof)) in get() 374 const int_type __eof = traits_type::eof(); in get() [all …]
|
H A D | streambuf_iterator.h | 196 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 197 return traits_type::eq_int_type(__c, __eof); in _GLIBCXX_VISIBILITY() 375 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 382 while (!traits_type::eq_int_type(__c, __eof) in _GLIBCXX_VISIBILITY() 399 __first._M_c = __eof; in _GLIBCXX_VISIBILITY() 422 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 436 if (traits_type::eq_int_type(__sb->underflow(), __eof)) in _GLIBCXX_VISIBILITY() 445 __i._M_c = __eof; in _GLIBCXX_VISIBILITY()
|
H A D | basic_string.tcc | 1491 const __int_type __eof = _Traits::eof(); in operator >>() 1495 && !_Traits::eq_int_type(__c, __eof) in operator >>() 1510 if (_Traits::eq_int_type(__c, __eof)) in operator >>() 1556 const __int_type __eof = _Traits::eof(); in getline() 1560 && !_Traits::eq_int_type(__c, __eof) in getline() 1568 if (_Traits::eq_int_type(__c, __eof)) in getline()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | istream.cc | 49 const int_type __eof = traits_type::eof(); in getline() 54 && !traits_type::eq_int_type(__c, __eof) in getline() 82 if (traits_type::eq_int_type(__c, __eof)) in getline() 127 const int_type __eof = traits_type::eof(); in ignore() 135 && !traits_type::eq_int_type(__c, __eof) in ignore() 159 && !traits_type::eq_int_type(__c, __eof) in ignore() 173 if (traits_type::eq_int_type(__c, __eof)) in ignore() 221 const __int_type __eof = __traits_type::eof(); in operator >>() 226 && !__traits_type::eq_int_type(__c, __eof) in operator >>() 254 if (__traits_type::eq_int_type(__c, __eof)) in operator >>() [all …]
|
H A D | compatibility.cc | 73 const int_type __eof = traits_type::eof(); in ignore() 82 && !traits_type::eq_int_type(__c, __eof)) in ignore() 100 && !traits_type::eq_int_type(__c, __eof)) in ignore() 113 if (traits_type::eq_int_type(__c, __eof)) in ignore() 145 const int_type __eof = traits_type::eof(); in ignore() 153 && !traits_type::eq_int_type(__c, __eof)) in ignore() 171 && !traits_type::eq_int_type(__c, __eof)) in ignore() 184 if (traits_type::eq_int_type(__c, __eof)) in ignore()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | istream.cc | 48 const int_type __eof = traits_type::eof(); in getline() 53 && !traits_type::eq_int_type(__c, __eof) in getline() 81 if (traits_type::eq_int_type(__c, __eof)) in getline() 126 const int_type __eof = traits_type::eof(); in ignore() 134 && !traits_type::eq_int_type(__c, __eof) in ignore() 158 && !traits_type::eq_int_type(__c, __eof) in ignore() 172 if (traits_type::eq_int_type(__c, __eof)) in ignore() 220 const __int_type __eof = __traits_type::eof(); in operator >>() 225 && !__traits_type::eq_int_type(__c, __eof) in operator >>() 253 if (__traits_type::eq_int_type(__c, __eof)) in operator >>() [all …]
|
H A D | istream-string.cc | 65 const __int_type __eof = __traits_type::eof(); in operator >>() 70 && !__traits_type::eq_int_type(__c, __eof) in operator >>() 96 if (__traits_type::eq_int_type(__c, __eof)) in operator >>() 143 const __int_type __eof = __traits_type::eof(); in getline() 148 && !__traits_type::eq_int_type(__c, __eof) in getline() 174 if (__traits_type::eq_int_type(__c, __eof)) in getline() 228 const __int_type __eof = __traits_type::eof(); in getline() 233 && !__traits_type::eq_int_type(__c, __eof) in getline() 259 if (__traits_type::eq_int_type(__c, __eof)) in getline()
|
H A D | compatibility.cc | 73 const int_type __eof = traits_type::eof(); in ignore() 82 && !traits_type::eq_int_type(__c, __eof)) in ignore() 100 && !traits_type::eq_int_type(__c, __eof)) in ignore() 113 if (traits_type::eq_int_type(__c, __eof)) in ignore() 145 const int_type __eof = traits_type::eof(); in ignore() 153 && !traits_type::eq_int_type(__c, __eof)) in ignore() 171 && !traits_type::eq_int_type(__c, __eof)) in ignore() 184 if (traits_type::eq_int_type(__c, __eof)) in ignore()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 120 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 123 if (traits_type::eq_int_type(__c, __eof)) // unget in _GLIBCXX_VISIBILITY() 125 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) in _GLIBCXX_VISIBILITY() 128 __ret = __eof; in _GLIBCXX_VISIBILITY() 134 _M_unget_buf = __eof; in _GLIBCXX_VISIBILITY() 246 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 250 if (traits_type::eq_int_type(__c, __eof)) in _GLIBCXX_VISIBILITY() 269 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof)) in _GLIBCXX_VISIBILITY()
|
H A D | vstring.tcc | 580 const __int_type __eof = _Traits::eof(); in operator >>() 584 && !_Traits::eq_int_type(__c, __eof) in operator >>() 599 if (_Traits::eq_int_type(__c, __eof)) in operator >>() 651 const __int_type __eof = _Traits::eof(); in getline() 655 && !_Traits::eq_int_type(__c, __eof) in getline() 669 if (_Traits::eq_int_type(__c, __eof)) in getline()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 152 if (traits_type::eq_int_type(__c, __eof)) // unget in _GLIBCXX_VISIBILITY() 154 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) in _GLIBCXX_VISIBILITY() 157 __ret = __eof; in _GLIBCXX_VISIBILITY() 163 _M_unget_buf = __eof; in _GLIBCXX_VISIBILITY() 275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 279 if (traits_type::eq_int_type(__c, __eof)) in _GLIBCXX_VISIBILITY() 298 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() local 301 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof)) in _GLIBCXX_VISIBILITY()
|
H A D | vstring.tcc | 580 const __int_type __eof = _Traits::eof(); in operator >>() 584 && !_Traits::eq_int_type(__c, __eof) in operator >>() 599 if (_Traits::eq_int_type(__c, __eof)) in operator >>() 651 const __int_type __eof = _Traits::eof(); in getline() 655 && !_Traits::eq_int_type(__c, __eof) in getline() 669 if (_Traits::eq_int_type(__c, __eof)) in getline()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr2/ |
H A D | dynamic_bitset.tcc | 228 static typename _Traits::int_type __eof = _Traits::eof(); in operator >>() 231 if (_Traits::eq_int_type(__c1, __eof)) in operator >>() 245 __eof)) in operator >>()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr2/ |
H A D | dynamic_bitset | 1404 static typename _Traits::int_type __eof = _Traits::eof(); 1407 if (_Traits::eq_int_type(__c1, __eof)) 1421 __eof))
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | bitset | 1477 static typename _Traits::int_type __eof = _Traits::eof(); 1480 if (_Traits::eq_int_type(__c1, __eof)) 1494 __eof))
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | bitset | 1488 static typename _Traits::int_type __eof = _Traits::eof(); 1491 if (_Traits::eq_int_type(__c1, __eof)) 1505 __eof))
|