Searched refs:__testeof (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | locale_facets.tcc | 159 bool __testeof = __beg == __end; in _M_extract_float() local 162 if (!__testeof) in _M_extract_float() 174 __testeof = true; in _M_extract_float() 181 while (!__testeof) in _M_extract_float() 198 __testeof = true; in _M_extract_float() 214 while (!__testeof) in _M_extract_float() 248 __testeof = true; in _M_extract_float() 258 __testeof = true; in _M_extract_float() 261 while (!__testeof) in _M_extract_float() 337 __testeof = true; in _M_extract_float() [all …]
|
| D | sstream.tcc | 55 const bool __testeof = traits_type::eq_int_type(__c, __ret); in pbackfail() local 56 if (!__testeof) in pbackfail() 88 const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof()); in overflow() local 89 if (__builtin_expect(__testeof, false)) in overflow()
|
| D | fstream.tcc | 381 const bool __testeof = traits_type::eq_int_type(__i, __ret); in pbackfail() local 406 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) in pbackfail() 408 else if (__testeof) in pbackfail() 427 const bool __testeof = traits_type::eq_int_type(__c, __ret); in overflow() local 442 if (!__testeof) in overflow() 464 if (!__testeof) in overflow() 475 if (__testeof || _M_convert_to_external(&__conv, 1)) in overflow()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | locale_facets.tcc | 161 bool __testeof = __beg == __end; in _M_extract_float() local 164 if (!__testeof) in _M_extract_float() 176 __testeof = true; in _M_extract_float() 183 while (!__testeof) in _M_extract_float() 200 __testeof = true; in _M_extract_float() 216 while (!__testeof) in _M_extract_float() 250 __testeof = true; in _M_extract_float() 260 __testeof = true; in _M_extract_float() 263 while (!__testeof) in _M_extract_float() 339 __testeof = true; in _M_extract_float() [all …]
|
| D | sstream.tcc | 53 const bool __testeof = traits_type::eq_int_type(__c, __ret); in pbackfail() local 54 if (!__testeof) in pbackfail() 86 const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof()); in overflow() local 87 if (__builtin_expect(__testeof, false)) in overflow()
|
| D | fstream.tcc | 464 const bool __testeof = traits_type::eq_int_type(__i, __ret); in pbackfail() local 489 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) in pbackfail() 491 else if (__testeof) in pbackfail() 510 const bool __testeof = traits_type::eq_int_type(__c, __ret); in overflow() local 526 if (!__testeof) in overflow() 548 if (!__testeof) in overflow() 559 if (__testeof || _M_convert_to_external(&__conv, 1)) in overflow()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | streambuf | 700 const bool __testeof = traits_type::eq_int_type(this->underflow(), 702 if (!__testeof)
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | streambuf | 710 const bool __testeof = traits_type::eq_int_type(this->underflow(), 712 if (!__testeof)
|