Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Deq.pass.cpp35 …const auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<… in test() local
54 …const auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<… in test() local
74 …const auto commonSent2 = std::common_iterator<decltype(iter2), sentinel_type<int*>>(sentinel_type<… in test() local
106 …const auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<… in test() local
125 …const auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<… in test() local
144 …const auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<… in test() local
H A Dassign.pass.cpp62 …auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<int*>{… in test() local
89 …auto commonSent2 = std::common_iterator<decltype(iter2), sentinel_type<int*>>(sentinel_type<int*>{… in test() local
121 auto commonSent2 = std::common_iterator<decltype(iter1), in test() local