Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.h44 m_value_was_set = false; in Clear()
63 m_value_was_set = true; in SetCurrentValue()
H A DOptionValue.h303 bool OptionWasSet() const { return m_value_was_set; } in OptionWasSet()
305 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet()
331 bool m_value_was_set = false; // This can be used to see if a value has been variable
H A DOptionValuePathMappings.h38 m_value_was_set = false; in Clear()
H A DOptionValueUUID.h38 m_value_was_set = false; in Clear()
H A DOptionValueRegex.h37 m_value_was_set = false; in Clear()
H A DOptionValueChar.h39 m_value_was_set = false; in Clear()
H A DOptionValueBoolean.h38 m_value_was_set = false; in Clear()
H A DOptionValueFormat.h40 m_value_was_set = false; in Clear()
H A DOptionValueLanguage.h42 m_value_was_set = false; in Clear()
H A DOptionValueUInt64.h47 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 DOptionValueSInt64.h44 m_value_was_set = false; in Clear()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp33 m_value_was_set = false; in Clear()
96 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 DOptionValueChar.cpp48 m_value_was_set = true; in SetValueFromString()
H A DOptionValueFormat.cpp43 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 DOptionValueBoolean.cpp47 m_value_was_set = true; in SetValueFromString()
H A DOptionValueUInt64.cpp50 m_value_was_set = true; in SetValueFromString()
H A DOptionValueLanguage.cpp47 m_value_was_set = true; in SetValueFromString()
H A DOptionValueUUID.cpp45 m_value_was_set = true; in SetValueFromString()

12