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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86181   SWIG_Python_SetConstant(d, "eFormatInvalid",SWIG_From_int(static_cast< int >(lldb::eFormatInvalid)));
tools/lldb/include/lldb/Core/ValueObject.h
  530                               lldb::Format custom_format = lldb::eFormatInvalid,
tools/lldb/include/lldb/DataFormatters/TypeFormat.h
  161   TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
tools/lldb/source/API/SBTypeFormat.cpp
   60   return lldb::eFormatInvalid;
tools/lldb/source/Commands/CommandObjectType.cpp
  575         m_option_group(), m_format_options(eFormatInvalid),
  647     if (format == eFormatInvalid &&
tools/lldb/source/Core/FormatEntity.cpp
  684   Format custom_format = eFormatInvalid;
tools/lldb/source/Core/ValueObject.cpp
 1421     if (custom_format != eFormatInvalid)
 1500     if (custom_format != eFormatInvalid)
tools/lldb/source/DataFormatters/FormatManager.cpp
   89   format = eFormatInvalid;
  112   format = eFormatInvalid;
  140     format = eFormatInvalid;
  464     return lldb::eFormatInvalid;
tools/lldb/source/DataFormatters/VectorType.cpp
  192       : SyntheticChildrenFrontEnd(*valobj_sp), m_parent_format(eFormatInvalid),
  193         m_item_format(eFormatInvalid), m_child_type(), m_num_children(0) {}
tools/lldb/source/Interpreter/OptionArgParser.cpp
   80   format = eFormatInvalid;
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  107         (format == eFormatInvalid && byte_size == 0 && count == 0)) {
  116     if (format == eFormatInvalid)
tools/lldb/source/Interpreter/OptionValue.cpp
  520     value_sp.reset(new OptionValueFormat(eFormatInvalid));
tools/lldb/source/Interpreter/Property.cpp
  125       Format new_format = eFormatInvalid;
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
  451      eFormatInvalid,
  552      eFormatInvalid,
  563      eFormatInvalid,
  574      eFormatInvalid,
  585      eFormatInvalid,
  596      eFormatInvalid,
  607      eFormatInvalid,
  618      eFormatInvalid,
  629      eFormatInvalid,
  640      eFormatInvalid,
  651      eFormatInvalid,
  662      eFormatInvalid,
  673      eFormatInvalid,
  684      eFormatInvalid,
  695      eFormatInvalid,
  706      eFormatInvalid,
  717      eFormatInvalid,
  728      eFormatInvalid,
  739      eFormatInvalid,
  763      eFormatInvalid,
  853      eFormatInvalid,
  877      eFormatInvalid,
  888      eFormatInvalid,
  899      eFormatInvalid,
  910      eFormatInvalid,
  921      eFormatInvalid,
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  130               lldb::eFormatInvalid,
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  417             lldb::eFormatInvalid,
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  545             Format format = eFormatInvalid;
  565                       .Default(eFormatInvalid);
 4378             Format format = eFormatInvalid;
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
  193                     .Default(eFormatInvalid);
  194   if (Info.format == eFormatInvalid)