Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c5031 struct type *first_param_type; in class_of() local
5047 first_param_type = TYPE_FIELD_TYPE (functype, 0); in class_of()
5048 if (first_param_type == NULL) in class_of()
5050 if (TYPE_CODE (first_param_type) != TYPE_CODE_PTR) in class_of()
5056 pointed_to_type = TYPE_TARGET_TYPE (first_param_type); in class_of()