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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-type.c169 convert_field (struct type *type, int field)
291 gdbpy_ref<> value = convert_field (type, i);
304 return convert_field (type, i);
367 gdbpy_ref<> r = convert_field (type, 0);
1201 return convert_field (type, i).release ();
167 convert_field (struct type *type, int field) function
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-type.c146 convert_field (struct type *type, int field)
264 gdbpy_ref<> value = convert_field (type, i);
277 return convert_field (type, i);
340 gdbpy_ref<> r = convert_field (type, 0);
1223 return convert_field (type, i).release ();
144 convert_field (struct type *type, int field) function

Completed in 122 milliseconds