Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h515 bool CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() argument
520 m_stack[num_io_handlers - 1]->GetType() == top_type && in CheckTopIOHandlerTypes()
H A DDebugger.h219 bool CheckTopIOHandlerTypes(IOHandler::Type top_type,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1314 bool Debugger::CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() argument
1316 return m_io_handler_stack.CheckTopIOHandlerTypes(top_type, second_top_type); in CheckTopIOHandlerTypes()