Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DIOHandler.h516 bool CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() argument
521 m_stack[num_io_handlers - 1]->GetType() == top_type && in CheckTopIOHandlerTypes()
DDebugger.h226 bool CheckTopIOHandlerTypes(IOHandler::Type top_type,
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp1063 bool Debugger::CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() argument
1065 return m_io_handler_stack.CheckTopIOHandlerTypes(top_type, second_top_type); in CheckTopIOHandlerTypes()