Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h515 IOHandler::Type second_top_type) { in CheckTopIOHandlerTypes() argument
520 m_stack[num_io_handlers - 2]->GetType() == second_top_type); in CheckTopIOHandlerTypes()
H A DDebugger.h225 IOHandler::Type second_top_type);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1160 IOHandler::Type second_top_type) { in CheckTopIOHandlerTypes() argument
1161 return m_io_handler_stack.CheckTopIOHandlerTypes(top_type, second_top_type); in CheckTopIOHandlerTypes()