Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp642 ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument
659 print_dotdotdot = true; in GetMaxNumChildrenToPrint()
665 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument
667 if (print_dotdotdot) { in PrintChildrenPostamble()
726 bool print_dotdotdot = false; in PrintChildren() local
727 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()
750 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()
780 bool print_dotdotdot = false; in PrintChildrenOneLiner() local
781 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()
818 if (print_dotdotdot) in PrintChildrenOneLiner()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h123 void PrintChildrenPostamble(bool print_dotdotdot);
130 llvm::Expected<uint32_t> GetMaxNumChildrenToPrint(bool &print_dotdotdot);