Searched refs:eFormatChar (Results 1 – 12 of 12) sorted by relevance
43 case lldb::eFormatChar: in GetCompilerTypeForFormat()129 return lldb::eFormatChar; in GetItemFormatForFormat()
39 {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()
1090 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()1144 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()1244 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
216 eFormatChar, // Print as characters in ReadCStringFromMemory()
5755 return eFormatChar; in FormatForChar()
229 format = eFormatChar; in ParserGDBFormatLetter()
194 case eFormatChar: in FinalizeSettings()835 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute()1468 case eFormatChar: in DoExecute()
163 eFormatChar, enumerator
288 .. py:data:: eFormatChar
5130 return lldb::eFormatChar; in GetFormat()8642 case eFormatChar: in DumpTypeValue()
77853 {SWIG_LUA_CONSTTAB_INT("eFormatChar", lldb::eFormatChar)},