Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Diostream.cpp126 std::unitbuf(cerr.value); in DoIOSInit()
136 std::unitbuf(wcerr.value); in DoIOSInit()
H A Dios.cpp77 const ios_base::fmtflags ios_base::unitbuf; member in ios_base
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.inc44 using std::unitbuf;
H A Dios.cppm
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dios44 static constexpr fmtflags unitbuf;
180 ios_base& unitbuf (ios_base& str);
267 static const fmtflags unitbuf = 0x2000;
796 _LIBCPP_HIDE_FROM_ABI inline ios_base& unitbuf(ios_base& __str) {
797 __str.setf(ios_base::unitbuf);
802 __str.unsetf(ios_base::unitbuf);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios44 static constexpr fmtflags unitbuf;
180 ios_base& unitbuf (ios_base& str);
271 static const fmtflags unitbuf = 0x2000;
814 _LIBCPP_HIDE_FROM_ABI inline ios_base& unitbuf(ios_base& __str) {
815 __str.setf(ios_base::unitbuf);
820 __str.unsetf(ios_base::unitbuf);
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h210 …if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) && uncaught_exceptions() … in ~sentry()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/
H A Dbasic_ostream.h143 …if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) && !uncaught_exception())… in ~sentry()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3117 SYMBOL(unitbuf, std::, <ios>)
3118 SYMBOL(unitbuf, std::, <iostream>)