5 #line 6 "wp_parser.lex.h" 7 #line 8 "wp_parser.lex.h" 9 #define YY_INT_ALIGNED short int 14 #define YY_FLEX_MAJOR_VERSION 2 15 #define YY_FLEX_MINOR_VERSION 6 16 #define YY_FLEX_SUBMINOR_VERSION 4 17 #if YY_FLEX_SUBMINOR_VERSION > 0 38 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L 43 #ifndef __STDC_LIMIT_MACROS 44 #define __STDC_LIMIT_MACROS 1 64 #define INT8_MIN (-128) 67 #define INT16_MIN (-32767-1) 70 #define INT32_MIN (-2147483647-1) 73 #define INT8_MAX (127) 76 #define INT16_MAX (32767) 79 #define INT32_MAX (2147483647) 82 #define UINT8_MAX (255U) 85 #define UINT16_MAX (65535U) 88 #define UINT32_MAX (4294967295U) 92 #define SIZE_MAX (~(size_t)0) 102 #define yyconst const 104 #if defined(__GNUC__) && __GNUC__ >= 3 105 #define yynoreturn __attribute__((__noreturn__)) 117 #define YY_BUF_SIZE 32768 119 #define YY_BUF_SIZE 16384 123 #ifndef YY_TYPEDEF_YY_BUFFER_STATE 124 #define YY_TYPEDEF_YY_BUFFER_STATE 128 #ifndef YY_TYPEDEF_YY_SIZE_T 129 #define YY_TYPEDEF_YY_SIZE_T 137 #ifndef YY_STRUCT_YY_BUFFER_STATE 138 #define YY_STRUCT_YY_BUFFER_STATE 198 YY_BUFFER_STATE
yy_scan_bytes (
const char *bytes,
int len );
207 #define YY_SKIP_YYWRAP 215 #define yytext_ptr yytext 217 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 222 #ifndef YY_NO_UNISTD_H 230 #ifndef YY_EXTRA_TYPE 231 #define YY_EXTRA_TYPE void * 267 #ifndef YY_SKIP_YYWRAP 269 extern "C" int yywrap (
void );
271 extern int yywrap (
void );
276 static void yy_flex_strncpy (
char *,
const char *,
int );
279 #ifdef YY_NEED_STRLEN 280 static int yy_flex_strlen (
const char * );
288 #ifndef YY_READ_BUF_SIZE 291 #define YY_READ_BUF_SIZE 16384 293 #define YY_READ_BUF_SIZE 8192 298 #ifndef YY_START_STACK_INCR 299 #define YY_START_STACK_INCR 25 306 #define YY_DECL_IS_OURS 1 308 extern int yylex (
void);
310 #define YY_DECL int yylex (void) 316 #undef YY_FLUSH_BUFFER 319 #undef yy_set_interactive 320 #undef YY_DO_BEFORE_ACTION 322 #ifdef YY_DECL_IS_OURS 323 #undef YY_DECL_IS_OURS 327 #ifndef yy_create_buffer_ALREADY_DEFINED 328 #undef yy_create_buffer 330 #ifndef yy_delete_buffer_ALREADY_DEFINED 331 #undef yy_delete_buffer 333 #ifndef yy_scan_buffer_ALREADY_DEFINED 334 #undef yy_scan_buffer 336 #ifndef yy_scan_string_ALREADY_DEFINED 337 #undef yy_scan_string 339 #ifndef yy_scan_bytes_ALREADY_DEFINED 342 #ifndef yy_init_buffer_ALREADY_DEFINED 343 #undef yy_init_buffer 345 #ifndef yy_flush_buffer_ALREADY_DEFINED 346 #undef yy_flush_buffer 348 #ifndef yy_load_buffer_state_ALREADY_DEFINED 349 #undef yy_load_buffer_state 351 #ifndef yy_switch_to_buffer_ALREADY_DEFINED 352 #undef yy_switch_to_buffer 354 #ifndef yypush_buffer_state_ALREADY_DEFINED 355 #undef yypush_buffer_state 357 #ifndef yypop_buffer_state_ALREADY_DEFINED 358 #undef yypop_buffer_state 360 #ifndef yyensure_buffer_stack_ALREADY_DEFINED 361 #undef yyensure_buffer_stack 363 #ifndef yylex_ALREADY_DEFINED 366 #ifndef yyrestart_ALREADY_DEFINED 369 #ifndef yylex_init_ALREADY_DEFINED 372 #ifndef yylex_init_extra_ALREADY_DEFINED 373 #undef yylex_init_extra 375 #ifndef yylex_destroy_ALREADY_DEFINED 378 #ifndef yyget_debug_ALREADY_DEFINED 381 #ifndef yyset_debug_ALREADY_DEFINED 384 #ifndef yyget_extra_ALREADY_DEFINED 387 #ifndef yyset_extra_ALREADY_DEFINED 390 #ifndef yyget_in_ALREADY_DEFINED 393 #ifndef yyset_in_ALREADY_DEFINED 396 #ifndef yyget_out_ALREADY_DEFINED 399 #ifndef yyset_out_ALREADY_DEFINED 402 #ifndef yyget_leng_ALREADY_DEFINED 405 #ifndef yyget_text_ALREADY_DEFINED 408 #ifndef yyget_lineno_ALREADY_DEFINED 411 #ifndef yyset_lineno_ALREADY_DEFINED 414 #ifndef yyget_column_ALREADY_DEFINED 417 #ifndef yyset_column_ALREADY_DEFINED 420 #ifndef yywrap_ALREADY_DEFINED 423 #ifndef yyget_lval_ALREADY_DEFINED 426 #ifndef yyset_lval_ALREADY_DEFINED 429 #ifndef yyget_lloc_ALREADY_DEFINED 432 #ifndef yyset_lloc_ALREADY_DEFINED 435 #ifndef yyalloc_ALREADY_DEFINED 438 #ifndef yyrealloc_ALREADY_DEFINED 441 #ifndef yyfree_ALREADY_DEFINED 444 #ifndef yytext_ALREADY_DEFINED 447 #ifndef yyleng_ALREADY_DEFINED 450 #ifndef yyin_ALREADY_DEFINED 453 #ifndef yyout_ALREADY_DEFINED 456 #ifndef yy_flex_debug_ALREADY_DEFINED 459 #ifndef yylineno_ALREADY_DEFINED 462 #ifndef yytables_fload_ALREADY_DEFINED 463 #undef yytables_fload 465 #ifndef yytables_destroy_ALREADY_DEFINED 466 #undef yytables_destroy 468 #ifndef yyTABLES_NAME_ALREADY_DEFINED 472 #line 75 "wp_parser.l" 475 #line 476 "wp_parser.lex.h" void yy_delete_buffer(YY_BUFFER_STATE b)
char * yy_buf_pos
Definition: wp_parser.lex.cpp:191
FILE * yy_input_file
Definition: wp_parser.lex.cpp:188
struct yy_buffer_state * YY_BUFFER_STATE
Definition: wp_parser.lex.h:125
int yy_n_chars
Definition: wp_parser.lex.cpp:201
YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len)
void yyset_lineno(int _line_number)
int yy_fill_buffer
Definition: wp_parser.lex.cpp:228
size_t yy_size_t
Definition: wp_parser.lex.h:130
#define YY_EXTRA_TYPE
Definition: wp_parser.lex.h:231
int yy_buf_size
Definition: wp_parser.lex.cpp:196
void yyset_extra(YY_EXTRA_TYPE user_defined)
YY_BUFFER_STATE yy_create_buffer(FILE *file, int size)
int yy_bs_lineno
Definition: wp_parser.lex.cpp:222
input_file
Definition: run_alltests.py:302
int size
Definition: plot_parallel.py:244
#define yywrap()
Definition: wp_parser.lex.h:206
void * yyalloc(yy_size_t)
YY_BUFFER_STATE yy_scan_string(const char *yy_str)
void yyset_debug(int debug_flag)
int yy_at_bol
Definition: wp_parser.lex.cpp:220
short int flex_int16_t
Definition: wp_parser.lex.h:56
void yyset_out(FILE *_out_str)
int yy_bs_column
Definition: wp_parser.lex.cpp:223
unsigned short int flex_uint16_t
Definition: wp_parser.lex.h:59
YY_EXTRA_TYPE yyget_extra(void)
char * yy_ch_buf
Definition: wp_parser.lex.cpp:190
unsigned char flex_uint8_t
Definition: wp_parser.lex.h:58
signed char flex_int8_t
Definition: wp_parser.lex.h:55
Definition: wp_parser.lex.cpp:186
int yy_is_our_buffer
Definition: wp_parser.lex.cpp:207
YY_BUFFER_STATE yy_scan_buffer(char *base, yy_size_t size)
unsigned int flex_uint32_t
Definition: wp_parser.lex.h:60
void yyrestart(FILE *input_file)
int yy_is_interactive
Definition: wp_parser.lex.cpp:214
void yypush_buffer_state(YY_BUFFER_STATE new_buffer)
void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer)
void yyset_in(FILE *_in_str)
void yypop_buffer_state(void)
int flex_int32_t
Definition: wp_parser.lex.h:57
void yy_flush_buffer(YY_BUFFER_STATE b)
int yy_buffer_status
Definition: wp_parser.lex.cpp:230
size_t yy_size_t
Definition: wp_parser.lex.cpp:155
void * yyrealloc(void *, yy_size_t)