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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 40 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, state_types+2)); local
41 ::new(clog) ostream(cerr_ptr->rdbuf());
43 _VSTD::unitbuf(*cerr_ptr);
44 cerr_ptr->tie(cout_ptr);
  /external/libcxx/src/
iostream.cpp 56 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr)); local
57 ::new(clog) ostream(cerr_ptr->rdbuf());
65 _VSTD::unitbuf(*cerr_ptr);
68 cerr_ptr->tie(cout_ptr);

Completed in 1069 milliseconds