Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dhpread.c5037 struct type *first_param_type; in class_of() local
5053 first_param_type = TYPE_FIELD_TYPE (functype, 0); in class_of()
5054 if (first_param_type == NULL) in class_of()
5056 if (TYPE_CODE (first_param_type) != TYPE_CODE_PTR) in class_of()
5062 pointed_to_type = TYPE_TARGET_TYPE (first_param_type); in class_of()