35 static void f_type_print_args (
struct type *,
struct ui_file *);
58 if ((varstring != NULL && *varstring !=
'\0')
69 if (varstring != NULL)
76 demangled_args = varstring[strlen (varstring) - 1] ==
')';
91 int show,
int passed_a_ptr)
146 int show,
int passed_a_ptr,
int demangled_args,
147 int arrayprint_recurse_level)
149 int upper_bound, lower_bound;
165 arrayprint_recurse_level++;
167 if (arrayprint_recurse_level == 1)
172 arrayprint_recurse_level);
175 if (lower_bound != 1)
191 arrayprint_recurse_level);
192 if (arrayprint_recurse_level == 1)
196 arrayprint_recurse_level--;
202 arrayprint_recurse_level);
208 passed_a_ptr, 0, arrayprint_recurse_level);
269 if ((show <= 0) && (
TYPE_NAME (type) != NULL))
322 if (strcmp (
TYPE_NAME (type),
"char") == 0)
375 error (
_(
"Invalid type code (%d) in symbol table."),
TYPE_CODE (type));
#define TYPE_ERROR_NAME(type)
void f_print_type(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags)
#define TYPE_FIELD_NAME(thistype, n)
#define TYPE_NAME(thistype)
#define TYPE_FIELD_TYPE(thistype, n)
void f_type_print_base(struct type *, struct ui_file *, int, int)
mach_port_t kern_return_t mach_port_t msgports mach_port_t kern_return_t pid_t pid mach_port_t kern_return_t mach_port_t task mach_port_t kern_return_t int flags
int f77_get_upperbound(struct type *)
void fprintf_filtered(struct ui_file *stream, const char *format,...)
int f77_get_lowerbound(struct type *)
void fputs_filtered(const char *linebuffer, struct ui_file *stream)
void f_type_print_varspec_prefix(struct type *, struct ui_file *, int, int)
void wrap_here(char *indent)
#define TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED(arraytype)
void fprintfi_filtered(int spaces, struct ui_file *stream, const char *format,...)
#define TYPE_TARGET_TYPE(thistype)
#define TYPE_CODE(thistype)
#define TYPE_NFIELDS(thistype)
#define CHECK_TYPEDEF(TYPE)
#define TYPE_TAG_NAME(type)
static void f_type_print_varspec_suffix(struct type *, struct ui_file *, int, int, int, int)
void error(const char *fmt,...)