reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 3404   return static_cast<uint64_t>(PyLong_AsUnsignedLongLong(obj));
 3759     unsigned long long v = PyLong_AsUnsignedLongLong(obj);
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  479       const uint64_t uval = PyLong_AsUnsignedLongLong(m_py_obj);