Searched refs:custom_format (Results 1 – 3 of 3) sorted by relevance
1304 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument1309 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()1310 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()1314 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()1315 (custom_format == eFormatBytesWithASCII)) in HasSpecialPrintableRepresentation()1318 if ((custom_format == eFormatVectorOfChar) || in HasSpecialPrintableRepresentation()1319 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()1320 (custom_format == eFormatVectorOfFloat64) || in HasSpecialPrintableRepresentation()1321 (custom_format == eFormatVectorOfSInt16) || in HasSpecialPrintableRepresentation()1322 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()[all …]
757 Format custom_format = eFormatInvalid; in DumpValue() local771 custom_format = entry.fmt; in DumpValue()779 custom_format = entry.fmt; in DumpValue()932 custom_format)) { in DumpValue()935 str_temp, val_obj_display, custom_format); in DumpValue()950 s, val_obj_display, custom_format, in DumpValue()988 custom_format); in DumpValue()1051 custom_format); in DumpValue()
544 lldb::Format custom_format);555 lldb::Format custom_format = lldb::eFormatInvalid,