Home
last modified time | relevance | path

Searched refs:__testeof (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/libstdc++/include/bits/
Dsstream.tcc59 const bool __testeof = traits_type::eq_int_type(__c, __ret); in _GLIBCXX_BEGIN_NAMESPACE() local
60 if (!__testeof) in _GLIBCXX_BEGIN_NAMESPACE()
92 const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof()); in overflow() local
93 if (__builtin_expect(__testeof, false)) in overflow()
Dlocale_facets.tcc295 bool __testeof = __beg == __end; in _M_extract_float() local
298 if (!__testeof) in _M_extract_float()
310 __testeof = true; in _M_extract_float()
317 while (!__testeof) in _M_extract_float()
334 __testeof = true; in _M_extract_float()
350 while (!__testeof) in _M_extract_float()
384 __testeof = true; in _M_extract_float()
394 __testeof = true; in _M_extract_float()
397 while (!__testeof) in _M_extract_float()
473 __testeof = true; in _M_extract_float()
[all …]
Dfstream.tcc349 const bool __testeof = traits_type::eq_int_type(__i, __ret); in pbackfail() local
374 if (!__testeof && traits_type::eq_int_type(__i, __tmp)) in pbackfail()
376 else if (__testeof) in pbackfail()
395 const bool __testeof = traits_type::eq_int_type(__c, __ret); in overflow() local
402 if (!__testeof) in overflow()
424 if (!__testeof) in overflow()
435 if (__testeof || _M_convert_to_external(&__conv, 1)) in overflow()
/freebsd-9-stable/contrib/libstdc++/include/std/
Dstd_streambuf.h699 const bool __testeof = traits_type::eq_int_type(this->underflow(), in uflow() local
701 if (!__testeof) in uflow()