Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp813 auto x = As<long long>(runStringOneLine("40 + 2", globals, globals)); in TEST_F()
817 Expected<PythonObject> r = runStringOneLine("n = 42", globals, globals); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h687 llvm::Expected<PythonObject> runStringOneLine(const llvm::Twine &string,
H A DPythonDataObjects.cpp1448 python::runStringOneLine(const llvm::Twine &string, in runStringOneLine() function in python
H A DScriptInterpreterPython.cpp998 runStringOneLine(in_string, globals, locals); in ExecuteOneLineWithReturn()