| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| istream-string.cc | 65 const __int_type __eof = __traits_type::eof(); local 70 && !__traits_type::eq_int_type(__c, __eof) 96 if (__extracted < __n && __traits_type::eq_int_type(__c, __eof)) 143 const __int_type __eof = __traits_type::eof(); local 148 && !__traits_type::eq_int_type(__c, __eof) 174 if (__traits_type::eq_int_type(__c, __eof)) 228 const __int_type __eof = __traits_type::eof(); local 233 && !__traits_type::eq_int_type(__c, __eof) 259 if (__traits_type::eq_int_type(__c, __eof))
|
| istream.cc | 48 const int_type __eof = traits_type::eof(); local 53 && !traits_type::eq_int_type(__c, __eof) 81 if (traits_type::eq_int_type(__c, __eof)) 135 const int_type __eof = traits_type::eof(); local 143 && !traits_type::eq_int_type(__c, __eof) 167 && !traits_type::eq_int_type(__c, __eof) 183 if (traits_type::eq_int_type(__c, __eof)) 194 if (traits_type::eq_int_type(__c, __eof)) 240 const __int_type __eof = __traits_type::eof(); local 245 && !__traits_type::eq_int_type(__c, __eof) 310 const int_type __eof = traits_type::eof(); local 388 const int_type __eof = traits_type::eof(); local [all...] |
| compatibility.cc | 73 const int_type __eof = traits_type::eof(); local 82 && !traits_type::eq_int_type(__c, __eof)) 100 && !traits_type::eq_int_type(__c, __eof)) 115 if (traits_type::eq_int_type(__c, __eof)) 120 if (traits_type::eq_int_type(__c, __eof)) 153 const int_type __eof = traits_type::eof(); local 161 && !traits_type::eq_int_type(__c, __eof)) 179 && !traits_type::eq_int_type(__c, __eof)) 194 if (traits_type::eq_int_type(__c, __eof)) 199 if (traits_type::eq_int_type(__c, __eof)) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| istream-string.cc | 65 const __int_type __eof = __traits_type::eof(); local 70 && !__traits_type::eq_int_type(__c, __eof) 96 if (__extracted < __n && __traits_type::eq_int_type(__c, __eof)) 143 const __int_type __eof = __traits_type::eof(); local 148 && !__traits_type::eq_int_type(__c, __eof) 174 if (__traits_type::eq_int_type(__c, __eof)) 228 const __int_type __eof = __traits_type::eof(); local 233 && !__traits_type::eq_int_type(__c, __eof) 259 if (__traits_type::eq_int_type(__c, __eof))
|
| istream.cc | 48 const int_type __eof = traits_type::eof(); local 53 && !traits_type::eq_int_type(__c, __eof) 81 if (traits_type::eq_int_type(__c, __eof)) 135 const int_type __eof = traits_type::eof(); local 143 && !traits_type::eq_int_type(__c, __eof) 167 && !traits_type::eq_int_type(__c, __eof) 183 if (traits_type::eq_int_type(__c, __eof)) 194 if (traits_type::eq_int_type(__c, __eof)) 240 const __int_type __eof = __traits_type::eof(); local 245 && !__traits_type::eq_int_type(__c, __eof) 310 const int_type __eof = traits_type::eof(); local 388 const int_type __eof = traits_type::eof(); local [all...] |
| compatibility.cc | 73 const int_type __eof = traits_type::eof(); local 82 && !traits_type::eq_int_type(__c, __eof)) 100 && !traits_type::eq_int_type(__c, __eof)) 115 if (traits_type::eq_int_type(__c, __eof)) 120 if (traits_type::eq_int_type(__c, __eof)) 153 const int_type __eof = traits_type::eof(); local 161 && !traits_type::eq_int_type(__c, __eof)) 179 && !traits_type::eq_int_type(__c, __eof)) 194 if (traits_type::eq_int_type(__c, __eof)) 199 if (traits_type::eq_int_type(__c, __eof)) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| stdio_sync_filebuf.h | 150 const int_type __eof = traits_type::eof(); local 153 if (traits_type::eq_int_type(__c, __eof)) // unget 155 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 158 __ret = __eof; 164 _M_unget_buf = __eof; 276 const int_type __eof = traits_type::eof(); local 280 if (traits_type::eq_int_type(__c, __eof)) 299 const int_type __eof = traits_type::eof(); local 302 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| stdio_sync_filebuf.h | 148 const int_type __eof = traits_type::eof(); local 151 if (traits_type::eq_int_type(__c, __eof)) // unget 153 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 156 __ret = __eof; 162 _M_unget_buf = __eof; 274 const int_type __eof = traits_type::eof(); local 278 if (traits_type::eq_int_type(__c, __eof)) 297 const int_type __eof = traits_type::eof(); local 300 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| streambuf_iterator.h | 219 const int_type __eof = traits_type::eof(); local 220 return traits_type::eq_int_type(__c, __eof); 442 const int_type __eof = traits_type::eof(); local 449 while (!traits_type::eq_int_type(__c, __eof) 466 __first._M_c = __eof; 489 const int_type __eof = traits_type::eof(); local 503 if (traits_type::eq_int_type(__sb->underflow(), __eof)) 512 __i._M_c = __eof;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| streambuf_iterator.h | 218 const int_type __eof = traits_type::eof(); local 219 return traits_type::eq_int_type(__c, __eof); 441 const int_type __eof = traits_type::eof(); local 448 while (!traits_type::eq_int_type(__c, __eof) 465 __first._M_c = __eof; 488 const int_type __eof = traits_type::eof(); local 502 if (traits_type::eq_int_type(__sb->underflow(), __eof)) 511 __i._M_c = __eof;
|