GDB (xrefs)
Public Attributes | List of all members
exp_element Union Reference

#include "expression.h"

Public Attributes

enum exp_opcode opcode
 
struct symbolsymbol
 
LONGEST longconst
 
DOUBLEST doubleconst
 
gdb_byte decfloatconst [16]
 
char string
 
struct typetype
 
struct internalvarinternalvar
 
const struct blockblock
 
struct objfileobjfile
 

Detailed Description

Definition at line 63 of file expression.h.

Member Data Documentation

const struct block* exp_element::block
gdb_byte exp_element::decfloatconst[16]

Definition at line 69 of file expression.h.

Referenced by evaluate_subexp_standard(), and write_exp_elt_decfloatcst().

DOUBLEST exp_element::doubleconst
struct internalvar* exp_element::internalvar
LONGEST exp_element::longconst
struct objfile* exp_element::objfile
enum exp_opcode exp_element::opcode
char exp_element::string
struct symbol* exp_element::symbol
struct type* exp_element::type

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