Home
last modified time | relevance | path

Searched defs:_Dp (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshuffle.h98 typedef uniform_int_distribution<ptrdiff_t> _Dp; in random_shuffle() typedef
138 typedef uniform_int_distribution<ptrdiff_t> _Dp; in __shuffle() typedef
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h165 using _Dp = remove_const_t<_Tp>; in __create_format_arg() local