Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp479 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() argument
522 return curr_ptr_depth.CanAllowExpansion(); in ShouldPrintChildren()
556 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() argument
577 does_consume_ptr_depth ? --curr_ptr_depth : curr_ptr_depth, in PrintChild()
660 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren() argument
674 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
755 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded() local
757 ShouldPrintChildren(is_failed_description, curr_ptr_depth); in PrintChildrenIfNeeded()
759 (curr_ptr_depth.CanAllowExpansion() || m_options.m_show_types || in PrintChildrenIfNeeded()
782 PrintChildren(value_printed, summary_printed, curr_ptr_depth); in PrintChildrenIfNeeded()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDValueObjectPrinter.h96 DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
109 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
115 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);