Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h132 bool __ok_; variable
141 _LIBCPP_HIDE_FROM_ABI explicit operator bool() const { return __ok_; }
145 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) : __ok_(false)… in sentry()
149 __ok_ = true; in sentry()
/freebsd/contrib/llvm-project/libcxx/include/
H A Distream302 bool __ok_;
308 _LIBCPP_HIDE_FROM_ABI explicit operator bool() const { return __ok_; }
315 …T, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws) : __ok_(false) {
330 __ok_ = __is.good();