HomeSort by relevance Sort by last modified time
    Searched defs:wcerr (Results 1 - 2 of 2) sorted by null

  /external/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));
  /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));

Completed in 59 milliseconds