Searched refs:write_unsigned (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 78 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned() function 96 write_unsigned(S, static_cast<UnsignedT>(N), MinDigits, Style); in write_signed() 101 write_unsigned(S, UN, MinDigits, Style, true); in write_signed() 106 write_unsigned(S, N, MinDigits, Style); in write_integer() 116 write_unsigned(S, N, MinDigits, Style); in write_integer() 126 write_unsigned(S, N, MinDigits, Style); in write_integer()
|