Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h506 uint32_t GetNumErrors() const { return m_num_errors; } in GetNumErrors()
606 uint32_t m_num_errors; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp136 m_command_source_depth(0), m_num_errors(0), m_quit_requested(false), in CommandInterpreter()
2836 m_num_errors++; in IOHandlerInputComplete()