Home
last modified time | relevance | path

Searched refs:__debug_randomize_range (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnth_element.h235 std::__debug_randomize_range<_AlgPolicy>(__first, __last); in __nth_element_impl()
239 std::__debug_randomize_range<_AlgPolicy>(__first, __nth); in __nth_element_impl()
241 std::__debug_randomize_range<_AlgPolicy>(++__nth, __last); in __nth_element_impl()
H A Dpartial_sort.h62 std::__debug_randomize_range<_AlgPolicy>(__first, __last); in __partial_sort()
67 std::__debug_randomize_range<_AlgPolicy>(__middle, __last); in __partial_sort()
H A Dsort.h990 std::__debug_randomize_range<_AlgPolicy>(__first, __last);
/freebsd-14.2/contrib/llvm-project/libcxx/include/__debug_utils/
H A Drandomize_range.h26 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __debug_randomize_range(_Iterator __first,… in __debug_randomize_range() function