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

Public Attributes

LONGEST lval
 
struct { 
 
   LONGEST   val 
 
   struct type *   type 
 
typed_val_int 
 
struct { 
 
   gdb_byte   val [16] 
 
   struct type *   type 
 
typed_val_float 
 
struct stoken sval
 
struct symtoken ssym
 
struct typetval
 
struct typed_stoken tsval
 
struct ttype tsym
 
int voidval
 
enum exp_opcode opcode
 
struct internalvarivar
 
struct stoken_vector svec
 

Detailed Description

Definition at line 240 of file go-exp.c.

Member Data Documentation

◆ ivar

struct internalvar* go_exp_YYSTYPE::ivar

Definition at line 260 of file go-exp.c.

◆ lval

LONGEST go_exp_YYSTYPE::lval

Definition at line 244 of file go-exp.c.

◆ opcode

enum exp_opcode go_exp_YYSTYPE::opcode

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

Referenced by lex_one_token().

◆ ssym

struct symtoken go_exp_YYSTYPE::ssym

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

Referenced by classify_name(), and classify_packaged_name().

◆ sval

struct stoken go_exp_YYSTYPE::sval

◆ svec

struct stoken_vector go_exp_YYSTYPE::svec

Definition at line 261 of file go-exp.c.

◆ tsval

struct typed_stoken go_exp_YYSTYPE::tsval

Definition at line 256 of file go-exp.c.

Referenced by lex_one_token().

◆ tsym

struct ttype go_exp_YYSTYPE::tsym

Definition at line 257 of file go-exp.c.

Referenced by classify_name().

◆ tval

struct type* go_exp_YYSTYPE::tval

Definition at line 255 of file go-exp.c.

◆ type

struct type* go_exp_YYSTYPE::type

Definition at line 247 of file go-exp.c.

Referenced by parse_number(), and yyparse().

◆ [struct]

struct { ... } go_exp_YYSTYPE::typed_val_float

Referenced by parse_number().

◆ [struct]

struct { ... } go_exp_YYSTYPE::typed_val_int

Referenced by parse_number(), and yyparse().

◆ val [1/2]

LONGEST go_exp_YYSTYPE::val

◆ val [2/2]

gdb_byte go_exp_YYSTYPE::val[16]

◆ voidval

int go_exp_YYSTYPE::voidval

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


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