Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp391 ValueObjectPrinter::ShouldPrintChildren (bool is_failed_description, in ShouldPrintChildren() argument
397 if (is_failed_description || m_curr_depth < options.m_max_depth) in ShouldPrintChildren()
599 bool is_failed_description = !PrintObjectDescriptionIfNeeded(value_printed, summary_printed); in PrintChildrenIfNeeded() local
602 bool print_children = ShouldPrintChildren (is_failed_description,curr_ptr_depth); in PrintChildrenIfNeeded()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDValueObjectPrinter.h340 ShouldPrintChildren (bool is_failed_description,