Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h133 basic_ostream<_CharT, _Traits>& __os_; variable
145 …CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) : __ok_(false), __os_(__os) { in sentry()
155 …if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) && !uncaught_exception())… in ~sentry()
159 if (__os_.rdbuf()->pubsync() == -1) in ~sentry()
160 __os_.setstate(ios_base::badbit); in ~sentry()