Home
last modified time | relevance | path

Searched refs:InputRangeNotInputOrOutputIterator (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/
H A Dranges.lexicographical_compare.pass.cpp64 static_assert(!HasLexicographicalCompareR<InputRangeNotInputOrOutputIterator>);
69 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotInputOrOutputIterator>…
/llvm-project-15.0.7/libcxx/test/support/
H A Dalmost_satisfies_types.h74 using InputRangeNotInputOrOutputIterator = UncheckedRange<InputIteratorNotInputOrOutputIterator>; variable
79 static_assert(!std::ranges::input_range<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dranges.equal.pass.cpp62 static_assert(!HasEqualR<InputRangeNotInputOrOutputIterator, UncheckedRange<int*>>);
67 static_assert(!HasEqualR<UncheckedRange<int*>, InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
H A Dranges.for_each.pass.cpp55 static_assert(!HasForEachR<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/
H A Dranges_generate.pass.cpp100 static_assert(!HasGenerateRange<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dranges.replace_if.pass.cpp55 static_assert(!HasReplaceR<InputRangeNotInputOrOutputIterator>);
H A Dranges.replace.pass.cpp52 static_assert(!HasReplaceR<InputRangeNotInputOrOutputIterator>);
H A Dranges_replace_copy.pass.cpp81 static_assert(!HasReplaceCopyRange<InputRangeNotInputOrOutputIterator>);
H A Dranges_replace_copy_if.pass.cpp85 static_assert(!HasReplaceCopyIfRange<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp56 static_assert(!HasAllOfR<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp56 static_assert(!HasNoneOfR<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp56 static_assert(!HasAnyOfR<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/
H A Dranges.is_partitioned.pass.cpp61 static_assert(!HasIsPartitionedR<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.max.pass.cpp67 static_assert(!HasMaxR<InputRangeNotInputOrOutputIterator>);
H A Dranges.min.pass.cpp65 static_assert(!HasMinR<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find_if.pass.cpp59 static_assert(!HasFindIfR<InputRangeNotInputOrOutputIterator>);
H A Dranges.find_if_not.pass.cpp59 static_assert(!HasFindIfNotR<InputRangeNotInputOrOutputIterator>);
H A Dranges.find.pass.cpp53 static_assert(!HasFindR<InputRangeNotInputOrOutputIterator, int>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy.pass.cpp85 static_assert(!HasRemoveCopyRange<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dranges.count.pass.cpp57 static_assert(!HasCountR<InputRangeNotInputOrOutputIterator, int>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dranges_sample.pass.cpp126 static_assert(!HasSampleRange<InputRangeNotInputOrOutputIterator>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy.pass.cpp48 static_assert(!HasCopyR<InputRangeNotInputOrOutputIterator, int*>);
H A Dranges.copy_backward.pass.cpp51 static_assert(!HasCopyBackwardR<InputRangeNotInputOrOutputIterator, int*>);
H A Dranges.copy_if.pass.cpp59 static_assert(!HasCopyIfR<InputRangeNotInputOrOutputIterator, int*>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dranges.find_first_of.pass.cpp62 static_assert(!HasFindFirstOfR<InputRangeNotInputOrOutputIterator>);

12