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

Public Attributes

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

Detailed Description

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

Member Data Documentation

◆ ival

int d_exp_YYSTYPE::ival

Definition at line 277 of file d-exp.c.

◆ opcode

enum exp_opcode d_exp_YYSTYPE::opcode

Definition at line 279 of file d-exp.c.

Referenced by lex_one_token().

◆ ssym

struct symtoken d_exp_YYSTYPE::ssym

Definition at line 276 of file d-exp.c.

Referenced by classify_inner_name().

◆ sval

struct stoken d_exp_YYSTYPE::sval

Definition at line 274 of file d-exp.c.

Referenced by classify_name(), lex_one_token(), and yylex().

◆ svec

struct stoken_vector d_exp_YYSTYPE::svec

Definition at line 280 of file d-exp.c.

◆ sym

struct symbol* d_exp_YYSTYPE::sym

◆ tsval

struct typed_stoken d_exp_YYSTYPE::tsval

Definition at line 273 of file d-exp.c.

Referenced by lex_one_token().

◆ tsym

struct ttype d_exp_YYSTYPE::tsym

Definition at line 275 of file d-exp.c.

Referenced by classify_inner_name(), classify_name(), lex_one_token(), and yylex().

◆ tval

struct type* d_exp_YYSTYPE::tval

Definition at line 272 of file d-exp.c.

◆ type

struct type* d_exp_YYSTYPE::type

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

Referenced by parse_number(), and yyparse().

◆ [struct]

struct { ... } d_exp_YYSTYPE::typed_val_float

Referenced by parse_number().

◆ [struct]

struct { ... } d_exp_YYSTYPE::typed_val_int

Referenced by parse_number(), and yyparse().

◆ val [1/2]

LONGEST d_exp_YYSTYPE::val

◆ val [2/2]

gdb_byte d_exp_YYSTYPE::val[16]

◆ voidval

int d_exp_YYSTYPE::voidval

Definition at line 278 of file d-exp.c.


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