GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
/tmp/gdb-13.1/gdb/f-lang.h File Reference
#include "valprint.h"

Go to the source code of this file.

Classes

class  f_language
 
struct  common_block
 
struct  builtin_f_type
 

Functions

LONGEST f77_get_upperbound (struct type *)
 
LONGEST f77_get_lowerbound (struct type *)
 
int calc_f77_array_dims (struct type *)
 
const struct builtin_f_typebuiltin_f_type (struct gdbarch *gdbarch)
 
struct typefortran_preserve_arg_pointer (struct value *arg, struct type *type)
 
CORE_ADDR fortran_adjust_dynamic_array_base_address_hack (struct type *type, CORE_ADDR address)
 

Function Documentation

◆ builtin_f_type()

const struct builtin_f_type * builtin_f_type ( struct gdbarch gdbarch)

◆ calc_f77_array_dims()

int calc_f77_array_dims ( struct type array_type)

◆ f77_get_lowerbound()

LONGEST f77_get_lowerbound ( struct type type)

◆ f77_get_upperbound()

LONGEST f77_get_upperbound ( struct type type)

◆ fortran_adjust_dynamic_array_base_address_hack()

CORE_ADDR fortran_adjust_dynamic_array_base_address_hack ( struct type type,
CORE_ADDR  address 
)

◆ fortran_preserve_arg_pointer()

struct type * fortran_preserve_arg_pointer ( struct value arg,
struct type type 
)

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

References code, and value_type().

Referenced by value_arg_coerce().