Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h32 eTypeChar, enumerator
135 case 1u << eTypeChar: in ConvertTypeMaskToType()
136 return eTypeChar; in ConvertTypeMaskToType()
H A DOptionValueChar.h28 OptionValue::Type GetType() const override { return eTypeChar; } in GetType()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A 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()
H A DProperty.cpp63 case OptionValue::eTypeChar: { in Property()
H A DOptionValueArray.cpp51 case eTypeChar: in DumpValue()
H A DOptionValueDictionary.cpp64 case eTypeChar: in DumpValue()