| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ |
| H A D | ranges.find_if.pass.cpp | 42 static_assert(!HasFindIfIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith>… 61 static_assert(!HasFindIfR<InputRangeNotSentinelEqualityComparableWith>);
|
| H A D | ranges.find_if_not.pass.cpp | 42 …tic_assert(!HasFindIfNotIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith… 61 static_assert(!HasFindIfNotR<InputRangeNotSentinelEqualityComparableWith>);
|
| H A D | ranges.find.pass.cpp | 41 static_assert(!HasFindIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith>); 55 static_assert(!HasFindR<InputRangeNotSentinelEqualityComparableWith, int>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ |
| H A D | ranges.count.pass.cpp | 45 static_assert(!HasCountIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith>); 59 static_assert(!HasCountR<InputRangeNotSentinelEqualityComparableWith, int>);
|
| H A D | ranges.count_if.pass.cpp | 42 static_assert(!HasCountIfIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith… 61 static_assert(!HasCountIfR<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
| H A D | ranges.lexicographical_compare.pass.cpp | 66 static_assert(!HasLexicographicalCompareR<InputRangeNotSentinelEqualityComparableWith>); 71 …sert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotSentinelEqualityComparableWith…
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/ |
| H A D | ranges.equal.pass.cpp | 64 static_assert(!HasEqualR<InputRangeNotSentinelEqualityComparableWith, UncheckedRange<int*>>); 69 static_assert(!HasEqualR<UncheckedRange<int*>, InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ |
| H A D | ranges.for_each.pass.cpp | 57 static_assert(!HasForEachR<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ |
| H A D | ranges.replace_if.pass.cpp | 57 static_assert(!HasReplaceR<InputRangeNotSentinelEqualityComparableWith>);
|
| H A D | ranges.replace.pass.cpp | 54 static_assert(!HasReplaceR<InputRangeNotSentinelEqualityComparableWith>);
|
| H A D | ranges_replace_copy.pass.cpp | 83 static_assert(!HasReplaceCopyRange<InputRangeNotSentinelEqualityComparableWith>);
|
| H A D | ranges_replace_copy_if.pass.cpp | 87 static_assert(!HasReplaceCopyIfRange<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ |
| H A D | ranges.all_of.pass.cpp | 58 static_assert(!HasAllOfR<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ |
| H A D | ranges.none_of.pass.cpp | 58 static_assert(!HasNoneOfR<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ |
| H A D | ranges.any_of.pass.cpp | 58 static_assert(!HasAnyOfR<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/ |
| H A D | ranges.is_partitioned.pass.cpp | 63 static_assert(!HasIsPartitionedR<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
| H A D | ranges.max.pass.cpp | 69 static_assert(!HasMaxR<InputRangeNotSentinelEqualityComparableWith>);
|
| H A D | ranges.min.pass.cpp | 67 static_assert(!HasMinR<InputRangeNotSentinelEqualityComparableWith>);
|
| H A D | ranges.minmax_element.pass.cpp | 52 static_assert(!HasMinMaxElementR<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges_remove_copy.pass.cpp | 87 static_assert(!HasRemoveCopyRange<InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ |
| H A D | ranges.copy.pass.cpp | 52 static_assert(!HasCopyR<InputRangeNotSentinelEqualityComparableWith, int*>);
|
| H A D | ranges.copy_backward.pass.cpp | 55 static_assert(!HasCopyBackwardR<InputRangeNotSentinelEqualityComparableWith, int*>);
|
| H A D | ranges.copy_if.pass.cpp | 63 static_assert(!HasCopyIfR<InputRangeNotSentinelEqualityComparableWith, 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 | 66 static_assert(!HasFindFirstOfR<UncheckedRange<int*>, InputRangeNotSentinelEqualityComparableWith>);
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ |
| H A D | ranges.transform.pass.cpp | 64 static_assert(!HasTranformR<InputRangeNotSentinelEqualityComparableWith>); 76 …tic_assert(!HasTransformIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith…
|