Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Df-typeprint.c39 f_language::print_typedef (struct type *type, struct symbol *new_symbol, in print_typedef()
49 f_language::print_type (struct type *type, const char *varstring, in print_type()
93 f_language::f_type_print_varspec_prefix (struct type *type, in f_type_print_varspec_prefix()
148 f_language::f_type_print_varspec_suffix (struct type *type, in f_type_print_varspec_suffix()
288 f_language::f_type_print_derivation_info (struct type *type, in f_type_print_derivation_info()
301 f_language::f_type_print_base (struct type *type, struct ui_file *stream, in f_type_print_base()
Df-lang.h34 class f_language : public language_defn
37 f_language () in f_language() function
Df-lang.c80 f_language::get_encoding (struct type *type) in get_encoding()
106 f_language::value_string (struct gdbarch *gdbarch, in value_string()
1663 f_language::print_array_index (struct type *index_type, LONGEST index, in print_array_index()
1677 f_language::language_arch_info (struct gdbarch *gdbarch, in language_arch_info()
1707 f_language::search_name_hash (const char *name) const in search_name_hash()
1715 f_language::lookup_symbol_nonlocal (const char *name, in lookup_symbol_nonlocal()
1725 f_language::get_symbol_name_matcher_inner in get_symbol_name_matcher_inner()
1733 static f_language f_language_defn;
Df-valprint.c452 f_language::value_print_inner (struct value *val, struct ui_file *stream, in value_print_inner()
DChangeLog-202034 * f-valprint.c (f_language::value_print_inner): Likewise.
169 * f-lang.h (f_language::printchar): Likewise.
301 * f-typeprint.c (f_language::f_type_print_base): Update.
1395 (f_language::exp_descriptor_tab): Update.
1880 (f_language::language_arch_info): Update.
3075 (f_language::parser): ...this.
3077 (f_language::get_encoding): ...this.
3079 (f_language::op_print_tab): ...this.
3081 (f_language::exp_descriptor_tab): ...this.
3082 (class f_language): Moved to f-lang.h.
[all …]
Df-exp.y1708 f_language::parser (struct parser_state *par_state) const in parser()
DChangeLog-20214212 * f-lang.h (class f_language) <opcode_print_table>: Remove
4214 * f-lang.c (f_language::op_print_tab): Remove.
4289 * f-lang.h (class f_language) <expresssion_ops>: Remove.
4294 (f_language::exp_descriptor_tab, fortran_prepare_argument):
4332 (f_language::parser): Update.