Home
last modified time | relevance | path

Searched defs:__testget (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dfstream.cc65 bool __testget = _M_in_cur && _M_in_beg < _M_in_cur; in _M_underflow_common() local
134 bool __testget = _M_in_cur && _M_in_beg < _M_in_cur; in _M_underflow_common() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dfstream.tcc452 bool __testget = _M_in_cur && _M_in_beg < _M_in_end; in seekoff() local