Home
last modified time | relevance | path

Searched refs:OptionValueChar (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueChar.cpp25 OptionValueChar::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue()
42 OptionValueChar::SetValueFromString (llvm::StringRef value, in SetValueFromString()
75 OptionValueChar::DeepCopy () const in DeepCopy()
77 return OptionValueSP(new OptionValueChar(*this)); in DeepCopy()
HDOptionValue.cpp74 const OptionValueChar *
78 return static_cast<const OptionValueChar *>(this); in GetAsChar()
82 OptionValueChar *
86 return static_cast<OptionValueChar *>(this); in GetAsChar()
395 const OptionValueChar *option_value = GetAsChar(); in GetCharValue()
404 OptionValueChar *option_value = GetAsChar(); in SetCharValue()
652 case 1u << eTypeChar: value_sp.reset(new OptionValueChar('\0')); break; in CreateValueFromCStringForTypeMask()
HDProperty.cpp64 …m_value_sp.reset(new OptionValueChar(Args::StringToChar(definition.default_cstr_value, '\0', nullp… in Property()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueChar.h21 class OptionValueChar : public OptionValue
24 OptionValueChar (char value) : in OptionValueChar() function
30 OptionValueChar (char current_value, in OptionValueChar() function
39 ~OptionValueChar() in ~OptionValueChar()
HDOptionValue.h236 OptionValueChar *
242 const OptionValueChar *
/NextBSD/lib/clang/liblldbInterpreter/
HDMakefile31 OptionValueChar.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h146 class OptionValueChar; variable