Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp141 m_type_flags = m_compiler_type.GetTypeInfo(); in GetMostSpecializedValue()
164 (!m_options.m_flat_output || m_type_flags.Test(eTypeHasValue)) in ShouldPrintValueObject()
185 m_is_ptr = m_type_flags.Test(eTypeIsPointer) ? eLazyBoolYes : eLazyBoolNo; in IsPtr()
191 m_is_ref = m_type_flags.Test(eTypeIsReference) ? eLazyBoolYes : eLazyBoolNo; in IsRef()
198 m_type_flags.Test(eTypeHasChildren) ? eLazyBoolYes : eLazyBoolNo; in IsAggregate()
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h127 Flags m_type_flags; variable