Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-arch.c273 PyObject *is_signed_obj = nullptr; in archpy_integer_type() local
276 &size, &is_signed_obj)) in archpy_integer_type()
280 bool is_signed = (is_signed_obj == nullptr in archpy_integer_type()
281 || PyObject_IsTrue (is_signed_obj)); in archpy_integer_type()