Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp587 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument
594 print_dotdotdot = false; in GetMaxNumChildrenToPrint()
600 print_dotdotdot = true; in GetMaxNumChildrenToPrint()
607 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument
609 if (print_dotdotdot) { in PrintChildrenPostamble()
667 bool print_dotdotdot = false; in PrintChildren() local
668 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()
683 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()
716 bool print_dotdotdot = false; in PrintChildrenOneLiner() local
717 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h111 void PrintChildrenPostamble(bool print_dotdotdot);
118 uint32_t GetMaxNumChildrenToPrint(bool &print_dotdotdot);