Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h184 inline const char *py2_const_cast(const char *s) { return s; } in py2_const_cast() function
307 PyObject_CallMethod(m_py_obj, py2_const_cast(name),
308 py2_const_cast(format), PythonFormat<T>::get(t)...);
317 PyObject *obj = PyObject_CallFunction(m_py_obj, py2_const_cast(format),