Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h529 const size_t num_io_handlers = m_stack.size(); in CheckTopIOHandlerTypes() local
530 return (num_io_handlers >= 2 && in CheckTopIOHandlerTypes()
531 m_stack[num_io_handlers - 1]->GetType() == top_type && in CheckTopIOHandlerTypes()
532 m_stack[num_io_handlers - 2]->GetType() == second_top_type); in CheckTopIOHandlerTypes()