Searched refs:write_unsigned (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 77 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned() function 95 write_unsigned(S, static_cast<UnsignedT>(N), MinDigits, Style); in write_signed() 100 write_unsigned(S, UN, MinDigits, Style, true); in write_signed() 105 write_unsigned(S, N, MinDigits, Style); in write_integer() 115 write_unsigned(S, N, MinDigits, Style); in write_integer() 125 write_unsigned(S, N, MinDigits, Style); in write_integer()
|