Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformatter_output.h177 _LIBCPP_HIDE_FROM_ABI auto __write(
198 _LIBCPP_HIDE_FROM_ABI auto __write(const _CharT* __first, const _CharT* __last,
201 return __write(__first, __last, _VSTD::move(__out_it), __specs, __last - __first);
274 return __formatter::__write(__str.begin(), __str.end(), _VSTD::move(__out_it), __specs, __size);
299 return __write(__str.begin(), __str.end(), _VSTD::move(__out_it), __specs, __size);
H A Dformatter_integral.h138 …return __formatter::__write(_VSTD::addressof(__c), _VSTD::addressof(__c) + 1, _VSTD::move(__out_it…
255 return __formatter::__write(__first, __last, __ctx.out(), __specs);
351 return __formatter::__write(__str.begin(), __str.end(), __ctx.out(), __specs);
H A Dformatter_floating_point.h599 return __formatter::__write(__buffer, __last, _VSTD::move(__out_it), __specs);
682 return __formatter::__write(__first, __result.__last, _VSTD::move(__out_it), __specs, __size);
/llvm-project-15.0.7/bolt/runtime/
H A Dcommon.h147 uint64_t __write(uint64_t fd, const void *buf, uint64_t count) { in __write() function
292 __write(2, Buf, Ptr - Buf); in reportNumber()
295 void report(const char *Msg) { __write(2, Msg, strLen(Msg)); } in report()
488 __write(2, Msg, Size); in reportError()
H A Dinstr.cpp764 __write(2, StatMsg, StatPtr - StatMsg); in printStats()
1279 __write(FD, LineBuf, Ptr - LineBuf); in writeFunctionProfile()
1294 __write(FD, LineBuf, Ptr - LineBuf); in writeFunctionProfile()
1341 __write(FD, LineBuf, Ptr - LineBuf); in visitIndCallCounter()
1352 __write(FD, LineBuf, Ptr - LineBuf); in visitIndCallCounter()
1394 __write(FD, LineBuf, Ptr - LineBuf); in visitCallFlowEntry()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize156 def __write(self, s): member in Symbolizer
209 self.__write("FRAME %s %s" % (binary, addr))
231 self.__write("CODE %s %s" % (binary, addr))
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1229 fun:__write=uninstrumented