GDB (xrefs)
Classes | Functions
/tmp/gdb-8.1/gdb/f-lang.h File Reference

Go to the source code of this file.

Classes

struct  common_block
 
struct  builtin_f_type
 

Functions

int f_parse (struct parser_state *)
 
void f_yyerror (const char *)
 
void f_print_type (struct type *, const char *, struct ui_file *, int, int, const struct type_print_options *)
 
void f_val_print (struct type *, int, CORE_ADDR, struct ui_file *, int, struct value *, const struct value_print_options *)
 
int f77_get_upperbound (struct type *)
 
int f77_get_lowerbound (struct type *)
 
void f77_get_dynamic_array_length (struct type *)
 
int calc_f77_array_dims (struct type *)
 
const struct builtin_f_typebuiltin_f_type (struct gdbarch *gdbarch)
 

Function Documentation

◆ builtin_f_type()

const struct builtin_f_type* builtin_f_type ( struct gdbarch gdbarch)

Definition at line 364 of file f-lang.c.

References f_type_data, and gdbarch_data().

Referenced by build_fortran_types(), and f_language_arch_info().

◆ calc_f77_array_dims()

int calc_f77_array_dims ( struct type )

Definition at line 3280 of file eval.c.

References _, error(), TYPE_CODE, TYPE_CODE_ARRAY, and TYPE_TARGET_TYPE.

Referenced by evaluate_subexp_standard(), and f77_print_array().

◆ f77_get_dynamic_array_length()

void f77_get_dynamic_array_length ( struct type )

◆ f77_get_lowerbound()

int f77_get_lowerbound ( struct type )

◆ f77_get_upperbound()

int f77_get_upperbound ( struct type )

◆ f_parse()

int f_parse ( struct parser_state )

Definition at line 2924 of file f-exp.c.

References gdb_assert, make_scoped_restore(), pstate, and yyparse().

◆ f_print_type()

void f_print_type ( struct type ,
const char *  ,
struct ui_file ,
int  ,
int  ,
const struct type_print_options  
)

◆ f_val_print()

void f_val_print ( struct type ,
int  ,
CORE_ADDR  ,
struct ui_file ,
int  ,
struct value ,
const struct value_print_options  
)

◆ f_yyerror()

void f_yyerror ( const char *  )