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

  /external/libcxx/src/
iostream.cpp 55 _ALIGNAS_TYPE (__stdoutbuf<char>) static char __cerr[sizeof(__stdoutbuf<char>)]; variable
88 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr));
  /prebuilts/ndk/r11/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));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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));

Completed in 73 milliseconds