Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h31 eTypeChar, enumerator
133 case 1u << eTypeChar: in ConvertTypeMaskToType()
134 return eTypeChar; in ConvertTypeMaskToType()
DOptionValueChar.h29 OptionValue::Type GetType() const override { return eTypeChar; } in GetType()
/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp59 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
65 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
468 case eTypeChar: in GetBuiltinTypeAsCString()
516 case 1u << eTypeChar: in CreateValueFromCStringForTypeMask()
DProperty.cpp64 case OptionValue::eTypeChar: { in Property()
DOptionValueArray.cpp52 case eTypeChar: in DumpValue()
DOptionValueDictionary.cpp63 case eTypeChar: in DumpValue()