reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4227 PyLong_FromLongLong(value) : PyInt_FromLong(static_cast< long >(value));
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp452 l = PyLong_FromLongLong(value); 488 *this = Take<PythonInteger>(PyLong_FromLongLong(value));