36 static void f_type_print_args (
struct type *,
struct ui_file *);
70 if ((varstring != NULL && *varstring !=
'\0')
81 if (varstring != NULL)
90 demangled_args = (*varstring !=
'\0' 91 && varstring[strlen (varstring) - 1] ==
')');
106 int show,
int passed_a_ptr)
161 int show,
int passed_a_ptr,
int demangled_args,
162 int arrayprint_recurse_level)
164 int upper_bound, lower_bound;
180 arrayprint_recurse_level++;
182 if (arrayprint_recurse_level == 1)
193 0, 0, arrayprint_recurse_level);
196 if (lower_bound != 1)
212 0, 0, arrayprint_recurse_level);
214 if (arrayprint_recurse_level == 1)
218 arrayprint_recurse_level--;
224 arrayprint_recurse_level);
230 passed_a_ptr, 0, arrayprint_recurse_level);
382 show - 1, level + 4);
386 stream, show - 1, 0, 0, 0);
void val_print_not_allocated(struct ui_file *stream)
#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)
int type_not_allocated(const struct type *type)
#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
void val_print_not_associated(struct ui_file *stream)
struct type * check_typedef(struct type *type)
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)
int type_not_associated(const struct type *type)
void f_type_print_varspec_prefix(struct type *, struct ui_file *, int, int)
#define TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED(arraytype)
void wrap_here(const char *indent)
void type_print_unknown_return_type(struct ui_file *stream)
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 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,...)