OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__cout
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/src/
iostream.cpp
27
_ALIGNAS_TYPE (__stdoutbuf<char>) static char
__cout
[sizeof(__stdoutbuf<char>)];
variable
53
ostream* cout_ptr = ::new(cout) ostream(::new(
__cout
) __stdoutbuf<char>(stdout, &mb_cout));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp
19
_ALIGNAS_TYPE (__stdoutbuf<char>) static char
__cout
[sizeof(__stdoutbuf<char>)];
variable
39
ostream* cout_ptr = ::new(cout) ostream(::new(
__cout
) __stdoutbuf<char>(stdout, state_types+1));
/prebuilts/clang/host/linux-x86/3.8/lib/
libc++.so
/prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so
Completed in 154 milliseconds