Searched defs:cerr (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Diostream.cpp27 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cerr[sizeof(ostream)]; variable
40 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, state_types+2));
/ndk/sources/cxx-stl/stlport/src/
H A Diostream.cpp39 # define cerr _STLP_cerr macro
72 _STLP_DECLSPEC ostream cerr(0);
102 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cerr;
107 _Stl_aligned_buffer<ostream> cerr;
112 # pragma alias("?cerr@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?cerr@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release();
252 ostream* ptr_cerr = &cerr;
342 delete (&cerr)->rdbuf(cerr_buf.release());

Completed in 46 milliseconds