Home
last modified time | relevance | path

Searched refs:InputRangeNotSentinelEqualityComparableWith (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find_if.pass.cpp42 static_assert(!HasFindIfIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith>…
61 static_assert(!HasFindIfR<InputRangeNotSentinelEqualityComparableWith>);
H A Dranges.find_if_not.pass.cpp42 …tic_assert(!HasFindIfNotIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith
61 static_assert(!HasFindIfNotR<InputRangeNotSentinelEqualityComparableWith>);
H A Dranges.find.pass.cpp41 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 Dranges.count.pass.cpp45 static_assert(!HasCountIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith>);
59 static_assert(!HasCountR<InputRangeNotSentinelEqualityComparableWith, int>);
H A Dranges.count_if.pass.cpp42 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 Dranges.lexicographical_compare.pass.cpp66 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 Dranges.equal.pass.cpp64 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 Dranges.for_each.pass.cpp57 static_assert(!HasForEachR<InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dranges.replace_if.pass.cpp57 static_assert(!HasReplaceR<InputRangeNotSentinelEqualityComparableWith>);
H A Dranges.replace.pass.cpp54 static_assert(!HasReplaceR<InputRangeNotSentinelEqualityComparableWith>);
H A Dranges_replace_copy.pass.cpp83 static_assert(!HasReplaceCopyRange<InputRangeNotSentinelEqualityComparableWith>);
H A Dranges_replace_copy_if.pass.cpp87 static_assert(!HasReplaceCopyIfRange<InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp58 static_assert(!HasAllOfR<InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp58 static_assert(!HasNoneOfR<InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp58 static_assert(!HasAnyOfR<InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/
H A Dranges.is_partitioned.pass.cpp63 static_assert(!HasIsPartitionedR<InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.max.pass.cpp69 static_assert(!HasMaxR<InputRangeNotSentinelEqualityComparableWith>);
H A Dranges.min.pass.cpp67 static_assert(!HasMinR<InputRangeNotSentinelEqualityComparableWith>);
H A Dranges.minmax_element.pass.cpp52 static_assert(!HasMinMaxElementR<InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy.pass.cpp87 static_assert(!HasRemoveCopyRange<InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy.pass.cpp52 static_assert(!HasCopyR<InputRangeNotSentinelEqualityComparableWith, int*>);
H A Dranges.copy_backward.pass.cpp55 static_assert(!HasCopyBackwardR<InputRangeNotSentinelEqualityComparableWith, int*>);
H A Dranges.copy_if.pass.cpp63 static_assert(!HasCopyIfR<InputRangeNotSentinelEqualityComparableWith, int*>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dranges.find_first_of.pass.cpp66 static_assert(!HasFindFirstOfR<UncheckedRange<int*>, InputRangeNotSentinelEqualityComparableWith>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
H A Dranges.transform.pass.cpp64 static_assert(!HasTranformR<InputRangeNotSentinelEqualityComparableWith>);
76 …tic_assert(!HasTransformIt<cpp20_input_iterator<int*>, InputRangeNotSentinelEqualityComparableWith

12