Searched refs:typy_array_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-type.c491 typy_array_1 (PyObject *self, PyObject *args, int is_vector)
545 return typy_array_1 (self, args, 0);
553 return typy_array_1 (self, args, 1);
489 typy_array_1 (PyObject *self, PyObject *args, int is_vector) function
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-type.c507 typy_array_1 (PyObject *self, PyObject *args, int is_vector)
561 return typy_array_1 (self, args, 0);
569 return typy_array_1 (self, args, 1);
505 typy_array_1 (PyObject *self, PyObject *args, int is_vector) function

Completed in 91 milliseconds