Commit e88e3c0b by Jason Merrill

regen

From-SVN: r28513
parent 5d83f44b
This source diff could not be displayed because it is too large. You can view the blob instead.
typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagged_type_tree ftype; } YYSTYPE; typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagged_type_tree ftype; } YYSTYPE;
#define IDENTIFIER 257 #define IDENTIFIER 258
#define TYPENAME 258 #define TYPENAME 259
#define SELFNAME 259 #define SELFNAME 260
#define PFUNCNAME 260 #define PFUNCNAME 261
#define SCSPEC 261 #define SCSPEC 262
#define TYPESPEC 262 #define TYPESPEC 263
#define CV_QUALIFIER 263 #define CV_QUALIFIER 264
#define CONSTANT 264 #define CONSTANT 265
#define STRING 265 #define STRING 266
#define ELLIPSIS 266 #define ELLIPSIS 267
#define SIZEOF 267 #define SIZEOF 268
#define ENUM 268 #define ENUM 269
#define IF 269 #define IF 270
#define ELSE 270 #define ELSE 271
#define WHILE 271 #define WHILE 272
#define DO 272 #define DO 273
#define FOR 273 #define FOR 274
#define SWITCH 274 #define SWITCH 275
#define CASE 275 #define CASE 276
#define DEFAULT 276 #define DEFAULT 277
#define BREAK 277 #define BREAK 278
#define CONTINUE 278 #define CONTINUE 279
#define RETURN_KEYWORD 279 #define RETURN_KEYWORD 280
#define GOTO 280 #define GOTO 281
#define ASM_KEYWORD 281 #define ASM_KEYWORD 282
#define TYPEOF 282 #define TYPEOF 283
#define ALIGNOF 283 #define ALIGNOF 284
#define SIGOF 284 #define SIGOF 285
#define ATTRIBUTE 285 #define ATTRIBUTE 286
#define EXTENSION 286 #define EXTENSION 287
#define LABEL 287 #define LABEL 288
#define REALPART 288 #define REALPART 289
#define IMAGPART 289 #define IMAGPART 290
#define VA_ARG 290 #define VA_ARG 291
#define AGGR 291 #define AGGR 292
#define VISSPEC 292 #define VISSPEC 293
#define DELETE 293 #define DELETE 294
#define NEW 294 #define NEW 295
#define THIS 295 #define THIS 296
#define OPERATOR 296 #define OPERATOR 297
#define CXX_TRUE 297 #define CXX_TRUE 298
#define CXX_FALSE 298 #define CXX_FALSE 299
#define NAMESPACE 299 #define NAMESPACE 300
#define TYPENAME_KEYWORD 300 #define TYPENAME_KEYWORD 301
#define USING 301 #define USING 302
#define LEFT_RIGHT 302 #define LEFT_RIGHT 303
#define TEMPLATE 303 #define TEMPLATE 304
#define TYPEID 304 #define TYPEID 305
#define DYNAMIC_CAST 305 #define DYNAMIC_CAST 306
#define STATIC_CAST 306 #define STATIC_CAST 307
#define REINTERPRET_CAST 307 #define REINTERPRET_CAST 308
#define CONST_CAST 308 #define CONST_CAST 309
#define SCOPE 309 #define SCOPE 310
#define EMPTY 310 #define EMPTY 311
#define PTYPENAME 311 #define PTYPENAME 312
#define NSNAME 312 #define NSNAME 313
#define THROW 313 #define THROW 314
#define ASSIGN 314 #define ASSIGN 315
#define OROR 315 #define OROR 316
#define ANDAND 316 #define ANDAND 317
#define MIN_MAX 317 #define MIN_MAX 318
#define EQCOMPARE 318 #define EQCOMPARE 319
#define ARITHCOMPARE 319 #define ARITHCOMPARE 320
#define LSHIFT 320 #define LSHIFT 321
#define RSHIFT 321 #define RSHIFT 322
#define POINTSAT_STAR 322 #define POINTSAT_STAR 323
#define DOT_STAR 323 #define DOT_STAR 324
#define UNARY 324 #define UNARY 325
#define PLUSPLUS 325 #define PLUSPLUS 326
#define MINUSMINUS 326 #define MINUSMINUS 327
#define HYPERUNARY 327 #define HYPERUNARY 328
#define POINTSAT 328 #define POINTSAT 329
#define TRY 329 #define TRY 330
#define CATCH 330 #define CATCH 331
#define PRE_PARSED_FUNCTION_DECL 331 #define PRE_PARSED_FUNCTION_DECL 332
#define EXTERN_LANG_STRING 332 #define EXTERN_LANG_STRING 333
#define ALL 333 #define ALL 334
#define PRE_PARSED_CLASS_DECL 334 #define PRE_PARSED_CLASS_DECL 335
#define DEFARG 335 #define DEFARG 336
#define DEFARG_MARKER 336 #define DEFARG_MARKER 337
#define TYPENAME_DEFN 337 #define TYPENAME_DEFN 338
#define IDENTIFIER_DEFN 338 #define IDENTIFIER_DEFN 339
#define PTYPENAME_DEFN 339 #define PTYPENAME_DEFN 340
#define END_OF_LINE 340 #define END_OF_LINE 341
#define END_OF_SAVED_INPUT 341 #define END_OF_SAVED_INPUT 342
extern YYSTYPE yylval; extern YYSTYPE yylval;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment