HomeSort by: relevance | last modified time | path
    Searched defs:to_string_obj (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
python.c 657 PyObject *to_string_obj = nullptr;
663 &PyBool_Type, &to_string_obj))
676 if (to_string_obj != nullptr)
678 int cmp = PyObject_IsTrue (to_string_obj);
655 PyObject *to_string_obj = nullptr; local
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 650 PyObject *to_string_obj = nullptr;
656 &PyBool_Type, &to_string_obj))
669 if (to_string_obj != nullptr)
671 int cmp = PyObject_IsTrue (to_string_obj);
648 PyObject *to_string_obj = nullptr; local

Completed in 27 milliseconds