Home
last modified time | relevance | path

Searched refs:BidirectionalRangeNotDecrementable (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dalmost_satisfies_types.h227 using BidirectionalRangeNotDecrementable = UncheckedRange<BidirectionalIteratorNotDecrementable>; variable
231 static_assert(!std::ranges::bidirectional_range<BidirectionalRangeNotDecrementable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dranges.reverse.pass.cpp45 static_assert(!HasReverseR<BidirectionalRangeNotDecrementable>);
H A Dranges.reverse_copy.pass.cpp47 static_assert(!HasReverseCopyR<BidirectionalRangeNotDecrementable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Dranges.rotate_copy.pass.cpp47 static_assert(!HasRotateCopyR<BidirectionalRangeNotDecrementable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_stable_partition.pass.cpp78 static_assert(!HasStablePartitionRange<BidirectionalRangeNotDecrementable, UnaryPred>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/
H A Dranges.prev_permutation.pass.cpp49 static_assert(!HasPrevPermutationR<BidirectionalRangeNotDecrementable>);
H A Dranges.next_permutation.pass.cpp49 static_assert(!HasNextPermutationR<BidirectionalRangeNotDecrementable>);