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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-type.c776 typy_lookup_typename (const char *type_name, const struct block *block)
859 return typy_lookup_typename (type_name.get (), block);
1420 type = typy_lookup_typename (type_name, block);
774 typy_lookup_typename (const char *type_name, const struct block *block) function
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-type.c799 typy_lookup_typename (const char *type_name, const struct block *block)
882 return typy_lookup_typename (type_name.get (), block);
1442 type = typy_lookup_typename (type_name, block);
797 typy_lookup_typename (const char *type_name, const struct block *block) function

Completed in 98 milliseconds