Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-breakpoint.c198 else if (PyInt_Check (newvalue)) in bppy_set_thread()
241 else if (PyInt_Check (newvalue)) in bppy_set_task()
312 else if (! PyInt_Check (newvalue)) in bppy_set_ignore_count()
H A Dpy-arch.c116 else if (PyInt_Check (end_obj)) in archpy_disassemble()
H A Dpython-internal.h66 #define PyInt_Check PyLong_Check macro
H A Dpy-cmd.c277 else if (PyInt_Check (resultobj)) in VEC()
H A Dpy-param.c233 if (! PyInt_Check (value)) in set_parameter_value()
H A Dpy-value.c1268 else if (PyInt_Check (obj)) in convert_value_from_python()
H A Dpy-type.c487 if (!PyInt_Check (n2_obj)) in typy_array_1()