HomeSort by relevance Sort by last modified time
    Searched full:__cin (Results 1 - 1 of 1) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/src/
iostream.cpp 16 _ALIGNAS_TYPE (__stdinbuf<char> ) static char __cin [sizeof(__stdinbuf <char>)]; variable
36 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin) );

Completed in 789 milliseconds