OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cerr
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
iostream.cpp
35
_ALIGNAS_TYPE (__stdoutbuf<char>) static char
__cerr
[sizeof(__stdoutbuf<char>)];
variable
56
ostream* cerr_ptr = ::new(cerr) ostream(::new(
__cerr
) __stdoutbuf<char>(stderr, &mb_cerr));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
20
_ALIGNAS_TYPE (__stdoutbuf<char>) static char
__cerr
[sizeof(__stdoutbuf<char>)];
variable
40
ostream* cerr_ptr = ::new(cerr) ostream(::new(
__cerr
) __stdoutbuf<char>(stderr, state_types+2));
Completed in 60 milliseconds