Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dfstream.tcc119 bool __testfail = false; in close() local
127 __testfail = true; in close()
139 { __testfail = true; } in close()
147 __testfail = true; in close()
149 if (!__testfail) in close()
442 bool __testfail = __off != 0 && __width <= 0; in seekoff() local
443 if (this->is_open() && !__testfail && (__testin || __testout)) in seekoff()
/openbsd/src/gnu/gcc/libstdc++-v3/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()
677 const bool __testfail = __off != 0 && __width <= 0; in seekoff() local
678 if (this->is_open() && !__testfail) in seekoff()
Dlocale_facets.tcc608 bool __testfail = false; in _M_extract_int() local
625 __testfail = true; in _M_extract_int()
629 __testfail |= __result > __max - __digit; in _M_extract_int()
655 __testfail = true; in _M_extract_int()
672 __testfail = true; in _M_extract_int()
676 __testfail |= __result > __max - __digit; in _M_extract_int()
701 if (!__testfail && (__sep_pos || __found_zero in _M_extract_int()