Searched refs:__write (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | formatter_output.h | 177 _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 D | formatter_integral.h | 138 …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 D | formatter_floating_point.h | 599 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 D | common.h | 147 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 D | instr.cpp | 764 __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 D | hwasan_symbolize | 156 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 D | libc_ubuntu1404_abilist.txt | 1229 fun:__write=uninstrumented
|