Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1089 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1090 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1144 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1145 custom_format == in DumpPrintableRepresentation()
1171 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
1194 custom_format); in DumpPrintableRepresentation()
1244 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
1247 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
1249 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
1276 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
[all …]
H A DFormatEntity.cpp668 Format custom_format = eFormatInvalid; in DumpValue() local
682 custom_format = entry.fmt; in DumpValue()
690 custom_format = entry.fmt; in DumpValue()
843 custom_format)) { in DumpValue()
846 str_temp, val_obj_display, custom_format); in DumpValue()
861 s, val_obj_display, custom_format, in DumpValue()
889 custom_format); in DumpValue()
952 custom_format); in DumpValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h514 lldb::Format custom_format);
525 lldb::Format custom_format = lldb::eFormatInvalid,