GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
m2-lang.h File Reference

Go to the source code of this file.

Classes

struct  builtin_m2_type
 
class  m2_language
 

Functions

void m2_print_type (struct type *, const char *, struct ui_file *, int, int, const struct type_print_options *)
 
int m2_is_long_set (struct type *type)
 
int m2_is_unbounded_array (struct type *type)
 
int get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high)
 
const struct builtin_m2_type * builtin_m2_type (struct gdbarch *gdbarch)
 

Function Documentation

◆ builtin_m2_type()

const struct builtin_m2_type * builtin_m2_type ( struct gdbarch * gdbarch)
extern

◆ get_long_set_bounds()

int get_long_set_bounds ( struct type * type,
LONGEST * low,
LONGEST * high )
extern

◆ m2_is_long_set()

int m2_is_long_set ( struct type * type)
extern

◆ m2_is_unbounded_array()

int m2_is_unbounded_array ( struct type * type)
extern

◆ m2_print_type()

void m2_print_type ( struct type * type,
const char * varstring,
struct ui_file * stream,
int show,
int level,
const struct type_print_options * flags )
extern