Searched refs:__testeof (Results 1 – 4 of 4) sorted by relevance
59 const bool __testeof = traits_type::eq_int_type(__c, __ret); in _GLIBCXX_BEGIN_NAMESPACE() local60 if (!__testeof) in _GLIBCXX_BEGIN_NAMESPACE()92 const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof()); in overflow() local93 if (__builtin_expect(__testeof, false)) in overflow()
295 bool __testeof = __beg == __end; in _M_extract_float() local298 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 …]
349 const bool __testeof = traits_type::eq_int_type(__i, __ret); in pbackfail() local374 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() local402 if (!__testeof) in overflow()424 if (!__testeof) in overflow()435 if (__testeof || _M_convert_to_external(&__conv, 1)) in overflow()
699 const bool __testeof = traits_type::eq_int_type(this->underflow(), in uflow() local701 if (!__testeof) in uflow()