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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp83 bool summary_printed = false; local
85 bool val_summary_ok = PrintValueAndSummaryIfNeeded (value_printed,summary_printed);
88 PrintChildrenIfNeeded (value_printed, summary_printed);
321 bool& summary_printed)
353 summary_printed = true;
362 bool summary_printed)
372 if (value_printed || summary_printed)
381 else if (value_printed == false && summary_printed == false)
595 bool summary_printed)
599 bool is_failed_description = !PrintObjectDescriptionIfNeeded(value_printed, summary_printed);
320 PrintValueAndSummaryIfNeeded(bool& value_printed, bool& summary_printed) argument
361 PrintObjectDescriptionIfNeeded(bool value_printed, bool summary_printed) argument
594 PrintChildrenIfNeeded(bool value_printed, bool summary_printed) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h333 bool& summary_printed);
337 bool summary_printed);
364 bool summary_printed);

Completed in 158 milliseconds