Home
last modified time | relevance | path

Searched defs:error_cstr (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp162 const char *error_cstr = jit_error.AsCString(); in Install() local
H A DClangUserExpression.cpp612 const char *error_cstr = jit_error.AsCString(); in TryParse() local
715 const char *error_cstr = static_init_error.AsCString(); in Parse() local
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp627 const char *error_cstr = error.GetCString(); in MainLoop() local
848 if (const char *error_cstr = error.GetCString()) in main() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp448 const char *error_cstr = result_valobj_sp->GetError().AsCString(); in EvaluateExpression() local
H A DCommandObjectFrame.cpp604 if (auto error_cstr = error.AsCString(nullptr)) in DoExecute() local
H A DCommandObjectWatchpoint.cpp938 const char *error_cstr = error.AsCString(nullptr); in DoExecute() local
H A DCommandObjectMemory.cpp677 const char *error_cstr = error.AsCString(); in DoExecute() local
H A DCommandObjectTarget.cpp2577 const char *error_cstr = error.AsCString(); in DoExecute() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandReturnObject.cpp335 void SBCommandReturnObject::SetError(const char *error_cstr) { in SetError()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp130 const char *error_cstr = error.AsCString(); in ParseOptions() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp940 const char *error_cstr = error.AsCString(); in DoExecute() local
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1098 if (const char *error_cstr = error.AsCString()) in ParseInstructions() local
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1238 const char *error_cstr = error.GetCString(); in request_evaluate() local