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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c5048 struct type *pointed_to_type;
5071 pointed_to_type = TYPE_TARGET_TYPE (first_param_type);
5072 if (pointed_to_type == NULL)
5074 if (TYPE_CODE (pointed_to_type) != TYPE_CODE_CLASS)
5076 class_name = TYPE_NAME (pointed_to_type);
5033 struct type *pointed_to_type; local

Completed in 45 milliseconds