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