Home
last modified time | relevance | path

Searched refs:__fill_n (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfill_n.h32 __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 Dranges_fill_n.h28 namespace __fill_n {
40 } // namespace __fill_n
43 inline constexpr auto fill_n = __fill_n::__fn{};
H A Dpstl.h252 …using _Implementation = __pstl::__dispatch<__pstl::__fill_n, __pstl::__current_configuration, _Raw… in fill_n()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dbackend_fwd.h127 struct __fill_n;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Ddefault.h211 struct __fill_n<__default_backend_tag, _ExecutionPolicy> {