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

  /external/libcxx/src/
iostream.cpp 38 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, state_types+0) ); local
42 cin_ptr->tie(cout_ptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 38 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, state_types+0) ); local
42 cin_ptr->tie(cout_ptr);

Completed in 175 milliseconds