Home
last modified time | relevance | path

Searched defs:__fill (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_fill.h31 struct __fill { struct
50 inline constexpr auto fill = __fill{}; argument
H A Dfill.h27 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, forward_iterator_tag) __fill() function
36 __fill(_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp& __value, random_access_iterator_tag) __fill() function
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_output.h59 size_t __fill = __width - __size; in __padding_size() local
142 _LIBCPP_HIDE_FROM_ABI _OutIt __fill(_OutIt __out_it, size_t __n, _CharT __value) { in __fill() function
171 _LIBCPP_HIDE_FROM_ABI _OutIt __fill(_OutIt __out_it, size_t __n, __format_spec::__code_point<_CharT… in __fill() function
183 _LIBCPP_HIDE_FROM_ABI _OutIt __fill(_OutIt __out_it, size_t __n, __format_spec::__code_point<_CharT… in __fill() function
189 _LIBCPP_HIDE_FROM_ABI _OutIt __fill(_OutIt __out_it, size_t __n, __format_spec::__code_point<_CharT… in __fill() function
H A Dbuffer.h282 _LIBCPP_HIDE_FROM_ABI void __fill(size_t __n, _CharT __value) { in __fill() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dfill.h26 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, forward_iterator_tag)… in __fill() function
33 __fill(_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp& __value, random_acce… in __fill() function
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp341 const uint32_t __fill = __precision - 9 * __i; in __d2fixed_buffered_n() local