| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
| H A D | ranges.lexicographical_compare.pass.cpp | 65 static_assert(!HasLexicographicalCompareR<InputRangeNotSentinelSemiregular>); 70 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/ |
| H A D | ranges.equal.pass.cpp | 63 static_assert(!HasEqualR<InputRangeNotSentinelSemiregular, UncheckedRange<int*>>); 68 static_assert(!HasEqualR<UncheckedRange<int*>, InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ |
| H A D | ranges.for_each.pass.cpp | 56 static_assert(!HasForEachR<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ |
| H A D | ranges.replace_if.pass.cpp | 56 static_assert(!HasReplaceR<InputRangeNotSentinelSemiregular>);
|
| H A D | ranges.replace.pass.cpp | 53 static_assert(!HasReplaceR<InputRangeNotSentinelSemiregular>);
|
| H A D | ranges_replace_copy.pass.cpp | 82 static_assert(!HasReplaceCopyRange<InputRangeNotSentinelSemiregular>);
|
| H A D | ranges_replace_copy_if.pass.cpp | 86 static_assert(!HasReplaceCopyIfRange<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ |
| H A D | ranges.all_of.pass.cpp | 57 static_assert(!HasAllOfR<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ |
| H A D | ranges.none_of.pass.cpp | 57 static_assert(!HasNoneOfR<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ |
| H A D | ranges.any_of.pass.cpp | 57 static_assert(!HasAnyOfR<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/ |
| H A D | ranges.is_partitioned.pass.cpp | 62 static_assert(!HasIsPartitionedR<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
| H A D | ranges.max.pass.cpp | 68 static_assert(!HasMaxR<InputRangeNotSentinelSemiregular>);
|
| H A D | ranges.min.pass.cpp | 66 static_assert(!HasMinR<InputRangeNotSentinelSemiregular>);
|
| H A D | ranges.minmax_element.pass.cpp | 51 static_assert(!HasMinMaxElementR<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ |
| H A D | ranges.find_if.pass.cpp | 60 static_assert(!HasFindIfR<InputRangeNotSentinelSemiregular>);
|
| H A D | ranges.find_if_not.pass.cpp | 60 static_assert(!HasFindIfNotR<InputRangeNotSentinelSemiregular>);
|
| H A D | ranges.find.pass.cpp | 54 static_assert(!HasFindR<InputRangeNotSentinelSemiregular, int>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges_remove_copy.pass.cpp | 86 static_assert(!HasRemoveCopyRange<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ |
| H A D | ranges.count.pass.cpp | 58 static_assert(!HasCountR<InputRangeNotSentinelSemiregular, int>);
|
| H A D | ranges.count_if.pass.cpp | 60 static_assert(!HasCountIfR<InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ |
| H A D | ranges.copy.pass.cpp | 51 static_assert(!HasCopyR<InputRangeNotSentinelSemiregular, int*>);
|
| H A D | ranges.copy_backward.pass.cpp | 54 static_assert(!HasCopyBackwardR<InputRangeNotSentinelSemiregular, int*>);
|
| H A D | ranges.copy_if.pass.cpp | 62 static_assert(!HasCopyIfR<InputRangeNotSentinelSemiregular, 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 | 65 static_assert(!HasFindFirstOfR<UncheckedRange<int*>, InputRangeNotSentinelSemiregular>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/ |
| H A D | ranges.move.pass.cpp | 54 static_assert(!HasMoveR<InputRangeNotSentinelSemiregular, int*>);
|