Home
last modified time | relevance | path

Searched refs:__write (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_output.h234 __write(basic_string_view<_CharT> __str,
249 __write(_Iterator __first,
255 …return __formatter::__write(basic_string_view{__first, __last}, std::move(__out_it), __specs, __si…
263 __write(_Iterator __first,
268 return __formatter::__write(__first, __last, std::move(__out_it), __specs, __last - __first);
316 return __formatter::__write(__str, std::move(__out_it), __specs, __size);
H A Dwrite_escaped.h56 return __formatter::__write(__str.begin(), __str.end(), std::move(__out_it), __specs, __size);
219 …return __formatter::__write(__str.data(), __str.data() + __str.size(), std::move(__out_it), __spec…
H A Dformatter_integral.h148 …return __formatter::__write(std::addressof(__c), std::addressof(__c) + 1, std::move(__out_it), __s…
338 return __formatter::__write(__first, __last, __ctx.out(), __specs); in __format_integer()
434 return __formatter::__write(__str.begin(), __str.end(), __ctx.out(), __specs);
H A Dformatter_floating_point.h604 return __formatter::__write(__buffer, __last, std::move(__out_it), __specs);
747 return __formatter::__write(__first, __result.__last, std::move(__out_it), __specs, __size);
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dcpp17_iterator_concepts.h93 …ept __cpp17_output_iterator = __cpp17_iterator<_Iter> && requires(_Iter __iter, _WriteTo __write) { in requires() argument
94 { *__iter = std::forward<_WriteTo>(__write) }; in requires()
97 { *__iter++ = std::forward<_WriteTo>(__write) }; in requires()
/freebsd/lib/libc/sys/
H A Dwrite.c37 __weak_reference(__sys_write, __write);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1234 fun:__write=uninstrumented