Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp1136 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1137 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1182 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1183 custom_format == in DumpPrintableRepresentation()
1208 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
1231 custom_format); in DumpPrintableRepresentation()
1281 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
1284 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
1286 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
1313 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
[all …]
H A DFormatEntity.cpp679 Format custom_format = eFormatInvalid; in DumpValue() local
693 custom_format = entry.fmt; in DumpValue()
701 custom_format = entry.fmt; in DumpValue()
857 custom_format)) { in DumpValue()
860 str_temp, val_obj_display, custom_format); in DumpValue()
875 s, val_obj_display, custom_format, in DumpValue()
903 custom_format); in DumpValue()
966 custom_format); in DumpValue()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h530 lldb::Format custom_format);
541 lldb::Format custom_format = lldb::eFormatInvalid,
/llvm-project-15.0.7/mlir/test/IR/
H A Dparser.mlir1422 // CHECK: test.dialect_custom_printer custom_format
1423 test.dialect_custom_printer custom_format