GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
p_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 symbolsym
 
struct typetval
 
struct stoken sval
 
struct ttype tsym
 
struct symtoken ssym
 
int voidval
 
const struct blockbval
 
enum exp_opcode opcode
 
struct internalvarivar
 
struct type ** tvec
 
int * ivec
 

Detailed Description

Definition at line 230 of file p-exp.c.

Member Data Documentation

◆ bval

const struct block* p_exp_YYSTYPE::bval

Definition at line 249 of file p-exp.c.

◆ ivar

struct internalvar* p_exp_YYSTYPE::ivar

Definition at line 251 of file p-exp.c.

◆ ivec

int* p_exp_YYSTYPE::ivec

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

◆ lval

LONGEST p_exp_YYSTYPE::lval

Definition at line 234 of file p-exp.c.

Referenced by yylex().

◆ opcode

enum exp_opcode p_exp_YYSTYPE::opcode

Definition at line 250 of file p-exp.c.

Referenced by yylex().

◆ ssym

struct symtoken p_exp_YYSTYPE::ssym

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

Referenced by yylex().

◆ sval

struct stoken p_exp_YYSTYPE::sval

Definition at line 245 of file p-exp.c.

Referenced by yylex().

◆ sym

struct symbol* p_exp_YYSTYPE::sym

◆ tsym

struct ttype p_exp_YYSTYPE::tsym

Definition at line 246 of file p-exp.c.

Referenced by yylex().

◆ tval

struct type* p_exp_YYSTYPE::tval

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

◆ tvec

struct type** p_exp_YYSTYPE::tvec

Definition at line 253 of file p-exp.c.

◆ type

struct type* p_exp_YYSTYPE::type

Definition at line 237 of file p-exp.c.

Referenced by parse_number(), yylex(), and yyparse().

◆ [struct]

struct { ... } p_exp_YYSTYPE::typed_val_float

Referenced by parse_number().

◆ [struct]

struct { ... } p_exp_YYSTYPE::typed_val_int

Referenced by parse_number(), yylex(), and yyparse().

◆ val [1/2]

LONGEST p_exp_YYSTYPE::val

◆ val [2/2]

gdb_byte p_exp_YYSTYPE::val[16]

◆ voidval

int p_exp_YYSTYPE::voidval

Definition at line 248 of file p-exp.c.


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