OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cerr_ptr
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/src/
iostream.cpp
88
ostream*
cerr_ptr
= ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr));
local
89
::new(clog) ostream(
cerr_ptr
->rdbuf());
97
_VSTD::unitbuf(*
cerr_ptr
);
100
cerr_ptr
->tie(cout_ptr);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
40
ostream*
cerr_ptr
= ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, state_types+2));
local
41
::new(clog) ostream(
cerr_ptr
->rdbuf());
43
_VSTD::unitbuf(*
cerr_ptr
);
44
cerr_ptr
->tie(cout_ptr);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
iostream.cpp
56
ostream*
cerr_ptr
= ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr));
local
57
::new(clog) ostream(
cerr_ptr
->rdbuf());
65
_VSTD::unitbuf(*
cerr_ptr
);
68
cerr_ptr
->tie(cout_ptr);
Completed in 335 milliseconds