Searched refs:first_param_type (Results 1 – 1 of 1) sorted by relevance
5037 struct type *first_param_type; in class_of() local5053 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()