Home
last modified time | relevance | path

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

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