Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); } in GetStopOnContinue()
101 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError()
107 bool GetStopOnCrash() const { return DefaultToNo(m_stop_on_crash); } in GetStopOnCrash()
157 static bool DefaultToNo(LazyBool flag) { in DefaultToNo() function