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

Public Attributes

const char * oper
 
int token
 
enum exp_opcode opcode
 
token_flags flags
 

Detailed Description

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

Member Data Documentation

◆ flags

token_flags c_token::flags

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

◆ opcode

enum exp_opcode c_token::opcode

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

◆ oper

const char* c_token::oper

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

◆ token

int c_token::token

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


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