Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h514 bool CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() argument
519 m_stack[num_io_handlers - 1]->GetType() == top_type && in CheckTopIOHandlerTypes()
H A DDebugger.h224 bool CheckTopIOHandlerTypes(IOHandler::Type top_type,
/src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1159 bool Debugger::CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() argument
1161 return m_io_handler_stack.CheckTopIOHandlerTypes(top_type, second_top_type); in CheckTopIOHandlerTypes()