Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1140 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument
1145 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1146 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1150 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1151 (custom_format == eFormatBytesWithASCII)) in HasSpecialPrintableRepresentation()
1154 if ((custom_format == eFormatVectorOfChar) || in HasSpecialPrintableRepresentation()
1155 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()
1156 (custom_format == eFormatVectorOfFloat64) || in HasSpecialPrintableRepresentation()
1157 (custom_format == eFormatVectorOfSInt16) || in HasSpecialPrintableRepresentation()
1158 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
[all …]
H A DFormatEntity.cpp675 Format custom_format = eFormatInvalid; in DumpValue() local
689 custom_format = entry.fmt; in DumpValue()
697 custom_format = entry.fmt; in DumpValue()
850 custom_format)) { in DumpValue()
853 str_temp, val_obj_display, custom_format); in DumpValue()
868 s, val_obj_display, custom_format, in DumpValue()
896 custom_format); in DumpValue()
959 custom_format); in DumpValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h530 lldb::Format custom_format);
541 lldb::Format custom_format = lldb::eFormatInvalid,