Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h43 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1273 result.IsResult(lldb::eCommandInterpreterResultQuitRequested); in RunCommandInterpreter()
1275 result.IsResult(lldb::eCommandInterpreterResultInferiorCrash); in RunCommandInterpreter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3169 if (m_result.IsResult(lldb::eCommandInterpreterResultSuccess) && in IOHandlerInputComplete()