Home
last modified time | relevance | path

Searched defs:iref2 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dincrement.pass.cpp28 std::ostreambuf_iterator<char>& iref2 = i++; in main() local
36 std::ostreambuf_iterator<wchar_t>& iref2 = i++; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
Dincrement.pass.cpp27 std::ostream_iterator<int>& iref2 = i++; in main() local