Searched refs:__testout (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dfstream.cc45 bool __testout = _M_mode & ios_base::out; local
69 if (__testout)
87 if (__testout)
114 bool __testout = _M_mode & ios_base::out;
138 if (__testout)
182 if (__testout)
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_fstream.h400 const bool __testout = _M_mode & ios_base::out; local
407 if (__testout && __off == 0 && _M_buf_size > 1 )
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_fstream.h410 bool __testout = _M_mode & ios_base::out;
413 if (__testout)
H A Dstd_sstream.h262 bool __testout = _M_mode & ios_base::out; local
268 if (__testout)
H A Dstd_streambuf.h308 bool __testout = _M_out_cur; local
310 if (__testout && _M_buf_unified)

Completed in 259 milliseconds