Searched refs:eFormatCString (Results 1 – 12 of 12) sorted by relevance
233 format = eFormatCString; in ParserGDBFormatLetter()
69 if (GetFormat() == eFormatCString) { in FormatObject()
48 case lldb::eFormatCString: in GetCompilerTypeForFormat()
41 {eFormatCString, 's', "c-string"},
131 case eFormatCString: in FinalizeSettings()663 eFormatCString) { in DoExecute()1485 case eFormatCString: { in DoExecute()1491 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
134 TestDump(llvm::StringRef("aardvark"), lldb::Format::eFormatCString, in TEST()
166 eFormatCString, ///< NULL terminated C strings enumerator
544 case eFormatCString: { in DumpDataExtractor()
1136 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()1181 (custom_format == eFormatCString || in DumpPrintableRepresentation()
5719 return eFormatCString; in FormatForChar()
292 .. py:data:: eFormatCString
9039 case eFormatCString: // NULL terminated C strings in DumpTypeValue()