Home
last modified time | relevance | path

Searched defs:iref (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dderef.pass.cpp25 std::ostreambuf_iterator<char>& iref = *i; in main() local
31 std::ostreambuf_iterator<wchar_t>& iref = *i; in main() local
Dincrement.pass.cpp26 std::ostreambuf_iterator<char>& iref = ++i; in main() local
34 std::ostreambuf_iterator<wchar_t>& iref = ++i; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
Ddereference.pass.cpp24 std::ostream_iterator<int>& iref = *i; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
Dpre_increment.pass.cpp24 std::istream_iterator<int>& iref = ++i; in main() local