Home
last modified time | relevance | path

Searched refs:current_value (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueString.h44 OptionValueString(const char *current_value, const char *default_value) in OptionValueString() argument
47 if (current_value && current_value[0]) in OptionValueString()
48 m_current_value.assign(current_value); in OptionValueString()
63 OptionValueString(const char *current_value, const char *default_value,
67 if (current_value && current_value[0]) in OptionValue()
68 m_current_value.assign(current_value); in OptionValue()
H A DOptionValueFileSpecList.h22 OptionValueFileSpecList(const FileSpecList &current_value) in OptionValueFileSpecList() argument
23 : OptionValue(), m_current_value(current_value) {} in OptionValueFileSpecList()
H A DOptionValueChar.h22 OptionValueChar(char current_value, char default_value) in OptionValueChar() argument
23 : OptionValue(), m_current_value(current_value), in OptionValueChar()
H A DOptionValueFormat.h22 OptionValueFormat(lldb::Format current_value, lldb::Format default_value) in OptionValueFormat() argument
23 : OptionValue(), m_current_value(current_value), in OptionValueFormat()
H A DOptionValueBoolean.h21 OptionValueBoolean(bool current_value, bool default_value) in OptionValueBoolean() argument
22 : OptionValue(), m_current_value(current_value), in OptionValueBoolean()
H A DOptionValueLanguage.h24 OptionValueLanguage(lldb::LanguageType current_value, in OptionValueLanguage() argument
26 : OptionValue(), m_current_value(current_value), in OptionValueLanguage()
H A DOptionValueArch.h31 OptionValueArch(const ArchSpec &current_value, const ArchSpec &default_value) in OptionValueArch() argument
32 : OptionValue(), m_current_value(current_value), in OptionValueArch()
H A DOptionValueUInt64.h25 OptionValueUInt64(uint64_t current_value, uint64_t default_value) in OptionValueUInt64() argument
26 : OptionValue(), m_current_value(current_value), in OptionValueUInt64()
H A DOptionValueSInt64.h28 OptionValueSInt64(int64_t current_value, int64_t default_value) in OptionValueSInt64() argument
29 : OptionValue(), m_current_value(current_value), in OptionValueSInt64()
H A DOptionValueFileSpec.h26 OptionValueFileSpec(const FileSpec &current_value,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp34 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &current_value, in OptionValueFileSpec() argument
37 : OptionValue(), m_current_value(current_value), in OptionValueFileSpec()
/freebsd-12.1/stand/lua/
H A Dconfig.lua72 local current_value = loader.getenv(k)
73 if current_value ~= v then