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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c5046 struct type *first_param_type;
5062 first_param_type = TYPE_FIELD_TYPE (functype, 0);
5063 if (first_param_type == NULL)
5065 if (TYPE_CODE (first_param_type) != TYPE_CODE_PTR)
5071 pointed_to_type = TYPE_TARGET_TYPE (first_param_type);
5031 struct type *first_param_type; local

Completed in 113 milliseconds