Home
last modified time | relevance | path

Searched refs:InputRangeNotDerivedFrom (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.cpp62 static_assert(!HasLexicographicalCompareR<InputRangeNotDerivedFrom>);
67 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/support/
H A Dalmost_satisfies_types.h39 using InputRangeNotDerivedFrom = UncheckedRange<InputIteratorNotDerivedFrom>; variable
44 static_assert(!std::ranges::input_range<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dranges.equal.pass.cpp60 static_assert(!HasEqualR<InputRangeNotDerivedFrom, UncheckedRange<int*>>);
65 static_assert(!HasEqualR<UncheckedRange<int*>, InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
H A Dranges.for_each.pass.cpp53 static_assert(!HasForEachR<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dranges.replace_if.pass.cpp53 static_assert(!HasReplaceR<InputRangeNotDerivedFrom>);
H A Dranges.replace.pass.cpp50 static_assert(!HasReplaceR<InputRangeNotDerivedFrom>);
H A Dranges_replace_copy.pass.cpp79 static_assert(!HasReplaceCopyRange<InputRangeNotDerivedFrom>);
H A Dranges_replace_copy_if.pass.cpp83 static_assert(!HasReplaceCopyIfRange<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp54 static_assert(!HasAllOfR<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp54 static_assert(!HasNoneOfR<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp54 static_assert(!HasAnyOfR<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.partitions/
H A Dranges.is_partitioned.pass.cpp59 static_assert(!HasIsPartitionedR<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.max.pass.cpp65 static_assert(!HasMaxR<InputRangeNotDerivedFrom>);
H A Dranges.min.pass.cpp63 static_assert(!HasMinR<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find_if.pass.cpp57 static_assert(!HasFindIfR<InputRangeNotDerivedFrom>);
H A Dranges.find_if_not.pass.cpp57 static_assert(!HasFindIfNotR<InputRangeNotDerivedFrom>);
H A Dranges.find.pass.cpp51 static_assert(!HasFindR<InputRangeNotDerivedFrom, int>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy.pass.cpp83 static_assert(!HasRemoveCopyRange<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dranges.count.pass.cpp55 static_assert(!HasCountR<InputRangeNotDerivedFrom, int>);
H A Dranges.count_if.pass.cpp57 static_assert(!HasCountIfR<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dranges_sample.pass.cpp124 static_assert(!HasSampleRange<InputRangeNotDerivedFrom>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy.pass.cpp46 static_assert(!HasCopyR<InputRangeNotDerivedFrom, int*>);
H A Dranges.copy_backward.pass.cpp49 static_assert(!HasCopyBackwardR<InputRangeNotDerivedFrom, int*>);
H A Dranges.copy_if.pass.cpp57 static_assert(!HasCopyIfR<InputRangeNotDerivedFrom, int*>);
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dranges.find_first_of.pass.cpp60 static_assert(!HasFindFirstOfR<InputRangeNotDerivedFrom>);

12