Searched refs:value_printed (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 84 bool value_printed = false; in PrintValueObject() local 88 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject() 91 PrintChildrenIfNeeded(value_printed, summary_printed); in PrintValueObject() 429 value_printed = true; in PrintValueAndSummaryIfNeeded() 451 if (value_printed || summary_printed) in PrintObjectDescriptionIfNeeded() 463 } else if (!value_printed && !summary_printed) in PrintObjectDescriptionIfNeeded() 623 bool ValueObjectPrinter::ShouldPrintEmptyBrackets(bool value_printed, in ShouldPrintEmptyBrackets() argument 631 if (value_printed || summary_printed) in ShouldPrintEmptyBrackets() 665 bool value_printed, bool summary_printed, in PrintChildren() argument 754 void ValueObjectPrinter::PrintChildrenIfNeeded(bool value_printed, in PrintChildrenIfNeeded() argument [all …]
|
| /llvm-project-15.0.7/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); 113 PrintChildren(bool value_printed, bool summary_printed, 116 void PrintChildrenIfNeeded(bool value_printed, bool summary_printed);
|