LLVM: lib/Support/NativeFormatting.cpp File Reference (original) (raw)
Go to the source code of this file.
| Functions | |
|---|---|
| template<typename T, std::size_t N> | |
| static int | format_to_buffer (T Value, char(&Buffer)[N]) |
| static void | writeWithCommas (raw_ostream &S, ArrayRef< char > Buffer) |
| template<typename T> | |
| static void | write_unsigned_impl (raw_ostream &S, T N, size_t MinDigits, IntegerStyle Style, bool IsNegative) |
| template<typename T> | |
| static void | write_unsigned (raw_ostream &S, T N, size_t MinDigits, IntegerStyle Style, bool IsNegative=false) |
| template<typename T> | |
| static void | write_signed (raw_ostream &S, T N, size_t MinDigits, IntegerStyle Style) |
◆ format_to_buffer()
template<typename T, std::size_t N>
| int format_to_buffer ( T Value, char(&) _Buffer_[N] ) | static |
|---|