Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dalmost_satisfies_types.h204 using BidirectionalRangeNotDerivedFrom = UncheckedRange<BidirectionalIteratorNotDerivedFrom>; variable
212 static_assert(!std::ranges::bidirectional_range<BidirectionalRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dranges.reverse.pass.cpp44 static_assert(!HasReverseR<BidirectionalRangeNotDerivedFrom>);
H A Dranges.reverse_copy.pass.cpp46 static_assert(!HasReverseCopyR<BidirectionalRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Dranges.rotate_copy.pass.cpp46 static_assert(!HasRotateCopyR<BidirectionalRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_stable_partition.pass.cpp77 static_assert(!HasStablePartitionRange<BidirectionalRangeNotDerivedFrom, UnaryPred>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/
H A Dranges.prev_permutation.pass.cpp48 static_assert(!HasPrevPermutationR<BidirectionalRangeNotDerivedFrom>);
H A Dranges.next_permutation.pass.cpp48 static_assert(!HasNextPermutationR<BidirectionalRangeNotDerivedFrom>);