Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp622 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument
629 print_dotdotdot = false; in GetMaxNumChildrenToPrint()
635 print_dotdotdot = true; in GetMaxNumChildrenToPrint()
642 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument
644 if (print_dotdotdot) { in PrintChildrenPostamble()
702 bool print_dotdotdot = false; in PrintChildren() local
703 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()
721 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()
754 bool print_dotdotdot = false; in PrintChildrenOneLiner() local
755 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h102 void PrintChildrenPostamble(bool print_dotdotdot);
109 uint32_t GetMaxNumChildrenToPrint(bool &print_dotdotdot);