Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h39 eTypeChar, enumerator
155 case 1u << eTypeChar: in ConvertTypeMaskToType()
156 return eTypeChar; in ConvertTypeMaskToType()
H A DOptionValueChar.h28 OptionValue::Type GetType() const override { return eTypeChar; } in GetType()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp58 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
64 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
491 case eTypeChar: in GetBuiltinTypeAsCString()
539 case 1u << eTypeChar: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp63 case OptionValue::eTypeChar: { in Property()
H A DOptionValueArray.cpp51 case eTypeChar: in DumpValue()
H A DOptionValueDictionary.cpp68 case eTypeChar: in DumpValue()