Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h47 m_value_was_set = false; in Clear()
64 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.h253 bool OptionWasSet() const { return m_value_was_set; } in OptionWasSet()
255 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet()
346 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 DOptionValueRegex.h41 m_value_was_set = false; in Clear()
H A DOptionValueChar.h43 m_value_was_set = false; in Clear()
H A DOptionValueBoolean.h42 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 DOptionValueEnumeration.h50 m_value_was_set = false; in Clear()
H A DOptionValueFileSpecList.h43 m_value_was_set = false; in Clear()
H A DOptionValueUInt64.h51 m_value_was_set = false; in Clear()
/freebsd-14.2/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.cpp47 m_value_was_set = true; in SetValueFromString()
H A DOptionValueRegex.cpp51 m_value_was_set = true; in SetValueFromString()
H A DOptionValueArch.cpp49 m_value_was_set = true; in SetValueFromString()
H A DOptionValueSInt64.cpp47 m_value_was_set = true; in SetValueFromString()
H A DOptionValueUInt64.cpp50 m_value_was_set = true; in SetValueFromString()
H A DOptionValueBoolean.cpp47 m_value_was_set = true; in SetValueFromString()
H A DOptionValueLanguage.cpp49 m_value_was_set = true; in SetValueFromString()
H A DOptionValueUUID.cpp45 m_value_was_set = true; in SetValueFromString()

12