Home
last modified time | relevance | path

Searched refs:convert_write_int (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dconverter.cpp63 return convert_write_int(writer, to_conv); in convert()
H A Dwrite_int_converter.h22 int inline convert_write_int(Writer *writer, const FormatSection &to_conv) { in convert_write_int() function