Searched refs:wcerr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dios_init.cc78 extern wostream wcerr;
117 // 455. cerr::tie() and wcerr::tie() are overspecified.
127 new (&wcerr) wostream(&buf_wcerr_sync);
130 wcerr.flags(ios_base::unitbuf);
131 wcerr.tie(&wcout);
166 wcerr.flush();
221 wcerr.rdbuf(&buf_wcerr);
H A Dglobals_io.cc72 fake_wostream wcerr; variable
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Diostream.h47 using std::wcerr;
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_iostream.i303 extern wostream wcerr;

Completed in 139 milliseconds