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

Declarations

tools/lldb/include/lldb/lldb-forward.h
  105 class FormatManager;

References

tools/lldb/include/lldb/DataFormatters/FormatClasses.h
   34           FormatManager &)>;
tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
   38   bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data,
   41   bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data,
   44   bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data,
   47   bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data,
tools/lldb/source/Core/FormatEntity.cpp
  376     s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt));
  925             FormatManager::GetFormatAsFormatChar(entry.fmt);
  930               FormatManager::GetFormatAsCString(entry.fmt);
 2159               if (FormatManager::GetFormatFromCString(
 2211               } else if (FormatManager::GetFormatFromCString(
tools/lldb/source/Core/ValueObject.cpp
 1365           Format format = FormatManager::GetSingleItemFormat(custom_format);
tools/lldb/source/DataFormatters/DataVisualization.cpp
   16 static FormatManager &GetFormatManager() {
   17   static FormatManager g_format_manager;
  191       FormatManager::GetValidTypeName(type), entry);
tools/lldb/source/DataFormatters/FormatClasses.cpp
   26   m_type_for_cache = FormatManager::GetTypeForCache(valobj, use_dynamic);
   27   m_candidate_languages = FormatManager::GetCandidateLanguages(valobj);
   34         FormatManager::GetPossibleMatches(m_valobj, m_dynamic_value_type);
tools/lldb/source/DataFormatters/LanguageCategory.cpp
  129 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr,
  149 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr,
  169 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr,
  189 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr,
tools/lldb/source/DataFormatters/TypeFormat.cpp
  127   sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()),
tools/lldb/source/Interpreter/CommandObject.cpp
  667     char format_char = FormatManager::GetFormatAsFormatChar(f);
  671     sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f));
tools/lldb/source/Interpreter/OptionArgParser.cpp
   96     if (!FormatManager::GetFormatFromCString(s, partial_match_ok, format)) {
  101         char format_char = FormatManager::GetFormatAsFormatChar(f);
  105         error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f));
tools/lldb/source/Interpreter/OptionValueFormat.cpp
   25     strm.PutCString(FormatManager::GetFormatAsCString(m_current_value));
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  697              FormatManager::GetFormatAsCString(m_regs[i].format));
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/std_function.h
  299       _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args)
  628       using _Invoker_type = _Res (*)(const _Any_data&, _ArgTypes&&...);
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };
 1659     { typedef _Tp&&   type; };