Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dshuffle.h32 class _LIBCPP_TYPE_VIS __libcpp_debug_randomizer {
34 __libcpp_debug_randomizer() { in __libcpp_debug_randomizer() function
/openbsd-src/gnu/llvm/libcxx/include/__debug_utils/
H A Drandomize_range.h34 std::__shuffle<_AlgPolicy>(__first, __last, __libcpp_debug_randomizer()); in __debug_randomize_range()