Searched refs:clog (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_iostream.h66 extern ostream clog; ///< Linked to standard error (buffered)
76 // For construction of filebuffers for cout, cin, cerr, clog et. al.
/freebsd-10.0-release/contrib/libc++/src/
H A Diostream.cpp28 _ALIGNAS_TYPE (ostream) char clog[sizeof(ostream)]; variable
41 ::new(clog) ostream(cerr_ptr->rdbuf());
58 ostream* clog_ptr = reinterpret_cast<ostream*>(clog);
/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Diostream.h43 using std::clog;
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dios_init.cc73 extern ostream clog;
98 new (&clog) ostream(&buf_cerr_sync);
137 clog.flush();
157 // Turn off sync with C FILE* for cin, cout, cerr, clog iff
188 clog.rdbuf(&buf_cerr);
H A Dglobals_io.cc63 fake_ostream clog; variable
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h460 __tg_log(double _Complex __x) {return clog(__x);}
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure7466 clog(tmpd);
[all...]

Completed in 226 milliseconds