Home
last modified time | relevance | path

Searched refs:custom_format (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1233 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1234 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1279 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1280 custom_format == in DumpPrintableRepresentation()
1304 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
1327 custom_format); in DumpPrintableRepresentation()
1377 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
1380 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
1382 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
1409 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
[all …]
H A DFormatEntity.cpp702 Format custom_format = eFormatInvalid; in DumpValue() local
716 custom_format = entry.fmt; in DumpValue()
724 custom_format = entry.fmt; in DumpValue()
884 custom_format)) { in DumpValue()
887 str_temp, val_obj_display, custom_format); in DumpValue()
903 s, val_obj_display, custom_format, in DumpValue()
931 custom_format); in DumpValue()
997 custom_format); in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h547 lldb::Format custom_format);
558 lldb::Format custom_format = lldb::eFormatInvalid,