Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h39 eTypeChar, enumerator
148 case 1u << eTypeChar: in ConvertTypeMaskToType()
149 return eTypeChar; in ConvertTypeMaskToType()
H A DOptionValueChar.h28 OptionValue::Type GetType() const override { return eTypeChar; } in GetType()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp56 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
62 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
498 case eTypeChar: in GetBuiltinTypeAsCString()
546 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()