Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp84 bool value_printed = false; in PrintValueObject() local
88 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject()
91 PrintChildrenIfNeeded(value_printed, summary_printed); in PrintValueObject()
385 bool ValueObjectPrinter::PrintValueAndSummaryIfNeeded(bool &value_printed, in PrintValueAndSummaryIfNeeded() argument
423 value_printed = true; in PrintValueAndSummaryIfNeeded()
436 bool ValueObjectPrinter::PrintObjectDescriptionIfNeeded(bool value_printed, in PrintObjectDescriptionIfNeeded() argument
445 if (value_printed || summary_printed) in PrintObjectDescriptionIfNeeded()
457 } else if (!value_printed && !summary_printed) in PrintObjectDescriptionIfNeeded()
617 bool ValueObjectPrinter::ShouldPrintEmptyBrackets(bool value_printed, in ShouldPrintEmptyBrackets() argument
625 if (value_printed || summary_printed) in ShouldPrintEmptyBrackets()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDValueObjectPrinter.h83 bool ShouldPrintEmptyBrackets(bool value_printed, bool summary_printed);
90 bool PrintValueAndSummaryIfNeeded(bool &value_printed, bool &summary_printed);
92 bool PrintObjectDescriptionIfNeeded(bool value_printed, bool summary_printed);
114 PrintChildren(bool value_printed, bool summary_printed,
117 void PrintChildrenIfNeeded(bool value_printed, bool summary_printed);