Home
last modified time | relevance | path

Searched refs:stable_partition (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp56 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test()
85 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test()
98 r = std::stable_partition(Iter(array), Iter(array), odd_first()); in test()
101 r = std::stable_partition(Iter(array), Iter(array+1), odd_first()); in test()
105 r = std::stable_partition(Iter(array+4), Iter(array+5), odd_first()); in test()
125 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test()
154 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test()
183 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test()
212 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test()
241 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); in test()
[all …]
/external/libcxx/fuzzing/
DRoutineNames.txt5 stable_partition
Dfuzzing.h24 int stable_partition (const uint8_t *data, size_t size);
Dfuzz_test.cpp113 {"stable_partition", fuzzing::stable_partition},
Dfuzzing.cpp235 int stable_partition (const uint8_t *data, size_t size) in stable_partition() function
241 auto iter = std::stable_partition(working.begin(), working.end(), is_even<stable_test>()); in stable_partition()
/external/libcxx/test/libcxx/fuzzing/
Dstable_partition.cpp35 assert(0 == fuzzing::stable_partition(data, size)); in main()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp364 auto SourceI = std::stable_partition( in switchInternalEdgeToCall()
427 auto TargetI = std::stable_partition( in switchInternalEdgeToCall()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp507 std::stable_partition(Values.begin() + CstStart, Values.begin() + CstEnd, in OptimizeConstants()
/external/libcxx/include/
Dalgorithm322 stable_partition(ForwardIterator first, ForwardIterator last, Predicate pred);
3345 // stable_partition
3621 stable_partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred)