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

References

tools/lldb/source/Core/ValueObject.cpp
 1290           (custom_format == eFormatCString ||
 1291            custom_format == eFormatCharArray || custom_format == eFormatChar ||
 1291            custom_format == eFormatCharArray || custom_format == eFormatChar ||
 1292            custom_format ==
 1298             buffer_sp, error, 0, (custom_format == eFormatVectorOfChar) ||
 1299                                      (custom_format == eFormatCharArray));
 1316       if (custom_format == eFormatEnum)
 1322         if ((custom_format == eFormatBytes) ||
 1323             (custom_format == eFormatBytesWithASCII)) {
 1339                 custom_format);
 1347         if ((custom_format == eFormatVectorOfChar) ||
 1348             (custom_format == eFormatVectorOfFloat32) ||
 1349             (custom_format == eFormatVectorOfFloat64) ||
 1350             (custom_format == eFormatVectorOfSInt16) ||
 1351             (custom_format == eFormatVectorOfSInt32) ||
 1352             (custom_format == eFormatVectorOfSInt64) ||
 1353             (custom_format == eFormatVectorOfSInt8) ||
 1354             (custom_format == eFormatVectorOfUInt128) ||
 1355             (custom_format == eFormatVectorOfUInt16) ||
 1356             (custom_format == eFormatVectorOfUInt32) ||
 1357             (custom_format == eFormatVectorOfUInt64) ||
 1358             (custom_format == eFormatVectorOfUInt8)) // arrays of bytes, bytes
 1365           Format format = FormatManager::GetSingleItemFormat(custom_format);
 1388       if ((custom_format == eFormatBoolean) ||
 1389           (custom_format == eFormatBinary) || (custom_format == eFormatChar) ||
 1389           (custom_format == eFormatBinary) || (custom_format == eFormatChar) ||
 1390           (custom_format == eFormatCharPrintable) ||
 1391           (custom_format == eFormatComplexFloat) ||
 1392           (custom_format == eFormatDecimal) || (custom_format == eFormatHex) ||
 1392           (custom_format == eFormatDecimal) || (custom_format == eFormatHex) ||
 1393           (custom_format == eFormatHexUppercase) ||
 1394           (custom_format == eFormatFloat) || (custom_format == eFormatOctal) ||
 1394           (custom_format == eFormatFloat) || (custom_format == eFormatOctal) ||
 1395           (custom_format == eFormatOSType) ||
 1396           (custom_format == eFormatUnicode16) ||
 1397           (custom_format == eFormatUnicode32) ||
 1398           (custom_format == eFormatUnsigned) ||
 1399           (custom_format == eFormatPointer) ||
 1400           (custom_format == eFormatComplexInteger) ||
 1401           (custom_format == eFormatComplex) ||
 1402           (custom_format == eFormatDefault)) // use the [] operator
 1421     if (custom_format != eFormatInvalid)
 1422       SetFormat(custom_format);
 1500     if (custom_format != eFormatInvalid)