Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp517 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() argument
566 return curr_ptr_depth.CanAllowExpansion(); in ShouldPrintChildren()
605 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() argument
624 auto ptr_depth = curr_ptr_depth; in PrintChild()
626 ptr_depth = curr_ptr_depth.Decremented(); in PrintChild()
723 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren() argument
745 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
834 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded() local
835 const bool print_children = ShouldPrintChildren(curr_ptr_depth); in PrintChildrenIfNeeded()
837 (curr_ptr_depth.CanAllowExpansion() || m_options.m_show_types || in PrintChildrenIfNeeded()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h115 ShouldPrintChildren(DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
128 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
134 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);