Home | History | Annotate | Download | only in Core

Lines Matching refs:m_synthetic_value

82     m_synthetic_value(NULL),
128 m_synthetic_value(NULL),
774 m_synthetic_value->UpdateValueIfNeeded(); // the summary might depend on the synthetic children being up-to-date (e.g. ${svar%#})
2216 m_synthetic_value = NULL;
2222 if (!UpdateFormatsIfNeeded() && m_synthetic_value)
2228 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value)
2231 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp);
2288 if (m_synthetic_value)
2289 return m_synthetic_value->GetSP();
2304 if (m_synthetic_value)
4052 if (m_synthetic_value)
4053 m_synthetic_value = NULL;