reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/raw_ostream.h
   30 class FormattedNumber;

References

include/llvm/Support/Format.h
  186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
  199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
  211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
include/llvm/Support/ScopedPrinter.h
   61 template <class T> const std::string to_string(const T &Value) {
include/llvm/Support/WithColor.h
   66   template <typename T> WithColor &operator<<(T &O) {
   70   template <typename T> WithColor &operator<<(const T &O) {
include/llvm/Support/raw_ostream.h
  250   raw_ostream &operator<<(const FormattedNumber &);
lib/Support/Signals.cpp
   98 static FormattedNumber format_ptr(void *PC) {
lib/Support/raw_ostream.cpp
  379 raw_ostream &raw_ostream::operator<<(const FormattedNumber &FN) {
tools/llvm-pdbutil/LinePrinter.h
  134 inline raw_ostream &operator<<(LinePrinter &Printer, const T &Item) {
unittests/Support/raw_ostream_test.cpp
   28 template<typename T> std::string printToString(const T &Value,