Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h478 m_top = sp.get(); in Push()
506 m_top = (m_stack.empty() ? nullptr : m_stack.back().get()); in Pop()
512 return m_top == io_handler_sp.get(); in IsTop()
525 return ((m_top != nullptr) ? m_top->GetControlSequence(ch) in GetTopIOHandlerControlSequence()
530 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
534 return ((m_top != nullptr) ? m_top->GetHelpPrologue() : nullptr); in GetTopIOHandlerHelpPrologue()
543 IOHandler *m_top = nullptr; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp117 if (!m_top) in PrintAsync()
119 m_top->PrintAsync(s, len, is_stdout); in PrintAsync()