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

Classes

struct  nested
 

Public Attributes

struct demangle_component * comp
 
struct cp_name_parser_YYSTYPE::nested nested
 
struct { 
 
   struct demangle_component *   comp 
 
   struct demangle_component *   last 
 
nested1 
 
struct { 
 
   struct demangle_component *   comp 
 
   struct demangle_component **   last 
 
   struct nested   fn 
 
   struct demangle_component *   start 
 
   int   fold_flag 
 
abstract 
 
int lval
 
const char * opname
 

Detailed Description

Definition at line 249 of file cp-name-parser.c.

Member Data Documentation

◆ [struct]

struct { ... } cp_name_parser_YYSTYPE::abstract

◆ comp

struct demangle_component* cp_name_parser_YYSTYPE::comp

Definition at line 253 of file cp-name-parser.c.

Referenced by cpname_state::parse_number(), and yylex().

◆ fn

struct nested cp_name_parser_YYSTYPE::fn

Definition at line 263 of file cp-name-parser.c.

◆ fold_flag

int cp_name_parser_YYSTYPE::fold_flag

Definition at line 265 of file cp-name-parser.c.

◆ last [1/2]

struct demangle_component * cp_name_parser_YYSTYPE::last

Definition at line 259 of file cp-name-parser.c.

◆ last [2/2]

struct demangle_component ** cp_name_parser_YYSTYPE::last

Definition at line 262 of file cp-name-parser.c.

◆ lval

int cp_name_parser_YYSTYPE::lval

Definition at line 267 of file cp-name-parser.c.

Referenced by yylex().

◆ nested

struct cp_name_parser_YYSTYPE::nested cp_name_parser_YYSTYPE::nested

◆ [struct]

struct { ... } cp_name_parser_YYSTYPE::nested1

◆ opname

const char* cp_name_parser_YYSTYPE::opname

Definition at line 268 of file cp-name-parser.c.

◆ start

struct demangle_component* cp_name_parser_YYSTYPE::start

Definition at line 264 of file cp-name-parser.c.


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