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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp391 ValueObjectPrinter::ShouldPrintChildren (bool is_failed_description, argument
397 if (is_failed_description || m_curr_depth < options.m_max_depth)
599 bool is_failed_description = !PrintObjectDescriptionIfNeeded(value_printed, summary_printed); local
602 bool print_children = ShouldPrintChildren (is_failed_description,curr_ptr_depth);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h340 ShouldPrintChildren (bool is_failed_description,

Completed in 89 milliseconds