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.cpp636 ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument
653 print_dotdotdot = true; in GetMaxNumChildrenToPrint()
659 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument
661 if (print_dotdotdot) { in PrintChildrenPostamble()
720 bool print_dotdotdot = false; in PrintChildren() local
721 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()
744 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()
774 bool print_dotdotdot = false; in PrintChildrenOneLiner() local
775 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()
812 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);