Home
last modified time | relevance | path

Searched refs:eTypeArray (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h37 eTypeArray, enumerator
151 case 1u << eTypeArray: in ConvertTypeMaskToType()
152 return eTypeArray; in ConvertTypeMaskToType()
HDOptionValueArray.h27 OptionValue::Type GetType() const override { return eTypeArray; } in GetType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueArray.cpp21 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
42 case eTypeArray: in DumpValue()
HDOptionValue.cpp106 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
112 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
487 case eTypeArray: in GetBuiltinTypeAsCString()
HDProperty.cpp42 case OptionValue::eTypeArray: in Property()
HDOptionValueDictionary.cpp58 case eTypeArray: in DumpValue()