Home
last modified time | relevance | path

Searched refs:m_needs_update (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h286 void SetNeedsUpdate() { m_needs_update = true; } in SetNeedsUpdate()
292 return m_needs_update; in NeedsUpdating()
312 m_needs_update = false; in SetInvalid()
321 bool m_needs_update = true; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2803 : m_mod_id(), m_exe_ctx_ref(), m_needs_update(true) { in EvaluationPoint()
2840 : m_mod_id(), m_exe_ctx_ref(rhs.m_exe_ctx_ref), m_needs_update(true) {} in EvaluationPoint()
2886 m_needs_update = true; in SyncWithProcessState()
2923 m_needs_update = false; in SetUpdated()
H A DIOHandlerCursesGUI.cpp567 m_needs_update(true), m_can_activate(true), m_is_subwin(false) {} in Window()
573 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
582 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
684 m_needs_update = true; in CreateSubWindow()
706 m_needs_update = true; in RemoveSubWindow()
963 bool m_needs_update; member in curses::Window