Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h52 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3157 m_result.SetResult(lldb::eCommandInterpreterResultCommandError); in IOHandlerInputComplete()
3163 m_result.SetResult(lldb::eCommandInterpreterResultQuitRequested); in IOHandlerInputComplete()
3174 m_result.SetResult(lldb::eCommandInterpreterResultInferiorCrash); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp344 Self->SetResult(Result, Context); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1121 void SetResult(APValue Value, const ASTContext &Context) { in SetResult() function