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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp392 uint32_t& curr_ptr_depth)
415 else if (is_ref && m_curr_depth == 0 && curr_ptr_depth == 0)
421 curr_ptr_depth = 1;
424 return (curr_ptr_depth > 0);
459 uint32_t curr_ptr_depth)
470 (IsPtr() || IsRef()) && curr_ptr_depth >= 1 ? curr_ptr_depth - 1 : curr_ptr_depth,
513 ValueObjectPrinter::PrintChildren (uint32_t curr_ptr_depth) argument
526 PrintChild (child_sp, curr_ptr_depth);
391 ShouldPrintChildren(bool is_failed_description, uint32_t& curr_ptr_depth) argument
458 PrintChild(ValueObjectSP child_sp, uint32_t curr_ptr_depth) argument
601 uint32_t curr_ptr_depth = m_ptr_depth; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h341 uint32_t& curr_ptr_depth);
354 uint32_t curr_ptr_depth);
360 PrintChildren (uint32_t curr_ptr_depth);

Completed in 127 milliseconds