Home
last modified time | relevance | path

Searched refs:m_old_value_valid (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp99 m_children_count_valid(false), m_old_value_valid(false), in ValueObject()
128 m_children_count_valid(false), m_old_value_valid(false), in ValueObject()
173 m_old_value_valid = false; in UpdateValueIfNeeded()
175 m_old_value_valid = true; in UpdateValueIfNeeded()
1174 if (!m_value_did_change && m_old_value_valid) { in GetValueAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h934 m_old_value_valid : 1, m_is_deref_of_parent : 1, variable