Home
last modified time | relevance | path

Searched refs:InputRangeNotDerivedFrom (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dfrom_range.pass.cpp39 static_assert(!HasFromRangeCtr<std::string, InputRangeNotDerivedFrom>); in test_constraints()
54 static_assert(!StringHasFromRangeAllocCtr<StringWithAlloc, InputRangeNotDerivedFrom, Alloc>); in test_constraints()
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
H A Dfrom_range.pass.cpp40 static_assert(!PriorityQueueHasFromRangeCtr<InputRangeNotDerivedFrom>); in test_constraints_priority_queue()
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/
H A Dranges.lexicographical_compare.pass.cpp60 static_assert(!HasLexicographicalCompareR<InputRangeNotDerivedFrom>);
65 static_assert(!HasLexicographicalCompareR<UncheckedRange<int*>, InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/containers/sequences/
H A Dinsert_range_sequence_containers.h47 static_assert(!HasInsertRange<Container<T>, InputRangeNotDerivedFrom>); in test_constraints_insert_range()
68 static_assert(!HasAppendRange<Container<T>, InputRangeNotDerivedFrom>); in test_constraints_append_range()
89 static_assert(!HasPrependRange<Container<T>, InputRangeNotDerivedFrom>); in test_constraints_prepend_range()
110 static_assert(!HasAssignRange<Container<T>, InputRangeNotDerivedFrom>); in test_constraints_assign_range()
H A Dfrom_range_sequence_containers.h46 static_assert(!HasFromRangeCtr<Container<T>, InputRangeNotDerivedFrom>); in test_constraints()
/llvm-project/libcxx/test/support/
H A Dalmost_satisfies_types.h44 using InputRangeNotDerivedFrom = UncheckedRange<InputIteratorNotDerivedFrom>; variable
49 static_assert(!std::ranges::input_range<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
H A Dranges.for_each.pass.cpp53 static_assert(!HasForEachR<InputRangeNotDerivedFrom>);
/llvm-project/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/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dranges.replace_if.pass.cpp51 static_assert(!HasReplaceR<InputRangeNotDerivedFrom>);
H A Dranges.replace.pass.cpp52 static_assert(!HasReplaceR<InputRangeNotDerivedFrom>);
H A Dranges_replace_copy.pass.cpp78 static_assert(!HasReplaceCopyRange<InputRangeNotDerivedFrom>);
H A Dranges_replace_copy_if.pass.cpp82 static_assert(!HasReplaceCopyIfRange<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp53 static_assert(!HasAnyOfR<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp53 static_assert(!HasNoneOfR<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp53 static_assert(!HasAllOfR<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find_if.pass.cpp55 static_assert(!HasFindIfR<InputRangeNotDerivedFrom>);
H A Dranges.find_if_not.pass.cpp55 static_assert(!HasFindIfNotR<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.partitions/
H A Dranges.is_partitioned.pass.cpp59 static_assert(!HasIsPartitionedR<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.min.pass.cpp62 static_assert(!HasMinR<InputRangeNotDerivedFrom>);
H A Dranges.max.pass.cpp64 static_assert(!HasMaxR<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy.pass.cpp82 static_assert(!HasRemoveCopyRange<InputRangeNotDerivedFrom>);
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dranges.count.pass.cpp59 static_assert(!HasCountR<InputRangeNotDerivedFrom, int>);
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.contains/
H A Dranges.contains.pass.cpp57 static_assert(!HasContainsR<InputRangeNotDerivedFrom, int>);
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy.pass.cpp48 static_assert(!HasCopyR<InputRangeNotDerivedFrom, int*>);
/llvm-project/libcxx/test/std/containers/container.adaptors/
H A Dpush_range_container_adaptors.h48 static_assert(!HasPushRange<Container<T>, InputRangeNotDerivedFrom>); in test_constraints_push_range()

12