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

Public Attributes

LONGEST lval
 
struct { 
 
   LONGEST   val 
 
   struct type *   type 
 
typed_val 
 
struct { 
 
   gdb_byte   val [16] 
 
   struct type *   type 
 
typed_val_float 
 
struct symbolsym
 
struct typetval
 
struct stoken sval
 
struct ttype tsym
 
struct symtoken ssym
 
int voidval
 
enum exp_opcode opcode
 
struct internalvarivar
 
struct type ** tvec
 
int * ivec
 

Detailed Description

Definition at line 290 of file f-exp.c.

Member Data Documentation

◆ ivar

struct internalvar* f_exp_YYSTYPE::ivar

Definition at line 310 of file f-exp.c.

◆ ivec

int* f_exp_YYSTYPE::ivec

Definition at line 313 of file f-exp.c.

◆ lval

LONGEST f_exp_YYSTYPE::lval

Definition at line 294 of file f-exp.c.

Referenced by yylex().

◆ opcode

enum exp_opcode f_exp_YYSTYPE::opcode

Definition at line 309 of file f-exp.c.

Referenced by yylex().

◆ ssym

struct symtoken f_exp_YYSTYPE::ssym

Definition at line 307 of file f-exp.c.

Referenced by yylex().

◆ sval

struct stoken f_exp_YYSTYPE::sval

Definition at line 305 of file f-exp.c.

Referenced by match_string_literal(), and yylex().

◆ sym

struct symbol* f_exp_YYSTYPE::sym

◆ tsym

struct ttype f_exp_YYSTYPE::tsym

Definition at line 306 of file f-exp.c.

Referenced by yylex().

◆ tval

struct type* f_exp_YYSTYPE::tval

Definition at line 304 of file f-exp.c.

◆ tvec

struct type** f_exp_YYSTYPE::tvec

Definition at line 312 of file f-exp.c.

◆ type

struct type* f_exp_YYSTYPE::type

Definition at line 297 of file f-exp.c.

Referenced by parse_number(), and yyparse().

◆ [struct]

struct { ... } f_exp_YYSTYPE::typed_val

Referenced by parse_number(), and yyparse().

◆ [struct]

struct { ... } f_exp_YYSTYPE::typed_val_float

Referenced by parse_number().

◆ val [1/2]

LONGEST f_exp_YYSTYPE::val

◆ val [2/2]

gdb_byte f_exp_YYSTYPE::val[16]

◆ voidval

int f_exp_YYSTYPE::voidval

Definition at line 308 of file f-exp.c.


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