File parse-yacc.h

Included in: parse-lex.c

Preprocessor definitions

#define YY_Y_TAB_H

#define YYDEBUG 0

#define YYTOKENTYPE

#define IDENTIFIER 258

#define TYPE_NAME 259

#define LITERAL 260

#define STRING_LITERAL 261

#define ELLIPSES 262

#define MUL_ASSIGN 263

#define DIV_ASSIGN 264

#define MOD_ASSIGN 265

#define ADD_ASSIGN 266

#define SUB_ASSIGN 267

#define LEFT_ASSIGN 268

#define RIGHT_ASSIGN 269

#define AND_ASSIGN 270

#define XOR_ASSIGN 271

#define OR_ASSIGN 272

#define EQ_OP 273

#define NE_OP 274

#define PTR_OP 275

#define AND_OP 276

#define OR_OP 277

#define DEC_OP 278

#define INC_OP 279

#define LE_OP 280

#define GE_OP 281

#define LEFT_SHIFT 282

#define RIGHT_SHIFT 283

#define SIZEOF 284

#define TYPEDEF 285

#define EXTERN 286

#define STATIC 287

#define AUTO 288

#define REGISTER 289

#define CONST 290

#define VOLATILE 291

#define VOID 292

#define INLINE 293

#define CHAR 294

#define SHORT 295

#define INT 296

#define LONG 297

#define SIGNED 298

#define UNSIGNED 299

#define FLOAT 300

#define DOUBLE 301

#define BOOL 302

#define STRUCT 303

#define UNION 304

#define ENUM 305

#define CASE 306

#define DEFAULT 307

#define IF 308

#define ELSE 309

#define SWITCH 310

#define WHILE 311

#define DO 312

#define FOR 313

#define GOTO 314

#define CONTINUE 315

#define BREAK 316

#define RETURN 317

#define ASM 318

#define YYSTYPE_IS_TRIVIAL 1

#define yystype YYSTYPE

#define YYSTYPE_IS_DECLARED 1


Type enum yytokentype

enum yytokentype
enum yytokentype  
   {  
      IDENTIFIER;  
      TYPE_NAME;  
      LITERAL;  
      STRING_LITERAL;  
      ELLIPSES;  
      MUL_ASSIGN;  
      DIV_ASSIGN;  
      MOD_ASSIGN;  
      ADD_ASSIGN;  
      SUB_ASSIGN;  
      LEFT_ASSIGN;  
      RIGHT_ASSIGN;  
      AND_ASSIGN;  
      XOR_ASSIGN;  
      OR_ASSIGN;  
      EQ_OP;  
      NE_OP;  
      PTR_OP;  
      AND_OP;  
      OR_OP;  
      DEC_OP;  
      INC_OP;  
      LE_OP;  
      GE_OP;  
      LEFT_SHIFT;  
      RIGHT_SHIFT;  
      SIZEOF;  
      TYPEDEF;  
      EXTERN;  
      STATIC;  
      AUTO;  
      REGISTER;  
      CONST;  
      VOLATILE;  
      VOID;  
      INLINE;  
      CHAR;  
      SHORT;  
      INT;  
      LONG;  
      SIGNED;  
      UNSIGNED;  
      FLOAT;  
      DOUBLE;  
      BOOL;  
      STRUCT;  
      UNION;  
      ENUM;  
      CASE;  
      DEFAULT;  
      IF;  
      ELSE;  
      SWITCH;  
      WHILE;  
      DO;  
      FOR;  
      GOTO;  
      CONTINUE;  
      BREAK;  
      RETURN;  
      ASM;  
   }  

Typedef YYSTYPE

typedef int YYSTYPE

External Variables

yylval
extern YYSTYPE yylval
Defined in: parse-yacc.c