Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dderef.pass.cpp26 std::ostreambuf_iterator<char>& iref = *i; in main() local
33 std::ostreambuf_iterator<wchar_t>& iref = *i; in main() local
H A Dincrement.pass.cpp27 std::ostreambuf_iterator<char>& iref = ++i; in main() local
36 std::ostreambuf_iterator<wchar_t>& iref = ++i; in main() local
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
H A Ddereference.pass.cpp25 std::ostream_iterator<int>& iref = *i; in main() local
/llvm-project/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpre_increment.pass.cpp25 std::istream_iterator<int>& iref = ++i; in main() local
/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object-ptr-ref.cpp924 int &iref; // no-note, pointee of this->iref was already reported member