|
GDB (xrefs)
|
#include "defs.h"#include "gdb_obstack.h"#include "bfd.h"#include "symtab.h"#include "gdbtypes.h"#include "expression.h"#include "value.h"#include "gdbcore.h"#include "target.h"#include "f-lang.h"#include "typeprint.h"Go to the source code of this file.
Functions | |
| static void | f_type_print_varspec_suffix (struct type *, struct ui_file *, int, int, int, int) |
| void | f_type_print_varspec_prefix (struct type *, struct ui_file *, int, int) |
| void | f_type_print_base (struct type *, struct ui_file *, int, int) |
| void | f_print_type (struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags) |
| void f_print_type | ( | struct type * | type, |
| const char * | varstring, | ||
| struct ui_file * | stream, | ||
| int | show, | ||
| int | level, | ||
| const struct type_print_options * | flags | ||
| ) |
Definition at line 51 of file f-typeprint.c.
References code, f_type_print_base(), f_type_print_varspec_prefix(), f_type_print_varspec_suffix(), fputs_filtered(), TYPE_CODE, TYPE_CODE_ARRAY, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_PTR, TYPE_CODE_REF, TYPE_NAME, type_not_allocated(), type_not_associated(), val_print_not_allocated(), and val_print_not_associated().
Definition at line 273 of file f-typeprint.c.
References _, check_typedef(), error(), f77_get_upperbound(), f_type_print_varspec_suffix(), fprintf_filtered(), fprintfi_filtered(), fputs_filtered(), QUIT, TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED, TYPE_CODE, TYPE_CODE_ARRAY, TYPE_CODE_CHAR, TYPE_CODE_ERROR, TYPE_CODE_FUNC, TYPE_CODE_INT, TYPE_CODE_MODULE, TYPE_CODE_PTR, TYPE_CODE_RANGE, TYPE_CODE_REF, TYPE_CODE_STRING, TYPE_CODE_STRUCT, TYPE_CODE_TYPEDEF, TYPE_CODE_UNDEF, TYPE_CODE_UNION, TYPE_CODE_VOID, TYPE_ERROR_NAME, TYPE_FIELD_NAME, TYPE_FIELD_TYPE, TYPE_NAME, TYPE_NFIELDS, type_print_unknown_return_type(), TYPE_TAG_NAME, TYPE_TARGET_TYPE, and wrap_here().
Referenced by f_print_type().
| void f_type_print_varspec_prefix | ( | struct type * | type, |
| struct ui_file * | stream, | ||
| int | show, | ||
| int | passed_a_ptr | ||
| ) |
Definition at line 105 of file f-typeprint.c.
References fprintf_filtered(), QUIT, TYPE_CODE, TYPE_CODE_ARRAY, TYPE_CODE_BOOL, TYPE_CODE_CHAR, TYPE_CODE_COMPLEX, TYPE_CODE_ENUM, TYPE_CODE_ERROR, TYPE_CODE_FLT, TYPE_CODE_FUNC, TYPE_CODE_INT, TYPE_CODE_METHOD, TYPE_CODE_PTR, TYPE_CODE_RANGE, TYPE_CODE_REF, TYPE_CODE_SET, TYPE_CODE_STRING, TYPE_CODE_STRUCT, TYPE_CODE_TYPEDEF, TYPE_CODE_UNDEF, TYPE_CODE_UNION, TYPE_CODE_VOID, TYPE_NAME, and TYPE_TARGET_TYPE.
Referenced by f_print_type().
|
static |
Definition at line 160 of file f-typeprint.c.
References f77_get_lowerbound(), f77_get_upperbound(), fprintf_filtered(), QUIT, TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED, TYPE_CODE, TYPE_CODE_ARRAY, TYPE_CODE_BOOL, TYPE_CODE_CHAR, TYPE_CODE_COMPLEX, TYPE_CODE_ENUM, TYPE_CODE_ERROR, TYPE_CODE_FLT, TYPE_CODE_FUNC, TYPE_CODE_INT, TYPE_CODE_METHOD, TYPE_CODE_PTR, TYPE_CODE_RANGE, TYPE_CODE_REF, TYPE_CODE_SET, TYPE_CODE_STRING, TYPE_CODE_STRUCT, TYPE_CODE_TYPEDEF, TYPE_CODE_UNDEF, TYPE_CODE_UNION, TYPE_CODE_VOID, TYPE_NAME, type_not_allocated(), type_not_associated(), TYPE_TARGET_TYPE, val_print_not_allocated(), and val_print_not_associated().
Referenced by f_print_type(), and f_type_print_base().
1.8.14