Home
last modified time | relevance | path

Searched refs:__testfail (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dfstream.tcc135 bool __testfail = false; in close() local
139 __testfail = true; in close()
142 { __testfail = true; } in close()
154 __testfail = true; in close()
156 if (!__testfail) in close()
679 const bool __testfail = __off != 0 && __width <= 0; in seekoff() local
680 if (this->is_open() && !__testfail) in seekoff()
Dlocale_facets.tcc610 bool __testfail = false; in _M_extract_int() local
627 __testfail = true; in _M_extract_int()
631 __testfail |= __result > __max - __digit; in _M_extract_int()
657 __testfail = true; in _M_extract_int()
674 __testfail = true; in _M_extract_int()
678 __testfail |= __result > __max - __digit; in _M_extract_int()
703 if (!__testfail && (__sep_pos || __found_zero in _M_extract_int()