Searched refs:__fill_n (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | fill_n.h | 32 __fill_n(_OutputIterator __first, _Size __n, const _Tp& __value); 55 …std::__fill_n(std::__to_address(__first.__seg_), __nw, _FillVal ? static_cast<__storage_type>(-1) … in __fill_n_bool() 70 __fill_n(__bit_iterator<_Cp, false> __first, _Size __n, const bool& __value) { in __fill_n() function 82 __fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) { in __fill_n() function 91 return std::__fill_n(__first, std::__convert_to_integral(__n), __value); in fill_n()
|
H A D | ranges_fill_n.h | 28 namespace __fill_n { 40 } // namespace __fill_n 43 inline constexpr auto fill_n = __fill_n::__fn{};
|
H A D | pstl.h | 252 …using _Implementation = __pstl::__dispatch<__pstl::__fill_n, __pstl::__current_configuration, _Raw… in fill_n()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/ |
H A D | backend_fwd.h | 127 struct __fill_n;
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | default.h | 211 struct __fill_n<__default_backend_tag, _ExecutionPolicy> {
|