Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp58 m_is_ptr = eLazyBoolCalculate; in Init()
184 if (m_is_ptr == eLazyBoolCalculate) in IsPtr()
185 m_is_ptr = m_type_flags.Test(eTypeIsPointer) ? eLazyBoolYes : eLazyBoolNo; in IsPtr()
186 return m_is_ptr == eLazyBoolYes; in IsPtr()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h132 LazyBool m_is_ptr; variable