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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c4886 struct type *ptrmemtype;
4893 ptrmemtype = alloc_type (objfile);
4894 smash_to_member_type (ptrmemtype, class_type, memtype);
4895 return make_pointer_type (ptrmemtype, NULL);
4905 struct type *ptrmemtype;
4917 ptrmemtype = alloc_type (objfile);
4919 smash_to_method_type (ptrmemtype, class_type, retvaltype,
4923 return make_pointer_type (ptrmemtype, NULL);
4871 struct type *ptrmemtype; local
4890 struct type *ptrmemtype; local

Completed in 135 milliseconds