Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DTerminal.cpp443 if (TTYStateIsValid()) in Restore()
464 (TFlagsIsValid() || TTYStateIsValid() || ProcessGroupIsValid()); in IsValid()
469 bool TerminalState::TTYStateIsValid() const { return bool(m_data); } in TTYStateIsValid() function in TerminalState
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DTerminal.h157 bool TTYStateIsValid() const;