Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
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
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp579 m_needs_update(true), m_can_activate(true), m_is_subwin(false) {} in Window()
586 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
596 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
698 m_needs_update = true; in CreateSubWindow()
720 m_needs_update = true; in RemoveSubWindow()
977 bool m_needs_update; member in curses::Window
DValueObject.cpp2901 m_needs_update = true; in SyncWithProcessState()
2938 m_needs_update = false; in SetUpdated()