Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DValueObjectPrinter.cpp170 bool ValueObjectPrinter::IsNil() { in IsNil() function in ValueObjectPrinter
361 if (IsNil()) { in GetValueSummaryError()
418 (IsNil() || IsUninitialized()) && !m_summary.empty(); in PrintValueAndSummaryIfNeeded()
446 if (m_options.m_use_objc && !IsNil() && !IsUninitialized() && in PrintObjectDescriptionIfNeeded()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h64 bool IsNil();