Searched refs:first_param_type (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c5052 struct type *first_param_type;
5068 first_param_type = TYPE_FIELD_TYPE (functype, 0);
5069 if (first_param_type == NULL)
5071 if (TYPE_CODE (first_param_type) != TYPE_CODE_PTR)
5077 pointed_to_type = TYPE_TARGET_TYPE (first_param_type);
5037 struct type *first_param_type; local

Completed in 122 milliseconds