Home
last modified time | relevance | path

Searched refs:InputRangeNotIndirectlyReadable (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/
H A Dranges.lexicographical_compare.pass.cpp63 static_assert(!HasLexicographicalCompareR<InputRangeNotIndirectlyReadable>);
68 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dranges.equal.pass.cpp61 static_assert(!HasEqualR<InputRangeNotIndirectlyReadable, UncheckedRange<int*>>);
66 static_assert(!HasEqualR<UncheckedRange<int*>, InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
H A Dranges.for_each.pass.cpp54 static_assert(!HasForEachR<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dranges.replace_if.pass.cpp54 static_assert(!HasReplaceR<InputRangeNotIndirectlyReadable>);
H A Dranges.replace.pass.cpp51 static_assert(!HasReplaceR<InputRangeNotIndirectlyReadable>);
H A Dranges_replace_copy.pass.cpp80 static_assert(!HasReplaceCopyRange<InputRangeNotIndirectlyReadable>);
H A Dranges_replace_copy_if.pass.cpp84 static_assert(!HasReplaceCopyIfRange<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp55 static_assert(!HasAllOfR<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp55 static_assert(!HasNoneOfR<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp55 static_assert(!HasAnyOfR<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/
H A Dranges.is_partitioned.pass.cpp60 static_assert(!HasIsPartitionedR<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.max.pass.cpp66 static_assert(!HasMaxR<InputRangeNotIndirectlyReadable>);
H A Dranges.min.pass.cpp64 static_assert(!HasMinR<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find_if.pass.cpp58 static_assert(!HasFindIfR<InputRangeNotIndirectlyReadable>);
H A Dranges.find_if_not.pass.cpp58 static_assert(!HasFindIfNotR<InputRangeNotIndirectlyReadable>);
H A Dranges.find.pass.cpp52 static_assert(!HasFindR<InputRangeNotIndirectlyReadable, int>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy.pass.cpp84 static_assert(!HasRemoveCopyRange<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dranges.count.pass.cpp56 static_assert(!HasCountR<InputRangeNotIndirectlyReadable, int>);
H A Dranges.count_if.pass.cpp58 static_assert(!HasCountIfR<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dranges_sample.pass.cpp125 static_assert(!HasSampleRange<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy.pass.cpp47 static_assert(!HasCopyR<InputRangeNotIndirectlyReadable, int*>);
H A Dranges.copy_backward.pass.cpp50 static_assert(!HasCopyBackwardR<InputRangeNotIndirectlyReadable, int*>);
H A Dranges.copy_if.pass.cpp58 static_assert(!HasCopyIfR<InputRangeNotIndirectlyReadable, int*>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dranges.find_first_of.pass.cpp61 static_assert(!HasFindFirstOfR<InputRangeNotIndirectlyReadable>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_copy.pass.cpp101 static_assert(!HasPartitionCopyRange<InputRangeNotIndirectlyReadable>);

12