Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp441 uint32_t& curr_ptr_depth) in ShouldPrintChildren() argument
464 else if (is_ref && m_curr_depth == 0 && curr_ptr_depth == 0) in ShouldPrintChildren()
470 curr_ptr_depth = 1; in ShouldPrintChildren()
473 return (curr_ptr_depth > 0); in ShouldPrintChildren()
507 uint32_t curr_ptr_depth) in PrintChild() argument
518 … (IsPtr() || IsRef()) && curr_ptr_depth >= 1 ? curr_ptr_depth - 1 : curr_ptr_depth, in PrintChild()
561 ValueObjectPrinter::PrintChildren (uint32_t curr_ptr_depth) in PrintChildren() argument
574 PrintChild (child_sp, curr_ptr_depth); in PrintChildren()
654 uint32_t curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded() local
655 bool print_children = ShouldPrintChildren (is_failed_description,curr_ptr_depth); in PrintChildrenIfNeeded()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDValueObjectPrinter.h346 uint32_t& curr_ptr_depth);
359 uint32_t curr_ptr_depth);
365 PrintChildren (uint32_t curr_ptr_depth);