Home
last modified time | relevance | path

Searched refs:iter_value_or_void (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Modules/
H A Dconcept_serialization.cpp23 struct iter_value_or_void{}; struct
27 struct iter_value_or_void<I>{}; struct
/llvm-project/libcxx/test/support/
H A Dtest_iterators.h728 struct iter_value_or_void { using type = void; };
731 struct iter_value_or_void<I> {
804 using value_type = typename iter_value_or_void<It>::type;
665 typeiter_value_or_void global() argument