OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cerr_ptr
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/src/
iostream.cpp
38
ostream*
cerr_ptr
= ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr));
local
39
::new(clog) ostream(
cerr_ptr
->rdbuf());
41
_VSTD::unitbuf(*
cerr_ptr
);
42
cerr_ptr
->tie(cout_ptr);
Completed in 60 milliseconds