GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
m2_exp_YYSTYPE Union Reference

Public Attributes

LONGEST lval
 
ULONGEST ulval
 
gdb_byte val [16]
 
struct symbolsym
 
struct typetval
 
struct stoken sval
 
int voidval
 
const struct blockbval
 
enum exp_opcode opcode
 
struct internalvarivar
 
struct type ** tvec
 
int * ivec
 

Detailed Description

Definition at line 254 of file m2-exp.c.

Member Data Documentation

◆ bval

const struct block* m2_exp_YYSTYPE::bval

Definition at line 265 of file m2-exp.c.

◆ ivar

struct internalvar* m2_exp_YYSTYPE::ivar

Definition at line 267 of file m2-exp.c.

◆ ivec

int* m2_exp_YYSTYPE::ivec

Definition at line 270 of file m2-exp.c.

◆ lval

LONGEST m2_exp_YYSTYPE::lval

Definition at line 258 of file m2-exp.c.

Referenced by parse_number().

◆ opcode

enum exp_opcode m2_exp_YYSTYPE::opcode

Definition at line 266 of file m2-exp.c.

◆ sval

struct stoken m2_exp_YYSTYPE::sval

Definition at line 263 of file m2-exp.c.

Referenced by yylex().

◆ sym

struct symbol* m2_exp_YYSTYPE::sym

◆ tval

struct type* m2_exp_YYSTYPE::tval

Definition at line 262 of file m2-exp.c.

◆ tvec

struct type** m2_exp_YYSTYPE::tvec

Definition at line 269 of file m2-exp.c.

◆ ulval

ULONGEST m2_exp_YYSTYPE::ulval

Definition at line 259 of file m2-exp.c.

Referenced by parse_number(), and yylex().

◆ val

gdb_byte m2_exp_YYSTYPE::val[16]

◆ voidval

int m2_exp_YYSTYPE::voidval

Definition at line 264 of file m2-exp.c.


The documentation for this union was generated from the following file: