Home
last modified time | relevance | path

Searched refs:read_only_indirection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dread_write.h26 struct read_only_indirection { struct
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.writable/
H A Dindirectly_writable.compile.pass.cpp33 static_assert(!check_indirectly_writable<read_only_indirection, int>());
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/
H A Dindirectly_readable.compile.pass.cpp48 static_assert(check_indirectly_readable<read_only_indirection>());