Searched refs:eFormatChar (Results 1 – 12 of 12) sorted by relevance
44 case lldb::eFormatChar: in GetCompilerTypeForFormat()130 return lldb::eFormatChar; in GetItemFormatForFormat()
40 {eFormatChar, 'c', "character"},
408 } else if (item_format != eFormatChar && in DumpDataExtractor()463 case eFormatChar: in DumpDataExtractor()474 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()493 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
216 eFormatChar, // Print as characters in ReadCStringFromMemory()
1282 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()1336 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()1436 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
5755 return eFormatChar; in FormatForChar()
229 format = eFormatChar; in ParserGDBFormatLetter()
194 case eFormatChar: in FinalizeSettings()838 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute()1414 case eFormatChar: in DoExecute()
163 eFormatChar, enumerator
288 .. py:data:: eFormatChar
5203 return lldb::eFormatChar; in GetFormat()8828 case eFormatChar: in DumpTypeValue()
81137 {SWIG_LUA_CONSTTAB_INT("eFormatChar", (lldb::eFormatChar))},