Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1134 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1135 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1180 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1181 custom_format == in DumpPrintableRepresentation()
1205 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
1228 custom_format); in DumpPrintableRepresentation()
1278 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
1281 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
1283 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
1310 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
[all …]
H A DFormatEntity.cpp680 Format custom_format = eFormatInvalid; in DumpValue() local
694 custom_format = entry.fmt; in DumpValue()
702 custom_format = entry.fmt; in DumpValue()
858 custom_format)) { in DumpValue()
861 str_temp, val_obj_display, custom_format); in DumpValue()
876 s, val_obj_display, custom_format, in DumpValue()
904 custom_format); in DumpValue()
967 custom_format); in DumpValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h530 lldb::Format custom_format);
541 lldb::Format custom_format = lldb::eFormatInvalid,