/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_fill_n.h | 43 inline constexpr auto fill_n = __fill_n::__fn{};
|
H A D | fill.h | 12 #include <__algorithm/fill_n.h> 34 std::fill_n(__first, __last - __first, __value);
|
H A D | ranges_fill.h | 36 return ranges::fill_n(__first, __last - __first, __value); in operator()
|
H A D | fill_n.h | 90 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) { in fill_n() function
|
H A D | pstl.h | 250 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 D | ASTVector.h | 267 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 D | buffer.h | 14 #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 D | formatter_output.h | 167 return std::ranges::fill_n(std::move(__out_it), __n, __value); in __fill()
|
/freebsd/contrib/llvm-project/libcxx/include/__string/ |
H A D | char_traits.h | 154 std::fill_n(__s, __n, __a); 213 std::fill_n(__str, __n, __fill_char);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | bitset | 244 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 D | array | 115 #include <__algorithm/fill_n.h> 195 std::fill_n(data(), _Size, __u);
|
H A D | vector | 310 #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 D | deque | 184 #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 D | algorithm | 447 …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_reference | 14 #include <__algorithm/fill_n.h>
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 264 using std::fill_n; 268 using std::ranges::fill_n;
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | boyer_moore_searcher.h | 16 #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 D | SmallVector.h | 726 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 D | Descriptor.cpp | 398 std::fill_n(data(), numFields(N), 0); in InitMap()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | LoongArch.cpp | 754 std::fill_n(aux.relocTypes.get(), relocs.size(), R_LARCH_NONE); in relax()
|
H A D | RISCV.cpp | 823 std::fill_n(aux.relocTypes.get(), relocs.size(), R_RISCV_NONE); in relax()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | default.h | 221 std::fill_n(std::move(__first), __n, __value);
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 639 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 D | CoverageMappingReader.cpp | 1171 std::fill_n(FuncRecordsBuffer, in loadBinaryFormat()
|