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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1653   res = PyBool_FromLong( (SwigPyObject_compare(v, w)==0) == (op == Py_EQ) ? 1 : 0);
 1821       PyObject *obj = PyBool_FromLong(sobj->own);
 3619   return PyBool_FromLong(value ? 1 : 0);
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  512   *this = Take<PythonBoolean>(PyBool_FromLong(value));
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  210     PyObject *py_bool = PyBool_FromLong(value);