Home
last modified time | relevance | path

Searched refs:value_printed (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp87 bool value_printed = false; in PrintValueObject() local
91 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject()
94 PrintChildrenIfNeeded(value_printed, summary_printed); in PrintValueObject()
427 value_printed = true; in PrintValueAndSummaryIfNeeded()
449 if (value_printed || summary_printed) in PrintObjectDescriptionIfNeeded()
461 } else if (!value_printed && !summary_printed) in PrintObjectDescriptionIfNeeded()
621 bool ValueObjectPrinter::ShouldPrintEmptyBrackets(bool value_printed, in ShouldPrintEmptyBrackets() argument
629 if (value_printed || summary_printed) in ShouldPrintEmptyBrackets()
663 bool value_printed, bool summary_printed, in PrintChildren() argument
752 void ValueObjectPrinter::PrintChildrenIfNeeded(bool value_printed, in PrintChildrenIfNeeded() argument
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h90 bool ShouldPrintEmptyBrackets(bool value_printed, bool summary_printed);
97 bool PrintValueAndSummaryIfNeeded(bool &value_printed, bool &summary_printed);
99 bool PrintObjectDescriptionIfNeeded(bool value_printed, bool summary_printed);
121 PrintChildren(bool value_printed, bool summary_printed,
124 void PrintChildrenIfNeeded(bool value_printed, bool summary_printed);