reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
734 llvm::Expected<PythonObject> runStringOneLine(const llvm::Twine &string,
1084 runStringOneLine(in_string, globals, locals);
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp838 auto x = As<long long>(runStringOneLine("40 + 2", globals, globals)); 842 Expected<PythonObject> r = runStringOneLine("n = 42", globals, globals);