#include "bconfig.h" #line 2 "gengtype-lex.c" #line 4 "gengtype-lex.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 37 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE yyrestart(yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif extern yy_size_t yyleng; extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ int yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow yywrap()'s to do buffer switches * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyrestart (FILE *input_file ); void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); void yy_delete_buffer (YY_BUFFER_STATE b ); void yy_flush_buffer (YY_BUFFER_STATE b ); void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); void yypop_buffer_state (void ); static void yyensure_buffer_stack (void ); static void yy_load_buffer_state (void ); static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); void *yyalloc (yy_size_t ); void *yyrealloc (void *,yy_size_t ); void yyfree (void * ); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define yywrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern int yylineno; int yylineno = 1; extern char *yytext; #define yytext_ptr yytext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ yyleng = (int) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 53 #define YY_END_OF_BUFFER 54 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[561] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 54, 41, 38, 50, 41, 50, 39, 41, 41, 39, 39, 39, 39, 39, 35, 9, 9, 33, 35, 15, 35, 33, 33, 25, 35, 35, 35, 35, 35, 35, 35, 35, 14, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 13, 9, 35, 46, 44, 51, 51, 0, 42, 0, 0, 0, 43, 36, 43, 0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 39, 39, 39, 39, 9, 0, 29, 0, 0, 0, 0, 7, 0, 25, 28, 28, 0, 28, 0, 0, 0, 0, 0, 0, 0, 30, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 47, 49, 48, 40, 0, 37, 0, 0, 0, 0, 0, 0, 0, 39, 39, 39, 39, 39, 39, 31, 32, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 39, 39, 39, 39, 39, 39, 0, 0, 0, 0, 0, 16, 16, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 26, 26, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 39, 39, 39, 39, 39, 39, 0, 0, 0, 0, 0, 0, 0, 0, 21, 21, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 39, 39, 39, 39, 3, 3, 3, 0, 0, 0, 0, 0, 19, 19, 19, 11, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 17, 17, 0, 0, 0, 0, 0, 0, 5, 5, 5, 6, 6, 6, 2, 2, 2, 39, 0, 0, 0, 0, 0, 12, 12, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 18, 18, 18, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 22, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 23, 23, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 5, 6, 1, 4, 7, 8, 9, 10, 11, 4, 4, 4, 12, 13, 14, 14, 14, 14, 15, 14, 16, 14, 14, 14, 17, 4, 4, 4, 4, 4, 1, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 27, 28, 29, 30, 31, 32, 27, 33, 34, 35, 36, 27, 37, 27, 38, 27, 39, 40, 41, 42, 43, 1, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 53, 54, 55, 56, 57, 58, 53, 59, 60, 61, 62, 63, 53, 64, 65, 66, 4, 4, 4, 67, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[68] = { 0, 1, 2, 3, 1, 1, 1, 1, 1, 1, 4, 5, 1, 1, 6, 6, 7, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 1, 1, 1, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 1 } ; static yyconst flex_int16_t yy_base[608] = { 0, 0, 67, 134, 16, 16, 17, 18, 20, 1232, 2403, 2403, 19, 1191, 19, 31, 41, 43, 32, 33, 34, 35, 36, 2403, 23, 52, 2403, 51, 2403, 1190, 1217, 33, 46, 201, 268, 26, 33, 63, 81, 1187, 1224, 2403, 54, 65, 57, 62, 73, 188, 189, 83, 190, 191, 184, 186, 202, 2403, 118, 1224, 0, 2403, 1212, 1211, 219, 2403, 0, 1215, 1219, 2403, 2403, 1218, 108, 214, 1203, 254, 235, 1165, 1154, 1156, 1151, 1159, 236, 1166, 247, 284, 287, 230, 288, 63, 221, 2403, 1210, 1204, 1208, 1198, 2403, 1206, 213, 2403, 294, 1173, 1186, 1171, 234, 194, 92, 224, 253, 1160, 2403, 2403, 236, 275, 281, 261, 232, 266, 272, 282, 267, 287, 289, 296, 263, 299, 295, 301, 290, 302, 298, 307, 310, 311, 352, 1198, 1197, 368, 0, 2403, 2403, 2403, 2403, 1195, 2403, 1195, 1152, 1134, 306, 1136, 1141, 1143, 375, 358, 376, 374, 362, 381, 2403, 2403, 1188, 2403, 364, 1173, 1187, 341, 353, 351, 438, 364, 355, 343, 330, 421, 422, 356, 428, 357, 423, 365, 505, 426, 425, 429, 337, 430, 427, 431, 433, 434, 436, 432, 435, 437, 441, 438, 443, 442, 465, 1185, 2403, 570, 0, 1185, 392, 1126, 1137, 1123, 1120, 1133, 1123, 1113, 502, 518, 485, 521, 523, 524, 1162, 636, 496, 376, 499, 2403, 526, 1146, 505, 518, 1146, 472, 440, 498, 703, 500, 502, 503, 2403, 769, 548, 102, 1144, 520, 522, 532, 521, 540, 523, 524, 526, 547, 529, 548, 551, 192, 567, 555, 556, 831, 0, 586, 1100, 1100, 1106, 1111, 1109, 1099, 1098, 898, 595, 648, 591, 652, 965, 1032, 570, 573, 576, 371, 565, 1099, 1166, 2403, 653, 1136, 625, 561, 0, 656, 1121, 1119, 643, 1093, 1098, 1100, 1091, 1089, 548, 607, 636, 633, 626, 629, 635, 631, 637, 651, 640, 653, 657, 658, 686, 704, 1233, 2403, 719, 1128, 0, 0, 1088, 1097, 1081, 1089, 0, 1088, 2403, 720, 1118, 1300, 1367, 1434, 724, 2403, 721, 1117, 660, 662, 666, 702, 699, 2403, 729, 1116, 2403, 730, 1115, 1501, 1100, 1098, 1096, 1094, 1070, 1082, 1062, 691, 1068, 1066, 689, 1066, 1061, 696, 697, 718, 719, 698, 722, 734, 1568, 723, 727, 725, 2403, 760, 1103, 0, 0, 0, 0, 1070, 758, 2403, 761, 1101, 2403, 762, 1100, 2403, 764, 1098, 1635, 752, 749, 760, 766, 772, 2403, 783, 1097, 1085, 1078, 1076, 1061, 1041, 1035, 1050, 1049, 796, 1041, 1031, 1033, 1040, 1026, 1034, 738, 751, 787, 771, 776, 1068, 2403, 807, 1067, 774, 1702, 786, 0, 0, 825, 2403, 809, 1066, 822, 820, 827, 770, 824, 1039, 1056, 1037, 1036, 858, 1017, 1016, 2403, 850, 1061, 1014, 1022, 1026, 1052, 1017, 825, 828, 831, 2403, 1064, 2403, 861, 1048, 0, 1029, 799, 838, 850, 834, 846, 1044, 1044, 1028, 1023, 1016, 1011, 996, 1041, 826, 849, 1769, 0, 1017, 857, 859, 862, 865, 866, 1028, 1020, 1030, 1025, 989, 1005, 1836, 2403, 910, 1030, 0, 1037, 885, 864, 886, 887, 889, 996, 987, 1005, 1007, 965, 2403, 919, 1007, 0, 2403, 902, 903, 910, 893, 1000, 988, 978, 997, 0, 911, 948, 991, 989, 980, 965, 0, 904, 943, 946, 927, 976, 973, 972, 938, 0, 923, 978, 981, 941, 959, 983, 935, 929, 921, 923, 0, 986, 989, 2403, 999, 909, 861, 786, 771, 2403, 694, 589, 496, 1008, 360, 1010, 91, 2403, 1903, 1914, 1925, 1936, 1947, 1957, 1968, 1979, 1990, 2001, 2011, 2022, 2033, 2044, 2055, 2066, 2077, 2087, 2097, 2108, 2118, 2129, 2140, 2151, 2162, 2172, 2182, 2193, 2203, 2213, 2223, 2233, 2243, 2254, 2263, 2274, 2285, 2296, 2307, 2318, 2329, 2339, 2350, 2360, 2371, 2381, 2391 } ; static yyconst flex_int16_t yy_def[608] = { 0, 561, 561, 560, 3, 562, 562, 562, 562, 560, 560, 560, 563, 564, 565, 566, 560, 560, 566, 566, 566, 566, 566, 560, 560, 560, 560, 567, 560, 568, 560, 560, 560, 569, 569, 34, 34, 34, 34, 570, 560, 560, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 560, 560, 571, 572, 560, 573, 573, 563, 560, 563, 560, 564, 560, 560, 574, 560, 566, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 566, 566, 566, 566, 566, 560, 567, 560, 567, 560, 568, 560, 560, 575, 560, 560, 560, 34, 560, 34, 34, 34, 34, 34, 34, 570, 560, 560, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 560, 571, 571, 576, 577, 560, 560, 560, 560, 574, 560, 578, 560, 560, 560, 560, 560, 560, 566, 566, 566, 566, 566, 566, 560, 560, 575, 560, 560, 560, 579, 34, 34, 34, 569, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 569, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 576, 560, 576, 580, 578, 581, 560, 560, 560, 560, 560, 560, 560, 566, 566, 566, 566, 566, 566, 579, 582, 34, 34, 34, 560, 560, 560, 34, 34, 178, 34, 34, 34, 569, 34, 34, 34, 560, 560, 235, 34, 560, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 569, 583, 581, 560, 560, 560, 560, 560, 560, 560, 566, 566, 566, 566, 566, 566, 582, 34, 34, 34, 34, 34, 569, 569, 560, 560, 560, 34, 34, 235, 235, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 569, 560, 560, 560, 584, 585, 560, 560, 560, 560, 586, 560, 560, 560, 560, 566, 566, 566, 566, 560, 560, 560, 34, 34, 34, 34, 34, 560, 560, 560, 560, 560, 560, 569, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 34, 34, 34, 34, 34, 34, 34, 569, 34, 34, 34, 560, 560, 560, 587, 588, 589, 590, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 566, 34, 34, 34, 34, 34, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 591, 560, 560, 560, 560, 560, 560, 34, 34, 34, 34, 34, 592, 560, 560, 560, 34, 569, 34, 593, 594, 560, 560, 560, 560, 34, 34, 34, 34, 34, 560, 560, 560, 560, 591, 560, 560, 560, 235, 560, 560, 560, 560, 560, 560, 34, 34, 34, 560, 595, 560, 560, 560, 596, 560, 34, 34, 34, 34, 34, 560, 560, 560, 560, 560, 560, 560, 560, 34, 34, 569, 597, 560, 34, 34, 34, 34, 34, 560, 560, 560, 560, 560, 560, 569, 560, 560, 560, 598, 560, 34, 34, 34, 34, 34, 560, 560, 560, 560, 560, 560, 560, 560, 599, 560, 34, 34, 34, 34, 560, 560, 560, 560, 600, 34, 34, 560, 560, 560, 560, 601, 34, 560, 560, 602, 560, 560, 560, 560, 603, 34, 560, 560, 602, 602, 604, 560, 560, 560, 560, 605, 560, 560, 560, 604, 560, 560, 560, 560, 560, 606, 560, 606, 607, 560, 607, 560, 0, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560 } ; static yyconst flex_int16_t yy_nxt[2471] = { 0, 10, 10, 11, 10, 12, 10, 10, 13, 10, 10, 10, 10, 14, 10, 10, 10, 10, 56, 59, 59, 59, 57, 59, 63, 87, 87, 60, 60, 61, 68, 61, 69, 70, 70, 70, 70, 70, 70, 10, 10, 10, 10, 73, 94, 80, 95, 74, 72, 72, 72, 72, 72, 72, 87, 87, 89, 99, 102, 64, 96, 96, 96, 103, 99, 87, 87, 10, 10, 16, 11, 10, 12, 17, 10, 13, 10, 10, 10, 10, 14, 10, 10, 10, 10, 99, 82, 75, 99, 76, 81, 90, 86, 99, 99, 84, 99, 83, 104, 105, 85, 77, 78, 79, 99, 114, 10, 10, 10, 10, 70, 110, 106, 18, 99, 19, 111, 296, 115, 112, 132, 87, 113, 99, 133, 72, 437, 20, 21, 22, 166, 119, 116, 99, 10, 23, 24, 25, 26, 27, 23, 28, 29, 26, 26, 26, 30, 31, 32, 32, 32, 26, 33, 34, 35, 33, 36, 33, 37, 38, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 39, 40, 23, 41, 33, 33, 42, 43, 44, 45, 46, 33, 33, 47, 33, 48, 33, 49, 50, 51, 33, 52, 53, 54, 33, 33, 33, 33, 55, 97, 98, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 99, 70, 99, 100, 99, 99, 99, 99, 99, 63, 99, 89, 96, 96, 96, 165, 72, 70, 99, 127, 124, 125, 80, 80, 308, 97, 97, 97, 97, 117, 126, 118, 72, 120, 70, 121, 128, 122, 123, 129, 99, 73, 167, 130, 64, 74, 90, 131, 99, 72, 99, 164, 99, 97, 97, 98, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 81, 81, 99, 100, 70, 168, 154, 70, 70, 150, 99, 169, 99, 173, 160, 99, 99, 101, 75, 72, 76, 99, 72, 72, 99, 97, 97, 97, 97, 161, 99, 99, 77, 78, 79, 172, 99, 170, 99, 99, 184, 179, 175, 171, 99, 99, 174, 99, 99, 152, 99, 99, 189, 97, 176, 181, 99, 177, 155, 99, 99, 178, 185, 151, 153, 180, 182, 190, 205, 187, 186, 183, 132, 87, 192, 191, 133, 196, 70, 99, 194, 193, 70, 206, 160, 188, 99, 218, 195, 198, 99, 219, 99, 72, 70, 70, 70, 72, 220, 161, 99, 70, 99, 224, 99, 99, 99, 226, 225, 72, 72, 72, 70, 99, 99, 226, 72, 229, 241, 273, 99, 559, 335, 231, 211, 99, 233, 72, 214, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 210, 213, 212, 215, 221, 222, 221, 221, 221, 221, 221, 221, 221, 221, 221, 221, 221, 99, 99, 99, 223, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 243, 99, 99, 99, 99, 232, 226, 221, 221, 221, 221, 227, 228, 230, 247, 244, 239, 70, 240, 251, 246, 242, 245, 248, 254, 250, 99, 249, 555, 252, 253, 278, 72, 99, 70, 221, 234, 235, 236, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 72, 70, 237, 238, 70, 255, 70, 70, 99, 160, 99, 99, 99, 277, 99, 99, 72, 99, 267, 72, 272, 72, 72, 274, 161, 234, 234, 234, 234, 275, 99, 285, 99, 99, 99, 99, 99, 282, 99, 283, 226, 99, 276, 265, 99, 226, 560, 298, 268, 297, 300, 269, 99, 234, 198, 303, 302, 299, 266, 99, 99, 270, 305, 99, 309, 301, 226, 99, 99, 70, 332, 304, 333, 99, 70, 306, 334, 99, 70, 99, 353, 354, 99, 336, 72, 99, 307, 187, 99, 72, 343, 557, 310, 72, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 97, 98, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 70, 325, 327, 100, 70, 160, 99, 99, 285, 355, 99, 346, 99, 356, 99, 72, 99, 99, 99, 72, 161, 99, 343, 560, 347, 97, 97, 97, 97, 357, 358, 361, 99, 363, 99, 362, 387, 359, 99, 99, 360, 99, 389, 99, 326, 388, 555, 99, 226, 343, 328, 226, 365, 97, 279, 280, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 99, 364, 367, 281, 160, 70, 70, 390, 391, 70, 99, 99, 99, 99, 160, 160, 99, 366, 99, 161, 72, 72, 406, 410, 72, 279, 279, 279, 279, 161, 161, 402, 99, 99, 415, 403, 99, 99, 407, 99, 226, 99, 413, 424, 424, 160, 70, 70, 99, 70, 412, 421, 99, 279, 284, 285, 386, 414, 411, 420, 161, 72, 72, 99, 72, 99, 99, 419, 160, 161, 428, 286, 287, 431, 99, 429, 432, 288, 430, 448, 99, 441, 441, 161, 99, 99, 99, 415, 99, 437, 99, 554, 160, 343, 70, 442, 461, 289, 290, 291, 99, 99, 449, 450, 292, 343, 293, 161, 476, 72, 424, 424, 294, 99, 295, 311, 312, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 458, 462, 226, 313, 457, 460, 99, 285, 99, 459, 99, 99, 99, 99, 99, 441, 441, 99, 160, 477, 99, 415, 560, 479, 99, 311, 311, 311, 311, 560, 472, 478, 99, 161, 493, 99, 99, 437, 494, 495, 487, 471, 496, 99, 480, 99, 473, 497, 99, 509, 99, 99, 99, 311, 322, 323, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 160, 508, 510, 324, 99, 99, 99, 511, 99, 160, 226, 226, 99, 517, 553, 161, 226, 537, 537, 518, 524, 99, 99, 99, 161, 322, 322, 322, 322, 99, 99, 537, 537, 534, 535, 533, 535, 535, 525, 526, 536, 551, 99, 536, 437, 527, 226, 550, 161, 537, 537, 549, 542, 322, 329, 330, 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, 99, 534, 535, 331, 535, 535, 544, 545, 536, 544, 545, 536, 545, 545, 546, 541, 161, 546, 540, 539, 546, 548, 544, 545, 548, 329, 329, 329, 329, 531, 546, 544, 545, 544, 545, 530, 529, 548, 528, 546, 522, 546, 521, 520, 519, 162, 548, 437, 548, 515, 514, 513, 512, 329, 97, 98, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 507, 162, 502, 100, 437, 501, 500, 499, 498, 492, 486, 437, 437, 485, 484, 483, 482, 481, 475, 162, 216, 406, 470, 469, 468, 97, 97, 97, 97, 437, 467, 437, 437, 466, 465, 464, 463, 143, 162, 452, 447, 446, 445, 444, 443, 437, 439, 438, 437, 437, 436, 435, 434, 97, 337, 338, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 433, 162, 143, 339, 143, 143, 423, 162, 409, 408, 405, 404, 401, 400, 399, 398, 397, 396, 395, 162, 162, 143, 143, 376, 375, 337, 337, 337, 337, 374, 373, 372, 162, 352, 351, 350, 349, 348, 345, 344, 162, 321, 320, 319, 318, 317, 316, 315, 162, 99, 162, 216, 264, 337, 340, 341, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 263, 262, 261, 342, 260, 259, 258, 201, 198, 216, 162, 159, 209, 208, 207, 204, 203, 201, 142, 134, 134, 108, 163, 162, 99, 340, 340, 340, 340, 159, 157, 560, 156, 560, 149, 148, 147, 146, 145, 144, 143, 142, 560, 140, 139, 138, 134, 109, 108, 93, 92, 66, 560, 340, 368, 369, 368, 368, 368, 368, 368, 368, 368, 368, 368, 368, 368, 560, 560, 560, 370, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 368, 368, 368, 368, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 368, 377, 378, 377, 377, 377, 377, 377, 377, 377, 377, 377, 377, 377, 560, 560, 560, 379, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 377, 377, 377, 377, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 377, 380, 381, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 560, 560, 560, 382, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 380, 380, 380, 380, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 380, 383, 384, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 560, 560, 560, 385, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 383, 383, 383, 383, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 383, 392, 393, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 560, 560, 560, 394, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 392, 392, 392, 392, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 392, 416, 417, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 560, 560, 560, 418, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 416, 416, 416, 416, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 416, 425, 426, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 560, 560, 560, 427, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 425, 425, 425, 425, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 425, 453, 454, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 560, 560, 560, 455, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 453, 453, 453, 453, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 453, 488, 489, 488, 488, 488, 488, 488, 488, 488, 488, 488, 488, 488, 560, 560, 560, 490, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 488, 488, 488, 488, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 488, 503, 504, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 560, 560, 560, 505, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 503, 503, 503, 503, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 503, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 71, 560, 560, 560, 71, 71, 71, 71, 560, 71, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 107, 107, 107, 107, 107, 107, 107, 107, 107, 560, 107, 135, 560, 560, 560, 560, 560, 560, 560, 560, 135, 136, 136, 560, 136, 560, 136, 136, 136, 136, 136, 136, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 200, 200, 560, 200, 560, 200, 200, 200, 200, 200, 200, 202, 560, 560, 560, 560, 560, 560, 202, 560, 202, 217, 560, 560, 560, 560, 560, 560, 217, 560, 217, 256, 256, 560, 256, 560, 256, 256, 256, 256, 256, 256, 257, 560, 560, 560, 257, 257, 257, 257, 560, 257, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 314, 314, 560, 314, 560, 314, 314, 314, 314, 314, 314, 371, 371, 560, 371, 560, 371, 371, 371, 371, 371, 371, 322, 322, 322, 322, 322, 560, 560, 322, 560, 322, 329, 329, 329, 329, 329, 560, 560, 329, 560, 329, 422, 422, 560, 422, 560, 422, 422, 422, 422, 422, 422, 377, 377, 377, 377, 377, 560, 560, 377, 560, 377, 380, 380, 380, 380, 380, 560, 560, 380, 560, 380, 383, 383, 383, 383, 383, 560, 560, 383, 560, 383, 440, 440, 440, 440, 440, 560, 440, 440, 560, 440, 451, 451, 451, 451, 451, 560, 560, 451, 560, 451, 456, 456, 560, 456, 560, 456, 456, 456, 456, 456, 456, 425, 425, 425, 425, 425, 560, 560, 425, 560, 425, 217, 560, 560, 560, 560, 560, 560, 217, 560, 217, 474, 474, 560, 474, 560, 474, 474, 474, 474, 474, 474, 491, 491, 560, 491, 560, 491, 491, 491, 491, 491, 491, 506, 506, 560, 506, 560, 506, 506, 506, 506, 506, 506, 516, 516, 560, 516, 560, 516, 516, 516, 516, 516, 516, 523, 523, 560, 523, 560, 523, 523, 523, 523, 523, 523, 532, 532, 560, 532, 560, 532, 532, 532, 532, 532, 532, 538, 538, 560, 560, 560, 560, 560, 538, 560, 538, 543, 543, 560, 543, 560, 543, 543, 543, 543, 543, 543, 547, 547, 547, 560, 547, 547, 547, 547, 560, 547, 552, 552, 560, 552, 560, 552, 552, 552, 552, 552, 552, 556, 560, 560, 560, 560, 560, 560, 556, 560, 556, 558, 558, 558, 560, 558, 558, 558, 558, 560, 558, 9, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560 } ; static yyconst flex_int16_t yy_chk[2471] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 4, 8, 12, 24, 24, 5, 6, 7, 14, 8, 14, 15, 18, 19, 20, 21, 22, 1, 1, 1, 1, 16, 31, 17, 31, 16, 15, 18, 19, 20, 21, 22, 25, 25, 27, 35, 35, 12, 32, 32, 32, 36, 36, 87, 87, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 42, 18, 16, 44, 16, 17, 27, 22, 45, 37, 20, 43, 19, 37, 38, 21, 16, 16, 16, 46, 44, 2, 2, 2, 2, 70, 42, 38, 2, 49, 2, 43, 237, 45, 43, 56, 56, 43, 104, 56, 70, 559, 2, 2, 2, 104, 49, 46, 237, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 52, 71, 53, 33, 47, 48, 50, 51, 251, 62, 103, 88, 96, 96, 96, 103, 71, 85, 54, 53, 52, 52, 74, 80, 251, 33, 33, 33, 33, 47, 52, 48, 85, 50, 82, 51, 53, 51, 51, 54, 105, 73, 105, 54, 62, 73, 88, 54, 114, 82, 102, 102, 110, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 74, 80, 106, 34, 83, 106, 85, 84, 86, 82, 113, 110, 122, 114, 98, 115, 118, 34, 73, 83, 73, 116, 84, 86, 111, 34, 34, 34, 34, 98, 112, 117, 73, 73, 73, 113, 119, 111, 120, 126, 122, 118, 116, 112, 124, 121, 115, 128, 123, 84, 125, 127, 126, 34, 117, 120, 129, 117, 86, 130, 131, 117, 123, 83, 84, 119, 121, 126, 146, 125, 124, 121, 132, 132, 128, 127, 132, 131, 151, 170, 130, 129, 154, 146, 160, 125, 182, 163, 130, 135, 163, 164, 169, 151, 153, 150, 152, 154, 165, 160, 165, 155, 164, 167, 168, 173, 175, 170, 168, 153, 150, 152, 202, 167, 177, 169, 155, 173, 182, 219, 275, 557, 275, 175, 151, 219, 177, 202, 154, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 150, 153, 152, 155, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 171, 172, 176, 166, 180, 179, 184, 174, 181, 183, 185, 189, 186, 187, 190, 188, 191, 193, 184, 228, 192, 195, 194, 176, 179, 166, 166, 166, 166, 171, 172, 174, 188, 185, 180, 212, 181, 192, 187, 183, 186, 189, 195, 191, 196, 190, 555, 193, 194, 228, 212, 227, 210, 166, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 210, 211, 178, 178, 213, 196, 214, 215, 218, 222, 229, 220, 231, 227, 232, 233, 211, 224, 212, 213, 218, 214, 215, 220, 222, 178, 178, 178, 178, 224, 225, 236, 239, 242, 240, 244, 245, 231, 246, 232, 229, 248, 225, 210, 241, 233, 236, 240, 213, 239, 242, 214, 243, 178, 199, 246, 244, 241, 211, 247, 249, 215, 248, 250, 252, 243, 245, 253, 254, 257, 272, 247, 273, 283, 268, 249, 274, 276, 266, 252, 294, 294, 272, 276, 257, 273, 250, 254, 274, 268, 283, 554, 253, 266, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 267, 266, 268, 217, 269, 280, 282, 298, 285, 295, 299, 288, 301, 295, 297, 267, 300, 296, 302, 269, 280, 304, 282, 285, 288, 217, 217, 217, 217, 296, 297, 300, 303, 302, 305, 301, 332, 298, 306, 307, 299, 332, 334, 333, 267, 333, 553, 334, 303, 305, 269, 304, 307, 217, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 308, 306, 309, 230, 312, 323, 330, 335, 336, 328, 357, 358, 361, 336, 338, 341, 335, 308, 309, 312, 323, 330, 354, 358, 328, 230, 230, 230, 230, 338, 341, 351, 359, 360, 363, 351, 362, 365, 354, 367, 357, 366, 361, 376, 376, 369, 378, 381, 363, 384, 360, 367, 410, 230, 235, 235, 328, 362, 359, 366, 369, 378, 381, 388, 384, 411, 387, 365, 393, 235, 387, 235, 235, 390, 389, 388, 391, 235, 389, 410, 390, 403, 403, 393, 431, 413, 391, 412, 419, 551, 414, 550, 417, 411, 426, 403, 431, 235, 235, 235, 421, 412, 413, 414, 235, 419, 235, 417, 458, 426, 424, 424, 235, 458, 235, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 428, 432, 421, 255, 424, 430, 429, 441, 428, 429, 432, 448, 471, 430, 449, 437, 437, 450, 454, 459, 461, 472, 441, 461, 459, 255, 255, 255, 255, 437, 449, 460, 462, 454, 476, 472, 460, 549, 477, 478, 471, 448, 479, 476, 462, 477, 450, 480, 478, 494, 494, 479, 480, 255, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 489, 493, 495, 265, 493, 495, 496, 497, 497, 504, 496, 508, 511, 509, 548, 489, 511, 527, 527, 510, 517, 508, 509, 524, 504, 265, 265, 265, 265, 510, 517, 536, 536, 525, 525, 524, 526, 526, 518, 518, 525, 542, 533, 526, 541, 518, 533, 540, 525, 537, 537, 539, 531, 265, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 518, 534, 534, 270, 535, 535, 538, 538, 534, 544, 544, 535, 545, 545, 538, 530, 534, 544, 529, 528, 545, 538, 547, 547, 544, 270, 270, 270, 270, 522, 547, 556, 556, 558, 558, 521, 520, 547, 519, 556, 515, 558, 514, 513, 512, 505, 556, 502, 558, 501, 500, 499, 498, 270, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 492, 490, 486, 271, 485, 484, 483, 482, 481, 475, 470, 469, 468, 467, 466, 465, 464, 463, 457, 455, 452, 447, 446, 445, 444, 271, 271, 271, 271, 443, 442, 439, 438, 436, 435, 434, 433, 427, 418, 415, 409, 408, 407, 406, 405, 404, 402, 401, 400, 399, 398, 397, 396, 271, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 395, 394, 385, 277, 382, 379, 375, 370, 356, 355, 353, 352, 350, 349, 348, 347, 346, 345, 344, 342, 339, 331, 324, 321, 319, 277, 277, 277, 277, 318, 317, 316, 313, 293, 292, 291, 290, 289, 287, 286, 281, 264, 263, 262, 261, 260, 259, 258, 238, 226, 223, 216, 209, 277, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 208, 207, 206, 278, 205, 204, 203, 201, 197, 162, 161, 158, 149, 148, 147, 145, 144, 143, 141, 134, 133, 107, 101, 100, 99, 278, 278, 278, 278, 95, 93, 92, 91, 90, 81, 79, 78, 77, 76, 75, 72, 69, 66, 65, 61, 60, 57, 40, 39, 30, 29, 13, 9, 278, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 0, 0, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 310, 310, 310, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 310, 325, 325, 325, 325, 325, 325, 325, 325, 325, 325, 325, 325, 325, 0, 0, 0, 325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 325, 325, 325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 0, 0, 0, 326, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 326, 326, 326, 326, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 326, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, 0, 0, 0, 327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 327, 327, 327, 327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 327, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 0, 0, 0, 343, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 343, 343, 343, 343, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 343, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 0, 0, 0, 364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 364, 364, 364, 364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 364, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 0, 0, 0, 386, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 386, 386, 386, 386, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 386, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 0, 0, 0, 420, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 420, 420, 420, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 0, 0, 0, 473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 473, 473, 473, 473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 473, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 0, 0, 0, 487, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 487, 487, 487, 487, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 487, 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, 561, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 563, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 565, 565, 565, 565, 565, 565, 565, 565, 565, 565, 565, 566, 0, 0, 0, 566, 566, 566, 566, 0, 566, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 568, 568, 568, 568, 568, 568, 568, 568, 568, 568, 568, 569, 569, 569, 569, 569, 569, 569, 569, 569, 569, 569, 570, 570, 570, 570, 570, 570, 570, 570, 570, 0, 570, 571, 0, 0, 0, 0, 0, 0, 0, 0, 571, 572, 572, 0, 572, 0, 572, 572, 572, 572, 572, 572, 573, 573, 573, 573, 573, 573, 573, 573, 573, 573, 573, 574, 574, 574, 574, 574, 574, 574, 574, 574, 574, 574, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 575, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 576, 577, 577, 0, 577, 0, 577, 577, 577, 577, 577, 577, 578, 0, 0, 0, 0, 0, 0, 578, 0, 578, 579, 0, 0, 0, 0, 0, 0, 579, 0, 579, 580, 580, 0, 580, 0, 580, 580, 580, 580, 580, 580, 581, 0, 0, 0, 581, 581, 581, 581, 0, 581, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 582, 583, 583, 0, 583, 0, 583, 583, 583, 583, 583, 583, 584, 584, 0, 584, 0, 584, 584, 584, 584, 584, 584, 585, 585, 585, 585, 585, 0, 0, 585, 0, 585, 586, 586, 586, 586, 586, 0, 0, 586, 0, 586, 587, 587, 0, 587, 0, 587, 587, 587, 587, 587, 587, 588, 588, 588, 588, 588, 0, 0, 588, 0, 588, 589, 589, 589, 589, 589, 0, 0, 589, 0, 589, 590, 590, 590, 590, 590, 0, 0, 590, 0, 590, 591, 591, 591, 591, 591, 0, 591, 591, 0, 591, 592, 592, 592, 592, 592, 0, 0, 592, 0, 592, 593, 593, 0, 593, 0, 593, 593, 593, 593, 593, 593, 594, 594, 594, 594, 594, 0, 0, 594, 0, 594, 595, 0, 0, 0, 0, 0, 0, 595, 0, 595, 596, 596, 0, 596, 0, 596, 596, 596, 596, 596, 596, 597, 597, 0, 597, 0, 597, 597, 597, 597, 597, 597, 598, 598, 0, 598, 0, 598, 598, 598, 598, 598, 598, 599, 599, 0, 599, 0, 599, 599, 599, 599, 599, 599, 600, 600, 0, 600, 0, 600, 600, 600, 600, 600, 600, 601, 601, 0, 601, 0, 601, 601, 601, 601, 601, 601, 602, 602, 0, 0, 0, 0, 0, 602, 0, 602, 603, 603, 0, 603, 0, 603, 603, 603, 603, 603, 603, 604, 604, 604, 0, 604, 604, 604, 604, 0, 604, 605, 605, 0, 605, 0, 605, 605, 605, 605, 605, 605, 606, 0, 0, 0, 0, 0, 0, 606, 0, 606, 607, 607, 607, 0, 607, 607, 607, 607, 0, 607, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int yy_flex_debug; int yy_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *yytext; #line 1 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" /* -*- indented-text -*- */ /* Process source files and output type information. Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ #define YY_NO_INPUT 1 #line 24 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" #ifdef HOST_GENERATOR_FILE #include "config.h" #define GENERATOR_FILE 1 #else #include "bconfig.h" #endif #include "system.h" #define malloc xmalloc #define realloc xrealloc #include "gengtype.h" #define YY_DECL int yylex (const char **yylval) #define yyterminate() return EOF_TOKEN struct fileloc lexer_line; int lexer_toplevel_done; static void update_lineno (const char *l, size_t len) { while (len-- > 0) if (*l++ == '\n') lexer_line.line++; } /* Include '::' in identifiers to capture C++ scope qualifiers. */ #line 1242 "gengtype-lex.c" #define INITIAL 0 #define in_struct 1 #define in_struct_comment 2 #define in_comment 3 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int yylex_destroy (void ); int yyget_debug (void ); void yyset_debug (int debug_flag ); YY_EXTRA_TYPE yyget_extra (void ); void yyset_extra (YY_EXTRA_TYPE user_defined ); FILE *yyget_in (void ); void yyset_in (FILE * in_str ); FILE *yyget_out (void ); void yyset_out (FILE * out_str ); yy_size_t yyget_leng (void ); char *yyget_text (void ); int yyget_lineno (void ); void yyset_lineno (int line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yywrap (void ); #else extern int yywrap (void ); #endif #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = (int) fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(yyin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int yylex (void); #define YY_DECL int yylex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yytext and yyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ if ( yyleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (yytext[yyleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; #line 66 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" /* Do this on entry to yylex(): */ *yylval = 0; if (lexer_toplevel_done) { BEGIN(INITIAL); lexer_toplevel_done = 0; } /* Things we look for in skipping mode: */ #line 1439 "gengtype-lex.c" if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! yyin ) yyin = stdin; if ( ! yyout ) yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ); } yy_load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of yytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 561 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c]; ++yy_cp; } while ( yy_current_state != 560 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: /* rule 1 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 77 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_struct); return TYPEDEF; } YY_BREAK case 2: /* rule 2 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 81 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_struct); return STRUCT; } YY_BREAK case 3: /* rule 3 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 85 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_struct); return UNION; } YY_BREAK case 4: /* rule 4 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 89 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_struct); return STRUCT; } YY_BREAK case 5: /* rule 5 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 93 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_struct); return EXTERN; } YY_BREAK case 6: /* rule 6 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 97 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_struct); return STATIC; } YY_BREAK /* Parsing inside a struct, union or class declaration. */ case 7: YY_RULE_SETUP #line 105 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_struct_comment); } YY_BREAK case 8: /* rule 8 can match eol */ YY_RULE_SETUP #line 106 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { lexer_line.line++; } YY_BREAK case 9: /* rule 9 can match eol */ YY_RULE_SETUP #line 108 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { update_lineno (yytext, yyleng); } YY_BREAK case 10: /* rule 10 can match eol */ YY_RULE_SETUP #line 109 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { lexer_line.line++; } YY_BREAK case 11: /* rule 11 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 5; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 111 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" /* don't care */ YY_BREAK case 12: /* rule 12 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ #line 113 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" case 13: /* rule 13 can match eol */ #line 114 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" case 14: /* rule 14 can match eol */ #line 115 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" case 15: /* rule 15 can match eol */ YY_RULE_SETUP #line 115 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { *yylval = XDUPVAR (const char, yytext, yyleng, yyleng + 1); return IGNORABLE_CXX_KEYWORD; } YY_BREAK case 16: /* rule 16 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 3; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 119 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return GTY_TOKEN; } YY_BREAK case 17: /* rule 17 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 5; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 120 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return UNION; } YY_BREAK case 18: /* rule 18 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 6; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 121 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return STRUCT; } YY_BREAK case 19: /* rule 19 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 5; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 122 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return STRUCT; } YY_BREAK case 20: /* rule 20 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 7; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 123 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return TYPEDEF; } YY_BREAK case 21: /* rule 21 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 4; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 124 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return ENUM; } YY_BREAK case 22: /* rule 22 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 9; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 125 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return PTR_ALIAS; } YY_BREAK case 23: /* rule 23 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 10; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 126 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return NESTED_PTR; } YY_BREAK case 24: /* rule 24 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 4; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 127 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return USER_GTY; } YY_BREAK case 25: YY_RULE_SETUP #line 128 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return NUM; } YY_BREAK case 26: /* rule 26 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ #line 131 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" case 27: /* rule 27 can match eol */ YY_RULE_SETUP #line 131 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { size_t len; for (len = yyleng; ISSPACE (yytext[len-1]); len--) ; *yylval = XDUPVAR (const char, yytext, len, len+1); update_lineno (yytext, yyleng); return SCALAR; } YY_BREAK case 28: /* rule 28 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 142 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { *yylval = XDUPVAR (const char, yytext, yyleng, yyleng+1); return ID; } YY_BREAK case 29: /* rule 29 can match eol */ YY_RULE_SETUP #line 147 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { *yylval = XDUPVAR (const char, yytext+1, yyleng-2, yyleng-1); return STRING; } YY_BREAK /* This "terminal" avoids having to parse integer constant expressions. */ case 30: /* rule 30 can match eol */ YY_RULE_SETUP #line 152 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { *yylval = XDUPVAR (const char, yytext+1, yyleng-2, yyleng-1); return ARRAY; } YY_BREAK case 31: /* rule 31 can match eol */ YY_RULE_SETUP #line 156 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { *yylval = XDUPVAR (const char, yytext+1, yyleng-2, yyleng); return CHAR; } YY_BREAK case 32: YY_RULE_SETUP #line 161 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return ELLIPSIS; } YY_BREAK case 33: YY_RULE_SETUP #line 162 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { return yytext[0]; } YY_BREAK /* ignore pp-directives */ case 34: /* rule 34 can match eol */ YY_RULE_SETUP #line 165 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" {lexer_line.line++;} YY_BREAK case 35: YY_RULE_SETUP #line 167 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { error_at_line (&lexer_line, "unexpected character `%s'", yytext); } YY_BREAK case 36: YY_RULE_SETUP #line 172 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_comment); } YY_BREAK case 37: /* rule 37 can match eol */ YY_RULE_SETUP #line 173 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { lexer_line.line++; } YY_BREAK case 38: /* rule 38 can match eol */ YY_RULE_SETUP #line 174 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { lexer_line.line++; } YY_BREAK case 39: #line 176 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" case 40: /* rule 40 can match eol */ #line 177 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" case 41: /* rule 41 can match eol */ YY_RULE_SETUP #line 177 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" /* do nothing */ YY_BREAK case 42: /* rule 42 can match eol */ YY_RULE_SETUP #line 178 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { update_lineno (yytext, yyleng); } YY_BREAK case 43: /* rule 43 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 179 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" /* do nothing */ YY_BREAK case 44: /* rule 44 can match eol */ YY_RULE_SETUP #line 182 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { lexer_line.line++; } YY_BREAK case 45: #line 184 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" case 46: YY_RULE_SETUP #line 184 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" /* do nothing */ YY_BREAK case 47: /* rule 47 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 185 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" /* do nothing */ YY_BREAK case 48: YY_RULE_SETUP #line 188 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(INITIAL); } YY_BREAK case 49: YY_RULE_SETUP #line 189 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { BEGIN(in_struct); } YY_BREAK case 50: #line 192 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" case 51: YY_RULE_SETUP #line 192 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" { error_at_line (&lexer_line, "unterminated comment or string; unexpected EOF"); } YY_BREAK case 52: /* rule 52 can match eol */ YY_RULE_SETUP #line 197 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" /* do nothing */ YY_BREAK case 53: YY_RULE_SETUP #line 199 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1917 "gengtype-lex.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(in_struct): case YY_STATE_EOF(in_struct_comment): case YY_STATE_EOF(in_comment): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed yyin at a new source and called * yylex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( yywrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * yytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of yylex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { yy_size_t new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart(yyin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 561 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 561 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c]; yy_is_jam = (yy_current_state == 560); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ yyrestart(yyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yywrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve yytext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void yyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ); } yy_init_buffer(YY_CURRENT_BUFFER,input_file ); yy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * yypop_buffer_state(); * yypush_buffer_state(new_buffer); */ yyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; yy_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (yywrap()) processing, but the only time this flag * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void yy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; yy_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with yy_create_buffer() * */ void yy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) yyfree((void *) b->yy_ch_buf ); yyfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a yyrestart() or at EOF. */ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; yy_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then yy_init_buffer was _probably_ * called from yyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void yy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) yy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; yyensure_buffer_stack(); /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from yy_switch_to_buffer. */ yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void yypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void yyensure_buffer_stack (void) { yy_size_t num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; yy_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to yylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * yy_scan_bytes() instead. */ YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) { return yy_scan_bytes(yystr,(int) strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = (yy_size_t) _yybytes_len + 2; buf = (char *) yyalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = yy_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yytext[yyleng] = (yy_hold_char); \ (yy_c_buf_p) = yytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int yyget_lineno (void) { return yylineno; } /** Get the input stream. * */ FILE *yyget_in (void) { return yyin; } /** Get the output stream. * */ FILE *yyget_out (void) { return yyout; } /** Get the length of the current token. * */ yy_size_t yyget_leng (void) { return yyleng; } /** Get the current token. * */ char *yyget_text (void) { return yytext; } /** Set the current line number. * @param line_number * */ void yyset_lineno (int line_number ) { yylineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see yy_switch_to_buffer */ void yyset_in (FILE * in_str ) { yyin = in_str ; } void yyset_out (FILE * out_str ) { yyout = out_str ; } int yyget_debug (void) { return yy_flex_debug; } void yyset_debug (int bdebug ) { yy_flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from yylex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = (FILE *) 0; yyout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * yylex_init() */ return 0; } /* yylex_destroy is for both reentrant and non-reentrant scanners. */ int yylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; yypop_buffer_state(); } /* Destroy the stack itself. */ yyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * yylex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyalloc (yy_size_t size ) { return (void *) malloc( size ); } void *yyrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void yyfree (void * ptr ) { free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 199 "/space/rguenther/gcc-7.5.0/gcc-7.5.0/gcc/gengtype-lex.l" void yybegin (const char *fname) { yyin = fopen (fname, "r"); if (yyin == NULL) { perror (fname); exit (1); } lexer_line.file = input_file_by_name (fname); lexer_line.line = 1; } void yyend (void) { fclose (yyin); }