Searched refs:value_printed (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | ValueObjectPrinter.h | 82 bool ShouldPrintEmptyBrackets(bool value_printed, bool summary_printed); 89 bool PrintValueAndSummaryIfNeeded(bool &value_printed, bool &summary_printed); 91 bool PrintObjectDescriptionIfNeeded(bool value_printed, bool summary_printed); 100 void PrintChildrenPreamble(bool value_printed, bool summary_printed); 112 PrintChildren(bool value_printed, bool summary_printed, 115 void PrintChildrenIfNeeded(bool value_printed, bool summary_printed);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 96 bool value_printed = false; in PrintValueObject() local 100 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject() 103 PrintChildrenIfNeeded(value_printed, summary_printed); in PrintValueObject() 448 value_printed = true; in PrintValueAndSummaryIfNeeded() 453 if (ShouldShowName() || value_printed) in PrintValueAndSummaryIfNeeded() 472 if (value_printed || summary_printed) in PrintObjectDescriptionIfNeeded() 484 } else if (!value_printed && !summary_printed) in PrintObjectDescriptionIfNeeded() 664 if (value_printed || summary_printed) in ShouldPrintEmptyBrackets() 698 bool value_printed, bool summary_printed, in PrintChildren() argument 713 PrintChildrenPreamble(value_printed, summary_printed); in PrintChildren() [all …]
|