Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c4871 struct type *ptrmemtype; in hpread_type_lookup() local
4878 ptrmemtype = alloc_type (objfile); in hpread_type_lookup()
4879 smash_to_member_type (ptrmemtype, class_type, memtype); in hpread_type_lookup()
4880 return make_pointer_type (ptrmemtype, NULL); in hpread_type_lookup()
4890 struct type *ptrmemtype; in hpread_type_lookup() local
4902 ptrmemtype = alloc_type (objfile); in hpread_type_lookup()
4904 smash_to_method_type (ptrmemtype, class_type, retvaltype, in hpread_type_lookup()
4908 return make_pointer_type (ptrmemtype, NULL); in hpread_type_lookup()