GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
c_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 typetval
 
struct stoken sval
 
struct typed_stoken tsval
 
struct ttype tsym
 
struct symtoken ssym
 
int voidval
 
const struct blockbval
 
enum exp_opcode opcode
 
struct stoken_vector svec
 
std::vector< struct type * > * tvec
 
struct type_stacktype_stack
 
struct objc_class_str theclass
 

Detailed Description

Definition at line 351 of file c-exp.c.

Member Data Documentation

◆ bval

const struct block* c_exp_YYSTYPE::bval

Definition at line 370 of file c-exp.c.

Referenced by classify_name(), and yylex().

◆ lval

LONGEST c_exp_YYSTYPE::lval

Definition at line 355 of file c-exp.c.

◆ opcode

enum exp_opcode c_exp_YYSTYPE::opcode

Definition at line 371 of file c-exp.c.

Referenced by lex_one_token().

◆ ssym

struct symtoken c_exp_YYSTYPE::ssym

Definition at line 368 of file c-exp.c.

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

◆ sval

struct stoken c_exp_YYSTYPE::sval

Definition at line 365 of file c-exp.c.

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

◆ svec

struct stoken_vector c_exp_YYSTYPE::svec

Definition at line 373 of file c-exp.c.

◆ theclass

struct objc_class_str c_exp_YYSTYPE::theclass

Definition at line 378 of file c-exp.c.

Referenced by classify_name().

◆ tsval

struct typed_stoken c_exp_YYSTYPE::tsval

Definition at line 366 of file c-exp.c.

Referenced by lex_one_token().

◆ tsym

struct ttype c_exp_YYSTYPE::tsym

Definition at line 367 of file c-exp.c.

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

◆ tval

struct type* c_exp_YYSTYPE::tval

Definition at line 364 of file c-exp.c.

◆ tvec

std::vector<struct type *>* c_exp_YYSTYPE::tvec

Definition at line 374 of file c-exp.c.

◆ type

struct type* c_exp_YYSTYPE::type

Definition at line 358 of file c-exp.c.

Referenced by parse_number(), and yyparse().

◆ type_stack

struct type_stack* c_exp_YYSTYPE::type_stack

Definition at line 376 of file c-exp.c.

◆ [struct]

struct { ... } c_exp_YYSTYPE::typed_val_float

Referenced by parse_number().

◆ [struct]

struct { ... } c_exp_YYSTYPE::typed_val_int

Referenced by parse_number(), and yyparse().

◆ val [1/2]

LONGEST c_exp_YYSTYPE::val

◆ val [2/2]

gdb_byte c_exp_YYSTYPE::val[16]

◆ voidval

int c_exp_YYSTYPE::voidval

Definition at line 369 of file c-exp.c.


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