Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dptr_converter.h26 FormatSection hex_conv; in convert_pointer() local
27 hex_conv.has_conv = true; in convert_pointer()
28 hex_conv.conv_name = 'x'; in convert_pointer()
29 hex_conv.flags = FormatFlags::ALTERNATE_FORM; in convert_pointer()
30 hex_conv.conv_val_raw = reinterpret_cast<uintptr_t>(to_conv.conv_val_ptr); in convert_pointer()
31 return convert_hex(writer, hex_conv); in convert_pointer()