Searched refs:current_value (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueString.h72 OptionValueString (const char *current_value, argument
81 if (current_value && current_value[0])
82 m_current_value.assign (current_value);
104 OptionValueString (const char *current_value, argument
115 if (current_value && current_value[0])
116 m_current_value.assign (current_value);
H A DOptionValueFileSpecList.h31 OptionValueFileSpecList (const FileSpecList &current_value) : argument
33 m_current_value (current_value)
H A DOptionValueArch.h47 OptionValueArch (const ArchSpec &current_value, argument
50 m_current_value (current_value),
H A DOptionValueBoolean.h30 OptionValueBoolean (bool current_value, argument
33 m_current_value (current_value),
H A DOptionValueFormat.h31 OptionValueFormat (lldb::Format current_value, argument
34 m_current_value (current_value),
H A DOptionValueUInt64.h38 OptionValueUInt64 (uint64_t current_value, argument
41 m_current_value (current_value),
H A DOptionValueSInt64.h42 OptionValueSInt64 (int64_t current_value, argument
45 m_current_value (current_value),
H A DOptionValueFileSpec.h29 OptionValueFileSpec (const FileSpec &current_value,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp45 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &current_value, argument
48 m_current_value (current_value),

Completed in 108 milliseconds