Home
last modified time | relevance | path

Searched refs:__stable_partition (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/libcxx/include/__algorithm/
HDranges_stable_partition.h45 namespace __stable_partition {
54 auto __result = std::__stable_partition<_RangeAlgPolicy>( in __stable_partition_fn_impl()
82 inline constexpr auto stable_partition = __stable_partition::__fn{};
HDstable_partition.h289 _LIBCPP_HIDE_FROM_ABI _ForwardIterator __stable_partition( in __stable_partition() function
299 return std::__stable_partition<_ClassicAlgPolicy, _Predicate&>( in stable_partition()