GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
f-lang.h File Reference
#include "language.h"
#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_type * builtin_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)
extern

◆ calc_f77_array_dims()

int calc_f77_array_dims ( struct type * array_type)
extern

◆ f77_get_lowerbound()

LONGEST f77_get_lowerbound ( struct type * type)
extern

◆ f77_get_upperbound()

LONGEST f77_get_upperbound ( struct type * type)
extern

◆ fortran_adjust_dynamic_array_base_address_hack()

CORE_ADDR fortran_adjust_dynamic_array_base_address_hack ( struct type * type,
CORE_ADDR address )
extern

◆ fortran_preserve_arg_pointer()

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

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

References type::code(), type, and value::type().

Referenced by value_arg_coerce().