Home
last modified time | relevance | path

Searched refs:m_value_was_set (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h49 m_value_was_set = false; in Clear()
66 m_value_was_set = true; in SetCurrentValue()
H A DOptionValueFileSpec.h48 m_value_was_set = false; in Clear()
67 m_value_was_set = true; in SetCurrentValue()
H A DOptionValue.h246 bool OptionWasSet() const { return m_value_was_set; } in OptionWasSet()
248 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet()
343 bool m_value_was_set = false; // This can be used to see if a value has been variable
H A DOptionValuePathMappings.h40 m_value_was_set = false; in Clear()
H A DOptionValueUUID.h42 m_value_was_set = false; in Clear()
H A DOptionValueChar.h43 m_value_was_set = false; in Clear()
H A DOptionValueRegex.h41 m_value_was_set = false; in Clear()
H A DOptionValueFormat.h42 m_value_was_set = false; in Clear()
H A DOptionValueLanguage.h44 m_value_was_set = false; in Clear()
H A DOptionValueBoolean.h42 m_value_was_set = false; in Clear()
H A DOptionValueEnumeration.h52 m_value_was_set = false; in Clear()
H A DOptionValueFileSpecList.h45 m_value_was_set = false; in Clear()
H A DOptionValueSInt64.h48 m_value_was_set = false; in Clear()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp33 m_value_was_set = false; in Clear()
103 m_value_was_set = true; in SetValueFromString()
H A DOptionValueString.cpp25 if (!m_current_value.empty() || m_value_was_set) { in DumpValue()
108 m_value_was_set = true; in SetValueFromString()
H A DOptionValue.cpp23 m_value_was_set = other.m_value_was_set; in OptionValue()
32 m_value_was_set = other.m_value_was_set; in operator =()
H A DOptionValueChar.cpp48 m_value_was_set = true; in SetValueFromString()
H A DOptionValueFormat.cpp48 m_value_was_set = true; in SetValueFromString()
H A DOptionValueRegex.cpp51 m_value_was_set = true; in SetValueFromString()
H A DOptionValueSInt64.cpp47 m_value_was_set = true; in SetValueFromString()
H A DOptionValueArch.cpp57 m_value_was_set = true; in SetValueFromString()
H A DOptionValueBoolean.cpp47 m_value_was_set = true; in SetValueFromString()
H A DOptionValueUInt64.cpp51 m_value_was_set = true; in SetValueFromString()
H A DOptionValueLanguage.cpp50 m_value_was_set = true; in SetValueFromString()
H A DOptionValueUUID.cpp45 m_value_was_set = true; in SetValueFromString()

12