Home
last modified time | relevance | path

Searched defs:current_value (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormat.h22 OptionValueFormat(lldb::Format current_value, lldb::Format default_value) in OptionValueFormat()
H A DOptionValueLanguage.h23 OptionValueLanguage(lldb::LanguageType current_value, in OptionValueLanguage()
H A DOptionValueBoolean.h20 OptionValueBoolean(bool current_value, bool default_value) in OptionValueBoolean()
H A DOptionValueChar.h21 OptionValueChar(char current_value, char default_value) in OptionValueChar()
H A DOptionValueArch.h29 OptionValueArch(const ArchSpec &current_value, const ArchSpec &default_value) in OptionValueArch()
H A DOptionValueSInt64.h24 OptionValueSInt64(int64_t current_value, int64_t default_value) in OptionValueSInt64()
H A DOptionValueUInt64.h24 OptionValueUInt64(uint64_t current_value, uint64_t default_value) in OptionValueUInt64()
H A DOptionValueString.h38 OptionValueString(const char *current_value, const char *default_value) { in OptionValueString()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp28 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &current_value, in OptionValueFileSpec()