OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__wcerr
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
iostream.cpp
38
_ALIGNAS_TYPE (__stdoutbuf<wchar_t>) static char
__wcerr
[sizeof(__stdoutbuf<wchar_t>)];
variable
58
wostream* wcerr_ptr = ::new(wcerr) wostream(::new(
__wcerr
) __stdoutbuf<wchar_t>(stderr, &mb_wcerr));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
23
_ALIGNAS_TYPE (__stdoutbuf<wchar_t>) static char
__wcerr
[sizeof(__stdoutbuf<wchar_t>)];
variable
48
wostream* wcerr_ptr = ::new(wcerr) wostream(::new(
__wcerr
) __stdoutbuf<wchar_t>(stderr, state_types+5));
Completed in 64 milliseconds