Home
last modified time | relevance | path

Searched refs:fill_n (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_fill_n.h43 inline constexpr auto fill_n = __fill_n::__fn{};
H A Dfill.h12 #include <__algorithm/fill_n.h>
34 std::fill_n(__first, __last - __first, __value);
H A Dranges_fill.h36 return ranges::fill_n(__first, __last - __first, __value); in operator()
H A Dfill_n.h90 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) { in fill_n() function
H A Dpstl.h250 fill_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __n, const _Tp& __value) { in fill_n() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h267 std::fill_n(I, NumToInsert, Elt); in insert()
281 std::fill_n(I, NumOverwritten, Elt); in insert()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h14 #include <__algorithm/fill_n.h>
160 /// A \c fill_n wrapper. in __fill()
164 std::fill_n(std::addressof(__ptr_[__size_]), __n, __value); in __fill()
174 std::fill_n(std::addressof(__ptr_[__size_]), __chunk, __value); in __fill()
H A Dformatter_output.h167 return std::ranges::fill_n(std::move(__out_it), __n, __value); in __fill()
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h154 std::fill_n(__s, __n, __a);
213 std::fill_n(__str, __n, __fill_char);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dbitset244 std::fill_n(__first_, _N_words, __storage_type(0));
761 std::fill_n(base::__make_iter(0), __pos, false);
769 std::fill_n(base::__make_iter(_Size - __pos), __pos, false);
775 std::fill_n(base::__make_iter(0), _Size, true);
790 std::fill_n(base::__make_iter(0), _Size, false);
H A Darray115 #include <__algorithm/fill_n.h>
195 std::fill_n(data(), _Size, __u);
H A Dvector310 #include <__algorithm/fill_n.h>
1397 std::fill_n(this->__begin_, std::min(__n, __s), __u);
1693 std::fill_n(__p, __n, *__xr);
2349 std::fill_n(__make_iter(__old_size), __n, __x);
2586 std::fill_n(begin(), __n, __x);
2716 std::fill_n(__r, __n, __x);
2845 std::fill_n(__r, __n, __x);
H A Ddeque184 #include <__algorithm/fill_n.h>
1446 std::fill_n(begin(), size(), __v);
1450 __erase_to_end(std::fill_n(begin(), __n, __v));
1809 std::fill_n(__old_begin, __n, *__vt);
1831 std::fill_n(__old_end - __n, __n, *__vt);
H A Dalgorithm447 …constexpr O ranges::fill_n(O first, iter_difference_t<O> n, const T& value); // since C…
1389 fill_n(OutputIterator first, Size n, const T& value);
1836 #include <__algorithm/fill_n.h>
H A D__bit_reference14 #include <__algorithm/fill_n.h>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc264 using std::fill_n;
268 using std::ranges::fill_n;
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dboyer_moore_searcher.h16 #include <__algorithm/fill_n.h>
75 std::fill_n(__table_.data(), __table_.size(), __default_value);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h726 std::fill_n(this->begin(), std::min(NumElts, this->size()), Elt); in assign()
862 std::fill_n(I, NumToInsert, *EltPtr); in insert()
881 std::fill_n(I, NumOverwritten, *EltPtr); in insert()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp398 std::fill_n(data(), numFields(N), 0); in InitMap()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp754 std::fill_n(aux.relocTypes.get(), relocs.size(), R_LARCH_NONE); in relax()
H A DRISCV.cpp823 std::fill_n(aux.relocTypes.get(), relocs.size(), R_RISCV_NONE); in relax()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Ddefault.h221 std::fill_n(std::move(__first), __n, __value);
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc639 std::fill_n(n, 4, 0); in TEST()
640 std::fill_n(ch, 4, '\0'); in TEST()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1171 std::fill_n(FuncRecordsBuffer, in loadBinaryFormat()

12