Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h72 bool IsPtr();
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp188 bool ValueObjectPrinter::IsPtr() { in IsPtr() function in ValueObjectPrinter
485 const bool is_ptr = IsPtr(); in ShouldPrintChildren()
563 ((IsPtr() && !m_options.m_pointer_as_array) || IsRef()); in PrintChild()