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

References

tools/lldb/include/lldb/Core/FormatEntity.h
  136       fmt = lldb::eFormatDefault;
  162       if (fmt != rhs.fmt)
  162       if (fmt != rhs.fmt)
tools/lldb/source/Core/FormatEntity.cpp
  375   if (fmt != eFormatDefault)
  376     s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt));
  698     custom_format = entry.fmt;
  706     custom_format = entry.fmt;
  753     if (entry.printf_format.empty() && entry.fmt == eFormatDefault &&
  923       if (entry.fmt != eFormatDefault) {
  925             FormatManager::GetFormatAsFormatChar(entry.fmt);
  930               FormatManager::GetFormatAsCString(entry.fmt);
 2160                       entry.printf_format.c_str(), false, entry.fmt)) {
 2212                              entry.printf_format.c_str(), true, entry.fmt)) {