| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
| H A D | ranges.lexicographical_compare.pass.cpp | 63 static_assert(!HasLexicographicalCompareR<InputRangeNotIndirectlyReadable>); 68 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/ |
| H A D | ranges.equal.pass.cpp | 61 static_assert(!HasEqualR<InputRangeNotIndirectlyReadable, UncheckedRange<int*>>); 66 static_assert(!HasEqualR<UncheckedRange<int*>, InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ |
| H A D | ranges.for_each.pass.cpp | 54 static_assert(!HasForEachR<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ |
| H A D | ranges.replace_if.pass.cpp | 54 static_assert(!HasReplaceR<InputRangeNotIndirectlyReadable>);
|
| H A D | ranges.replace.pass.cpp | 51 static_assert(!HasReplaceR<InputRangeNotIndirectlyReadable>);
|
| H A D | ranges_replace_copy.pass.cpp | 80 static_assert(!HasReplaceCopyRange<InputRangeNotIndirectlyReadable>);
|
| H A D | ranges_replace_copy_if.pass.cpp | 84 static_assert(!HasReplaceCopyIfRange<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ |
| H A D | ranges.all_of.pass.cpp | 55 static_assert(!HasAllOfR<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ |
| H A D | ranges.none_of.pass.cpp | 55 static_assert(!HasNoneOfR<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ |
| H A D | ranges.any_of.pass.cpp | 55 static_assert(!HasAnyOfR<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/ |
| H A D | ranges.is_partitioned.pass.cpp | 60 static_assert(!HasIsPartitionedR<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
| H A D | ranges.max.pass.cpp | 66 static_assert(!HasMaxR<InputRangeNotIndirectlyReadable>);
|
| H A D | ranges.min.pass.cpp | 64 static_assert(!HasMinR<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ |
| H A D | ranges.find_if.pass.cpp | 58 static_assert(!HasFindIfR<InputRangeNotIndirectlyReadable>);
|
| H A D | ranges.find_if_not.pass.cpp | 58 static_assert(!HasFindIfNotR<InputRangeNotIndirectlyReadable>);
|
| H A D | ranges.find.pass.cpp | 52 static_assert(!HasFindR<InputRangeNotIndirectlyReadable, int>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges_remove_copy.pass.cpp | 84 static_assert(!HasRemoveCopyRange<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ |
| H A D | ranges.count.pass.cpp | 56 static_assert(!HasCountR<InputRangeNotIndirectlyReadable, int>);
|
| H A D | ranges.count_if.pass.cpp | 58 static_assert(!HasCountIfR<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/ |
| H A D | ranges_sample.pass.cpp | 125 static_assert(!HasSampleRange<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ |
| H A D | ranges.copy.pass.cpp | 47 static_assert(!HasCopyR<InputRangeNotIndirectlyReadable, int*>);
|
| H A D | ranges.copy_backward.pass.cpp | 50 static_assert(!HasCopyBackwardR<InputRangeNotIndirectlyReadable, int*>);
|
| H A D | ranges.copy_if.pass.cpp | 58 static_assert(!HasCopyIfR<InputRangeNotIndirectlyReadable, int*>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
| H A D | ranges.find_first_of.pass.cpp | 61 static_assert(!HasFindFirstOfR<InputRangeNotIndirectlyReadable>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| H A D | ranges_partition_copy.pass.cpp | 101 static_assert(!HasPartitionCopyRange<InputRangeNotIndirectlyReadable>);
|