Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/
H A Dranges.lexicographical_compare.pass.cpp65 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 Dranges.equal.pass.cpp63 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 Dranges.for_each.pass.cpp56 static_assert(!HasForEachR<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dranges.replace_if.pass.cpp56 static_assert(!HasReplaceR<InputRangeNotSentinelSemiregular>);
H A Dranges.replace.pass.cpp53 static_assert(!HasReplaceR<InputRangeNotSentinelSemiregular>);
H A Dranges_replace_copy.pass.cpp82 static_assert(!HasReplaceCopyRange<InputRangeNotSentinelSemiregular>);
H A Dranges_replace_copy_if.pass.cpp86 static_assert(!HasReplaceCopyIfRange<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp57 static_assert(!HasAllOfR<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp57 static_assert(!HasNoneOfR<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp57 static_assert(!HasAnyOfR<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/
H A Dranges.is_partitioned.pass.cpp62 static_assert(!HasIsPartitionedR<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.max.pass.cpp68 static_assert(!HasMaxR<InputRangeNotSentinelSemiregular>);
H A Dranges.min.pass.cpp66 static_assert(!HasMinR<InputRangeNotSentinelSemiregular>);
H A Dranges.minmax_element.pass.cpp51 static_assert(!HasMinMaxElementR<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find_if.pass.cpp60 static_assert(!HasFindIfR<InputRangeNotSentinelSemiregular>);
H A Dranges.find_if_not.pass.cpp60 static_assert(!HasFindIfNotR<InputRangeNotSentinelSemiregular>);
H A Dranges.find.pass.cpp54 static_assert(!HasFindR<InputRangeNotSentinelSemiregular, int>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy.pass.cpp86 static_assert(!HasRemoveCopyRange<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dranges.count.pass.cpp58 static_assert(!HasCountR<InputRangeNotSentinelSemiregular, int>);
H A Dranges.count_if.pass.cpp60 static_assert(!HasCountIfR<InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy.pass.cpp51 static_assert(!HasCopyR<InputRangeNotSentinelSemiregular, int*>);
H A Dranges.copy_backward.pass.cpp54 static_assert(!HasCopyBackwardR<InputRangeNotSentinelSemiregular, int*>);
H A Dranges.copy_if.pass.cpp62 static_assert(!HasCopyIfR<InputRangeNotSentinelSemiregular, int*>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dranges.find_first_of.pass.cpp65 static_assert(!HasFindFirstOfR<UncheckedRange<int*>, InputRangeNotSentinelSemiregular>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move.pass.cpp54 static_assert(!HasMoveR<InputRangeNotSentinelSemiregular, int*>);

12