| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
| H A D | ranges.lexicographical_compare.pass.cpp | 62 static_assert(!HasLexicographicalCompareR<InputRangeNotDerivedFrom>); 67 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | almost_satisfies_types.h | 39 using InputRangeNotDerivedFrom = UncheckedRange<InputIteratorNotDerivedFrom>; variable 44 static_assert(!std::ranges::input_range<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/ |
| H A D | ranges.equal.pass.cpp | 60 static_assert(!HasEqualR<InputRangeNotDerivedFrom, UncheckedRange<int*>>); 65 static_assert(!HasEqualR<UncheckedRange<int*>, InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ |
| H A D | ranges.for_each.pass.cpp | 53 static_assert(!HasForEachR<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ |
| H A D | ranges.replace_if.pass.cpp | 53 static_assert(!HasReplaceR<InputRangeNotDerivedFrom>);
|
| H A D | ranges.replace.pass.cpp | 50 static_assert(!HasReplaceR<InputRangeNotDerivedFrom>);
|
| H A D | ranges_replace_copy.pass.cpp | 79 static_assert(!HasReplaceCopyRange<InputRangeNotDerivedFrom>);
|
| H A D | ranges_replace_copy_if.pass.cpp | 83 static_assert(!HasReplaceCopyIfRange<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ |
| H A D | ranges.all_of.pass.cpp | 54 static_assert(!HasAllOfR<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ |
| H A D | ranges.none_of.pass.cpp | 54 static_assert(!HasNoneOfR<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ |
| H A D | ranges.any_of.pass.cpp | 54 static_assert(!HasAnyOfR<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/ |
| H A D | ranges.is_partitioned.pass.cpp | 59 static_assert(!HasIsPartitionedR<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
| H A D | ranges.max.pass.cpp | 65 static_assert(!HasMaxR<InputRangeNotDerivedFrom>);
|
| H A D | ranges.min.pass.cpp | 63 static_assert(!HasMinR<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ |
| H A D | ranges.find_if.pass.cpp | 57 static_assert(!HasFindIfR<InputRangeNotDerivedFrom>);
|
| H A D | ranges.find_if_not.pass.cpp | 57 static_assert(!HasFindIfNotR<InputRangeNotDerivedFrom>);
|
| H A D | ranges.find.pass.cpp | 51 static_assert(!HasFindR<InputRangeNotDerivedFrom, int>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges_remove_copy.pass.cpp | 83 static_assert(!HasRemoveCopyRange<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ |
| H A D | ranges.count.pass.cpp | 55 static_assert(!HasCountR<InputRangeNotDerivedFrom, int>);
|
| H A D | ranges.count_if.pass.cpp | 57 static_assert(!HasCountIfR<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/ |
| H A D | ranges_sample.pass.cpp | 124 static_assert(!HasSampleRange<InputRangeNotDerivedFrom>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ |
| H A D | ranges.copy.pass.cpp | 46 static_assert(!HasCopyR<InputRangeNotDerivedFrom, int*>);
|
| H A D | ranges.copy_backward.pass.cpp | 49 static_assert(!HasCopyBackwardR<InputRangeNotDerivedFrom, int*>);
|
| H A D | ranges.copy_if.pass.cpp | 57 static_assert(!HasCopyIfR<InputRangeNotDerivedFrom, 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 | 60 static_assert(!HasFindFirstOfR<InputRangeNotDerivedFrom>);
|