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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h104 void PrintChildrenPostamble(bool print_dotdotdot);
111 uint32_t GetMaxNumChildrenToPrint(bool &print_dotdotdot);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp583 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { argument
590 print_dotdotdot = false;
596 print_dotdotdot = true;
603 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { argument
605 if (print_dotdotdot) {
663 bool print_dotdotdot = false; local
664 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot);
679 PrintChildrenPostamble(print_dotdotdot);
712 bool print_dotdotdot = false; local
713 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot);
[all...]

Completed in 70 milliseconds