Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h102 bool ShouldPrintEmptyBrackets(bool value_printed, bool summary_printed);
109 bool PrintValueAndSummaryIfNeeded(bool &value_printed, bool &summary_printed);
112 bool summary_printed);
121 void PrintChildrenPreamble(bool value_printed, bool summary_printed);
133 PrintChildren(bool value_printed, bool summary_printed,
136 llvm::Error PrintChildrenIfNeeded(bool value_printed, bool summary_printed);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp88 bool summary_printed = false; in PrintValueObject() local
91 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject()
94 return PrintChildrenIfNeeded(value_printed, summary_printed); in PrintValueObject()
414 bool &summary_printed) { in PrintValueAndSummaryIfNeeded() argument
464 summary_printed = true; in PrintValueAndSummaryIfNeeded()
473 bool summary_printed) { in PrintObjectDescriptionIfNeeded() argument
481 (value_printed || summary_printed) in PrintObjectDescriptionIfNeeded()
486 if (!value_printed && !summary_printed) in PrintObjectDescriptionIfNeeded()
586 bool summary_printed) { in PrintChildrenPreamble() argument
594 } else if (value_printed || summary_printed || ShouldShowName()) { in PrintChildrenPreamble()
[all …]