Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h525 IOHandler::Type second_top_type) { in CheckTopIOHandlerTypes() argument
530 m_stack[num_io_handlers - 2]->GetType() == second_top_type); in CheckTopIOHandlerTypes()
H A DDebugger.h250 IOHandler::Type second_top_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp935 IOHandler::Type second_top_type) { in CheckTopIOHandlerTypes() argument
936 return m_io_handler_stack.CheckTopIOHandlerTypes(top_type, second_top_type); in CheckTopIOHandlerTypes()