Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp534 … const size_t max_num_children = m_valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint() local
536 if (num_children > max_num_children && !options.m_ignore_cap) in GetMaxNumChildrenToPrint()
539 return max_num_children; in GetMaxNumChildrenToPrint()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFormatEntity.cpp993 uint32_t max_num_children = target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in DumpValue() local
1023 if (--max_num_children == 0) in DumpValue()