cprover
statement_list_lex.yy.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include "converters/convert_bool_literal.h"
#include "converters/convert_int_literal.h"
#include "converters/convert_dint_literal.h"
#include "converters/convert_real_literal.h"
#include "converters/convert_string_value.h"
#include <util/pragma_wsign_compare.def>
#include <util/pragma_wnull_conversion.def>
#include <util/pragma_wdeprecated_register.def>
#include <algorithm>
#include "statement_list_parser.h"
#include "statement_list_y.tab.h"
#include <unistd.h>
+ Include dependency graph for statement_list_lex.yy.cpp:

Go to the source code of this file.

Classes

struct  yy_buffer_state
 
struct  yy_trans_info
 

Macros

#define YY_INT_ALIGNED   short int
 
#define yy_create_buffer   yystatement_list_create_buffer
 
#define yy_delete_buffer   yystatement_list_delete_buffer
 
#define yy_scan_buffer   yystatement_list_scan_buffer
 
#define yy_scan_string   yystatement_list_scan_string
 
#define yy_scan_bytes   yystatement_list_scan_bytes
 
#define yy_init_buffer   yystatement_list_init_buffer
 
#define yy_flush_buffer   yystatement_list_flush_buffer
 
#define yy_load_buffer_state   yystatement_list_load_buffer_state
 
#define yy_switch_to_buffer   yystatement_list_switch_to_buffer
 
#define yypush_buffer_state   yystatement_listpush_buffer_state
 
#define yypop_buffer_state   yystatement_listpop_buffer_state
 
#define yyensure_buffer_stack   yystatement_listensure_buffer_stack
 
#define yy_flex_debug   yystatement_list_flex_debug
 
#define yyin   yystatement_listin
 
#define yyleng   yystatement_listleng
 
#define yylex   yystatement_listlex
 
#define yylineno   yystatement_listlineno
 
#define yyout   yystatement_listout
 
#define yyrestart   yystatement_listrestart
 
#define yytext   yystatement_listtext
 
#define yywrap   yystatement_listwrap
 
#define yyalloc   yystatement_listalloc
 
#define yyrealloc   yystatement_listrealloc
 
#define yyfree   yystatement_listfree
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   4
 
#define FLEX_BETA
 
#define yystatement_list_create_buffer_ALREADY_DEFINED
 
#define yystatement_list_delete_buffer_ALREADY_DEFINED
 
#define yystatement_list_scan_buffer_ALREADY_DEFINED
 
#define yystatement_list_scan_string_ALREADY_DEFINED
 
#define yystatement_list_scan_bytes_ALREADY_DEFINED
 
#define yystatement_list_init_buffer_ALREADY_DEFINED
 
#define yystatement_list_flush_buffer_ALREADY_DEFINED
 
#define yystatement_list_load_buffer_state_ALREADY_DEFINED
 
#define yystatement_list_switch_to_buffer_ALREADY_DEFINED
 
#define yystatement_listpush_buffer_state_ALREADY_DEFINED
 
#define yystatement_listpop_buffer_state_ALREADY_DEFINED
 
#define yystatement_listensure_buffer_stack_ALREADY_DEFINED
 
#define yystatement_listlex_ALREADY_DEFINED
 
#define yystatement_listrestart_ALREADY_DEFINED
 
#define yylex_init   yystatement_listlex_init
 
#define yylex_init_extra   yystatement_listlex_init_extra
 
#define yylex_destroy   yystatement_listlex_destroy
 
#define yyget_debug   yystatement_listget_debug
 
#define yyset_debug   yystatement_listset_debug
 
#define yyget_extra   yystatement_listget_extra
 
#define yyset_extra   yystatement_listset_extra
 
#define yyget_in   yystatement_listget_in
 
#define yyset_in   yystatement_listset_in
 
#define yyget_out   yystatement_listget_out
 
#define yyset_out   yystatement_listset_out
 
#define yyget_leng   yystatement_listget_leng
 
#define yyget_text   yystatement_listget_text
 
#define yyget_lineno   yystatement_listget_lineno
 
#define yyset_lineno   yystatement_listset_lineno
 
#define yystatement_listwrap_ALREADY_DEFINED
 
#define yystatement_listalloc_ALREADY_DEFINED
 
#define yystatement_listrealloc_ALREADY_DEFINED
 
#define yystatement_listfree_ALREADY_DEFINED
 
#define yystatement_listtext_ALREADY_DEFINED
 
#define yystatement_listleng_ALREADY_DEFINED
 
#define yystatement_listin_ALREADY_DEFINED
 
#define yystatement_listout_ALREADY_DEFINED
 
#define yystatement_list_flex_debug_ALREADY_DEFINED
 
#define yystatement_listlineno_ALREADY_DEFINED
 
#define FLEXINT_H
 
#define INT8_MIN   (-128)
 
#define INT16_MIN   (-32767-1)
 
#define INT32_MIN   (-2147483647-1)
 
#define INT8_MAX   (127)
 
#define INT16_MAX   (32767)
 
#define INT32_MAX   (2147483647)
 
#define UINT8_MAX   (255U)
 
#define UINT16_MAX   (65535U)
 
#define UINT32_MAX   (4294967295U)
 
#define SIZE_MAX   (~(size_t)0)
 
#define yyconst   const
 
#define yynoreturn
 
#define YY_NULL   0
 
#define YY_SC_TO_UI(c)   ((YY_CHAR) (c))
 
#define BEGIN   (yy_start) = 1 + 2 *
 
#define YY_START   (((yy_start) - 1) / 2)
 
#define YYSTATE   YY_START
 
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
 
#define YY_NEW_FILE   yyrestart( yyin )
 
#define YY_END_OF_BUFFER_CHAR   0
 
#define YY_BUF_SIZE   16384
 
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
 
#define YY_TYPEDEF_YY_BUFFER_STATE
 
#define YY_TYPEDEF_YY_SIZE_T
 
#define EOB_ACT_CONTINUE_SCAN   0
 
#define EOB_ACT_END_OF_FILE   1
 
#define EOB_ACT_LAST_MATCH   2
 
#define YY_LESS_LINENO(n)
 
#define YY_LINENO_REWIND_TO(ptr)
 
#define yyless(n)
 
#define unput(c)   yyunput( c, (yytext_ptr) )
 
#define YY_STRUCT_YY_BUFFER_STATE
 
#define YY_BUFFER_NEW   0
 
#define YY_BUFFER_NORMAL   1
 
#define YY_BUFFER_EOF_PENDING   2
 
#define YY_CURRENT_BUFFER
 
#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]
 
#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )
 
#define yy_new_buffer   yy_create_buffer
 
#define yy_set_interactive(is_interactive)
 
#define yy_set_bol(at_bol)
 
#define YY_AT_BOL()   (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
 
#define yystatement_listwrap()   (/*CONSTCOND*/1)
 
#define YY_SKIP_YYWRAP
 
#define yytext_ptr   yytext
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   110
 
#define YY_END_OF_BUFFER   111
 
#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
 
#define PARSER   statement_list_parser
 
#define YYSTYPE   unsigned
 
#define loc()
 
#define YY_NO_INPUT   1
 
#define INITIAL   0
 
#define GRAMMAR   1
 
#define TAG_NAME   2
 
#define MODULE_NAME   3
 
#define TAG_ATTRIBUTES   4
 
#define VERSION_ANNOTATION   5
 
#define YY_EXTRA_TYPE   void *
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
 
#define YY_INPUT(buf, result, max_size)
 
#define yyterminate()   return YY_NULL
 
#define YY_START_STACK_INCR   25
 
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
 
#define YY_DECL_IS_OURS   1
 
#define YY_DECL   int yylex (void)
 
#define YY_USER_ACTION
 
#define YY_BREAK   /*LINTED*/break;
 
#define YY_RULE_SETUP   YY_USER_ACTION
 
#define YY_EXIT_FAILURE   2
 
#define yyless(n)
 
#define YYTABLES_NAME   "yytables"
 

Typedefs

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
 
typedef struct yy_buffer_stateYY_BUFFER_STATE
 
typedef size_t yy_size_t
 
typedef flex_uint8_t YY_CHAR
 
typedef int yy_state_type
 

Functions

void yystatement_listrestart (FILE *input_file)
 Immediately switch to a different input stream. More...
 
void yystatement_list_switch_to_buffer (YY_BUFFER_STATE new_buffer)
 Switch to a different input buffer. More...
 
YY_BUFFER_STATE yystatement_list_create_buffer (FILE *file, int size)
 Allocate and initialize an input buffer state. More...
 
void yystatement_list_delete_buffer (YY_BUFFER_STATE b)
 Destroy the buffer. More...
 
void yystatement_list_flush_buffer (YY_BUFFER_STATE b)
 Discard all buffered characters. More...
 
void yystatement_listpush_buffer_state (YY_BUFFER_STATE new_buffer)
 Pushes the new state onto the stack. More...
 
void yystatement_listpop_buffer_state (void)
 Removes and deletes the top of the stack, if present. More...
 
static void yystatement_listensure_buffer_stack (void)
 
static void yystatement_list_load_buffer_state (void)
 
static void yystatement_list_init_buffer (YY_BUFFER_STATE b, FILE *file)
 
YY_BUFFER_STATE yystatement_list_scan_buffer (char *base, yy_size_t size)
 Setup the input buffer state to scan directly from a user-specified character buffer. More...
 
YY_BUFFER_STATE yystatement_list_scan_string (const char *yystr)
 Setup the input buffer state to scan a string. More...
 
YY_BUFFER_STATE yystatement_list_scan_bytes (const char *yybytes, int _yybytes_len)
 Setup the input buffer state to scan the given bytes. More...
 
void * yystatement_listalloc (yy_size_t)
 
void * yystatement_listrealloc (void *, yy_size_t)
 
void yystatement_listfree (void *)
 
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 (const char *msg)
 
void statement_list_scanner_init ()
 Defined in scanner.l. More...
 
static int yy_init_globals (void)
 
int yystatement_listlex_destroy (void)
 
int yystatement_listget_debug (void)
 
void yystatement_listset_debug (int debug_flag)
 
void * yystatement_listget_extra (void)
 
void yystatement_listset_extra (void *user_defined)
 
FILE * yystatement_listget_in (void)
 Get the input stream. More...
 
void yystatement_listset_in (FILE *_in_str)
 Set the input stream. More...
 
FILE * yystatement_listget_out (void)
 Get the output stream. More...
 
void yystatement_listset_out (FILE *_out_str)
 
int yystatement_listget_leng (void)
 Get the length of the current token. More...
 
char * yystatement_listget_text (void)
 Get the current token. More...
 
int yystatement_listget_lineno (void)
 Get the current line number. More...
 
void yystatement_listset_lineno (int _line_number)
 Set the current line number. More...
 
int yystatement_listlex (void)
 The main scanner function which does all the work. More...
 

Variables

int yystatement_listleng
 
FILE * yystatement_listin = NULL
 
FILE * yystatement_listout = NULL
 
static size_t yy_buffer_stack_top = 0
 index of top of stack. More...
 
static size_t yy_buffer_stack_max = 0
 capacity of stack. More...
 
static YY_BUFFER_STATEyy_buffer_stack = NULL
 Stack as an array. More...
 
static char yy_hold_char
 
static int yy_n_chars
 
static char * yy_c_buf_p = NULL
 
static int yy_init = 0
 
static int yy_start = 0
 
static int yy_did_buffer_switch_on_eof
 
int yystatement_listlineno = 1
 
char * yystatement_listtext
 
static const flex_int16_t yy_accept [312]
 
static const YY_CHAR yy_ec [256]
 
static const YY_CHAR yy_meta [63]
 
static const flex_int16_t yy_base [323]
 
static const flex_int16_t yy_def [323]
 
static const flex_int16_t yy_nxt [1263]
 
static const flex_int16_t yy_chk [1263]
 
static yy_state_type yy_last_accepting_state
 
static char * yy_last_accepting_cpos
 
int yystatement_list_flex_debug = 0
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN   (yy_start) = 1 + 2 *

Definition at line 378 of file statement_list_lex.yy.cpp.

◆ ECHO

#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)

Definition at line 1265 of file statement_list_lex.yy.cpp.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 422 of file statement_list_lex.yy.cpp.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 423 of file statement_list_lex.yy.cpp.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 424 of file statement_list_lex.yy.cpp.

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 40 of file statement_list_lex.yy.cpp.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 35 of file statement_list_lex.yy.cpp.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 290 of file statement_list_lex.yy.cpp.

◆ GRAMMAR

#define GRAMMAR   1

Definition at line 1168 of file statement_list_lex.yy.cpp.

◆ INITIAL

#define INITIAL   0

Definition at line 1167 of file statement_list_lex.yy.cpp.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 332 of file statement_list_lex.yy.cpp.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 323 of file statement_list_lex.yy.cpp.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 335 of file statement_list_lex.yy.cpp.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 326 of file statement_list_lex.yy.cpp.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 329 of file statement_list_lex.yy.cpp.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 320 of file statement_list_lex.yy.cpp.

◆ loc

#define loc ( )
Value:
PARSER.set_source_location(parser_stack(yystatement_listlval)); }

Definition at line 1147 of file statement_list_lex.yy.cpp.

◆ MODULE_NAME

#define MODULE_NAME   3

Definition at line 1170 of file statement_list_lex.yy.cpp.

◆ PARSER

#define PARSER   statement_list_parser

Definition at line 1133 of file statement_list_lex.yy.cpp.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 1084 of file statement_list_lex.yy.cpp.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 348 of file statement_list_lex.yy.cpp.

◆ TAG_ATTRIBUTES

#define TAG_ATTRIBUTES   4

Definition at line 1171 of file statement_list_lex.yy.cpp.

◆ TAG_NAME

#define TAG_NAME   2

Definition at line 1169 of file statement_list_lex.yy.cpp.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 341 of file statement_list_lex.yy.cpp.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 344 of file statement_list_lex.yy.cpp.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 338 of file statement_list_lex.yy.cpp.

◆ unput

#define unput (   c)    yyunput( c, (yytext_ptr) )

Definition at line 442 of file statement_list_lex.yy.cpp.

◆ VERSION_ANNOTATION

#define VERSION_ANNOTATION   5

Definition at line 1172 of file statement_list_lex.yy.cpp.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 583 of file statement_list_lex.yy.cpp.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 1344 of file statement_list_lex.yy.cpp.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 400 of file statement_list_lex.yy.cpp.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 504 of file statement_list_lex.yy.cpp.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 492 of file statement_list_lex.yy.cpp.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 493 of file statement_list_lex.yy.cpp.

◆ yy_create_buffer

#define yy_create_buffer   yystatement_list_create_buffer

Definition at line 10 of file statement_list_lex.yy.cpp.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:

Definition at line 520 of file statement_list_lex.yy.cpp.

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Definition at line 526 of file statement_list_lex.yy.cpp.

◆ YY_DECL

#define YY_DECL   int yylex (void)

Definition at line 1332 of file statement_list_lex.yy.cpp.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 1328 of file statement_list_lex.yy.cpp.

◆ yy_delete_buffer

#define yy_delete_buffer   yystatement_list_delete_buffer

Definition at line 11 of file statement_list_lex.yy.cpp.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
(yytext_ptr) = yy_bp; \
yyleng = (int) (yy_cp - yy_bp); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;

Definition at line 612 of file statement_list_lex.yy.cpp.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   111

Definition at line 619 of file statement_list_lex.yy.cpp.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 389 of file statement_list_lex.yy.cpp.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

Definition at line 2898 of file statement_list_lex.yy.cpp.

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 1183 of file statement_list_lex.yy.cpp.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Definition at line 1319 of file statement_list_lex.yy.cpp.

◆ yy_flex_debug

#define yy_flex_debug   yystatement_list_flex_debug

Definition at line 22 of file statement_list_lex.yy.cpp.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 36 of file statement_list_lex.yy.cpp.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 37 of file statement_list_lex.yy.cpp.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 38 of file statement_list_lex.yy.cpp.

◆ yy_flush_buffer

#define yy_flush_buffer   yystatement_list_flush_buffer

Definition at line 16 of file statement_list_lex.yy.cpp.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )

Definition at line 554 of file statement_list_lex.yy.cpp.

◆ yy_init_buffer

#define yy_init_buffer   yystatement_list_init_buffer

Definition at line 15 of file statement_list_lex.yy.cpp.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
int 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, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\

Definition at line 1272 of file statement_list_lex.yy.cpp.

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 6 of file statement_list_lex.yy.cpp.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 426 of file statement_list_lex.yy.cpp.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 427 of file statement_list_lex.yy.cpp.

◆ yy_load_buffer_state

#define yy_load_buffer_state   yystatement_list_load_buffer_state

Definition at line 17 of file statement_list_lex.yy.cpp.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 1086 of file statement_list_lex.yy.cpp.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 564 of file statement_list_lex.yy.cpp.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 388 of file statement_list_lex.yy.cpp.

◆ YY_NO_INPUT

#define YY_NO_INPUT   1

Definition at line 1163 of file statement_list_lex.yy.cpp.

◆ YY_NULL

#define YY_NULL   0

Definition at line 367 of file statement_list_lex.yy.cpp.

◆ YY_NUM_RULES

#define YY_NUM_RULES   110

Definition at line 618 of file statement_list_lex.yy.cpp.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 1256 of file statement_list_lex.yy.cpp.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 1087 of file statement_list_lex.yy.cpp.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP   YY_USER_ACTION

Definition at line 1347 of file statement_list_lex.yy.cpp.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((YY_CHAR) (c))

Definition at line 372 of file statement_list_lex.yy.cpp.

◆ yy_scan_buffer

#define yy_scan_buffer   yystatement_list_scan_buffer

Definition at line 12 of file statement_list_lex.yy.cpp.

◆ yy_scan_bytes

#define yy_scan_bytes   yystatement_list_scan_bytes

Definition at line 14 of file statement_list_lex.yy.cpp.

◆ yy_scan_string

#define yy_scan_string   yystatement_list_scan_string

Definition at line 13 of file statement_list_lex.yy.cpp.

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:
{ \
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; \
}

Definition at line 574 of file statement_list_lex.yy.cpp.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)
Value:
{ \
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; \
}

Definition at line 565 of file statement_list_lex.yy.cpp.

◆ YY_SKIP_YYWRAP

#define YY_SKIP_YYWRAP

Definition at line 588 of file statement_list_lex.yy.cpp.

◆ YY_START

#define YY_START   (((yy_start) - 1) / 2)

Definition at line 383 of file statement_list_lex.yy.cpp.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 1314 of file statement_list_lex.yy.cpp.

◆ YY_STATE_BUF_SIZE

#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

Definition at line 406 of file statement_list_lex.yy.cpp.

◆ YY_STATE_EOF

#define YY_STATE_EOF (   state)    (YY_END_OF_BUFFER + state + 1)

Definition at line 386 of file statement_list_lex.yy.cpp.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 445 of file statement_list_lex.yy.cpp.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   yystatement_list_switch_to_buffer

Definition at line 18 of file statement_list_lex.yy.cpp.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 409 of file statement_list_lex.yy.cpp.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 414 of file statement_list_lex.yy.cpp.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 1339 of file statement_list_lex.yy.cpp.

◆ yyalloc

Definition at line 31 of file statement_list_lex.yy.cpp.

◆ yyconst

#define yyconst   const

Definition at line 358 of file statement_list_lex.yy.cpp.

◆ yyensure_buffer_stack

#define yyensure_buffer_stack   yystatement_listensure_buffer_stack

Definition at line 21 of file statement_list_lex.yy.cpp.

◆ yyfree

#define yyfree   yystatement_listfree

Definition at line 33 of file statement_list_lex.yy.cpp.

◆ yyget_debug

#define yyget_debug   yystatement_listget_debug

Definition at line 148 of file statement_list_lex.yy.cpp.

◆ yyget_extra

#define yyget_extra   yystatement_listget_extra

Definition at line 160 of file statement_list_lex.yy.cpp.

◆ yyget_in

#define yyget_in   yystatement_listget_in

Definition at line 172 of file statement_list_lex.yy.cpp.

◆ yyget_leng

#define yyget_leng   yystatement_listget_leng

Definition at line 196 of file statement_list_lex.yy.cpp.

◆ yyget_lineno

#define yyget_lineno   yystatement_listget_lineno

Definition at line 208 of file statement_list_lex.yy.cpp.

◆ yyget_out

#define yyget_out   yystatement_listget_out

Definition at line 184 of file statement_list_lex.yy.cpp.

◆ yyget_text

#define yyget_text   yystatement_listget_text

Definition at line 202 of file statement_list_lex.yy.cpp.

◆ yyin

#define yyin   yystatement_listin

Definition at line 23 of file statement_list_lex.yy.cpp.

◆ yyleng

#define yyleng   yystatement_listleng

Definition at line 24 of file statement_list_lex.yy.cpp.

◆ yyless [1/2]

#define yyless (   n)
Value:
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 )

Definition at line 2910 of file statement_list_lex.yy.cpp.

◆ yyless [2/2]

#define yyless (   n)
Value:
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_c_buf_p) = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )

Definition at line 2910 of file statement_list_lex.yy.cpp.

◆ yylex

#define yylex   yystatement_listlex

Definition at line 25 of file statement_list_lex.yy.cpp.

◆ yylex_destroy

#define yylex_destroy   yystatement_listlex_destroy

Definition at line 142 of file statement_list_lex.yy.cpp.

◆ yylex_init

#define yylex_init   yystatement_listlex_init

Definition at line 130 of file statement_list_lex.yy.cpp.

◆ yylex_init_extra

#define yylex_init_extra   yystatement_listlex_init_extra

Definition at line 136 of file statement_list_lex.yy.cpp.

◆ yylineno

#define yylineno   yystatement_listlineno

Definition at line 26 of file statement_list_lex.yy.cpp.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 1085 of file statement_list_lex.yy.cpp.

◆ yynoreturn

#define yynoreturn

Definition at line 363 of file statement_list_lex.yy.cpp.

◆ yyout

#define yyout   yystatement_listout

Definition at line 27 of file statement_list_lex.yy.cpp.

◆ yypop_buffer_state

#define yypop_buffer_state   yystatement_listpop_buffer_state

Definition at line 20 of file statement_list_lex.yy.cpp.

◆ yypush_buffer_state

#define yypush_buffer_state   yystatement_listpush_buffer_state

Definition at line 19 of file statement_list_lex.yy.cpp.

◆ yyrealloc

#define yyrealloc   yystatement_listrealloc

Definition at line 32 of file statement_list_lex.yy.cpp.

◆ yyrestart

#define yyrestart   yystatement_listrestart

Definition at line 28 of file statement_list_lex.yy.cpp.

◆ yyset_debug

#define yyset_debug   yystatement_listset_debug

Definition at line 154 of file statement_list_lex.yy.cpp.

◆ yyset_extra

#define yyset_extra   yystatement_listset_extra

Definition at line 166 of file statement_list_lex.yy.cpp.

◆ yyset_in

#define yyset_in   yystatement_listset_in

Definition at line 178 of file statement_list_lex.yy.cpp.

◆ yyset_lineno

#define yyset_lineno   yystatement_listset_lineno

Definition at line 214 of file statement_list_lex.yy.cpp.

◆ yyset_out

#define yyset_out   yystatement_listset_out

Definition at line 190 of file statement_list_lex.yy.cpp.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 384 of file statement_list_lex.yy.cpp.

◆ yystatement_list_create_buffer_ALREADY_DEFINED

#define yystatement_list_create_buffer_ALREADY_DEFINED

Definition at line 44 of file statement_list_lex.yy.cpp.

◆ yystatement_list_delete_buffer_ALREADY_DEFINED

#define yystatement_list_delete_buffer_ALREADY_DEFINED

Definition at line 50 of file statement_list_lex.yy.cpp.

◆ yystatement_list_flex_debug_ALREADY_DEFINED

#define yystatement_list_flex_debug_ALREADY_DEFINED

Definition at line 266 of file statement_list_lex.yy.cpp.

◆ yystatement_list_flush_buffer_ALREADY_DEFINED

#define yystatement_list_flush_buffer_ALREADY_DEFINED

Definition at line 80 of file statement_list_lex.yy.cpp.

◆ yystatement_list_init_buffer_ALREADY_DEFINED

#define yystatement_list_init_buffer_ALREADY_DEFINED

Definition at line 74 of file statement_list_lex.yy.cpp.

◆ yystatement_list_load_buffer_state_ALREADY_DEFINED

#define yystatement_list_load_buffer_state_ALREADY_DEFINED

Definition at line 86 of file statement_list_lex.yy.cpp.

◆ yystatement_list_scan_buffer_ALREADY_DEFINED

#define yystatement_list_scan_buffer_ALREADY_DEFINED

Definition at line 56 of file statement_list_lex.yy.cpp.

◆ yystatement_list_scan_bytes_ALREADY_DEFINED

#define yystatement_list_scan_bytes_ALREADY_DEFINED

Definition at line 68 of file statement_list_lex.yy.cpp.

◆ yystatement_list_scan_string_ALREADY_DEFINED

#define yystatement_list_scan_string_ALREADY_DEFINED

Definition at line 62 of file statement_list_lex.yy.cpp.

◆ yystatement_list_switch_to_buffer_ALREADY_DEFINED

#define yystatement_list_switch_to_buffer_ALREADY_DEFINED

Definition at line 92 of file statement_list_lex.yy.cpp.

◆ yystatement_listalloc_ALREADY_DEFINED

#define yystatement_listalloc_ALREADY_DEFINED

Definition at line 224 of file statement_list_lex.yy.cpp.

◆ yystatement_listensure_buffer_stack_ALREADY_DEFINED

#define yystatement_listensure_buffer_stack_ALREADY_DEFINED

Definition at line 110 of file statement_list_lex.yy.cpp.

◆ yystatement_listfree_ALREADY_DEFINED

#define yystatement_listfree_ALREADY_DEFINED

Definition at line 236 of file statement_list_lex.yy.cpp.

◆ yystatement_listin_ALREADY_DEFINED

#define yystatement_listin_ALREADY_DEFINED

Definition at line 254 of file statement_list_lex.yy.cpp.

◆ yystatement_listleng_ALREADY_DEFINED

#define yystatement_listleng_ALREADY_DEFINED

Definition at line 248 of file statement_list_lex.yy.cpp.

◆ yystatement_listlex_ALREADY_DEFINED

#define yystatement_listlex_ALREADY_DEFINED

Definition at line 116 of file statement_list_lex.yy.cpp.

◆ yystatement_listlineno_ALREADY_DEFINED

#define yystatement_listlineno_ALREADY_DEFINED

Definition at line 272 of file statement_list_lex.yy.cpp.

◆ yystatement_listout_ALREADY_DEFINED

#define yystatement_listout_ALREADY_DEFINED

Definition at line 260 of file statement_list_lex.yy.cpp.

◆ yystatement_listpop_buffer_state_ALREADY_DEFINED

#define yystatement_listpop_buffer_state_ALREADY_DEFINED

Definition at line 104 of file statement_list_lex.yy.cpp.

◆ yystatement_listpush_buffer_state_ALREADY_DEFINED

#define yystatement_listpush_buffer_state_ALREADY_DEFINED

Definition at line 98 of file statement_list_lex.yy.cpp.

◆ yystatement_listrealloc_ALREADY_DEFINED

#define yystatement_listrealloc_ALREADY_DEFINED

Definition at line 230 of file statement_list_lex.yy.cpp.

◆ yystatement_listrestart_ALREADY_DEFINED

#define yystatement_listrestart_ALREADY_DEFINED

Definition at line 122 of file statement_list_lex.yy.cpp.

◆ yystatement_listtext_ALREADY_DEFINED

#define yystatement_listtext_ALREADY_DEFINED

Definition at line 242 of file statement_list_lex.yy.cpp.

◆ yystatement_listwrap

#define yystatement_listwrap ( )    (/*CONSTCOND*/1)

Definition at line 587 of file statement_list_lex.yy.cpp.

◆ yystatement_listwrap_ALREADY_DEFINED

#define yystatement_listwrap_ALREADY_DEFINED

Definition at line 218 of file statement_list_lex.yy.cpp.

◆ YYSTYPE

#define YYSTYPE   unsigned

Definition at line 1137 of file statement_list_lex.yy.cpp.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

Definition at line 3102 of file statement_list_lex.yy.cpp.

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 1309 of file statement_list_lex.yy.cpp.

◆ yytext

#define yytext   yystatement_listtext

Definition at line 29 of file statement_list_lex.yy.cpp.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 602 of file statement_list_lex.yy.cpp.

◆ yywrap

#define yywrap   yystatement_listwrap

Definition at line 30 of file statement_list_lex.yy.cpp.

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 311 of file statement_list_lex.yy.cpp.

◆ flex_int32_t

typedef int flex_int32_t

Definition at line 312 of file statement_list_lex.yy.cpp.

◆ flex_int8_t

typedef signed char flex_int8_t

Definition at line 310 of file statement_list_lex.yy.cpp.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 314 of file statement_list_lex.yy.cpp.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 315 of file statement_list_lex.yy.cpp.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 313 of file statement_list_lex.yy.cpp.

◆ YY_BUFFER_STATE

Definition at line 409 of file statement_list_lex.yy.cpp.

◆ YY_CHAR

Definition at line 588 of file statement_list_lex.yy.cpp.

◆ yy_size_t

typedef size_t yy_size_t

Definition at line 414 of file statement_list_lex.yy.cpp.

◆ yy_state_type

typedef int yy_state_type

Definition at line 592 of file statement_list_lex.yy.cpp.

Function Documentation

◆ statement_list_scanner_init()

void statement_list_scanner_init ( )

Defined in scanner.l.

This function initialises the scanner by setting debug flags (if present) and its initial state.

Definition at line 1153 of file statement_list_lex.yy.cpp.

◆ yy_fatal_error()

static void yy_fatal_error ( const char *  msg)
static

Definition at line 2900 of file statement_list_lex.yy.cpp.

◆ yy_get_next_buffer()

static int yy_get_next_buffer ( void  )
static

Definition at line 2276 of file statement_list_lex.yy.cpp.

◆ yy_get_previous_state()

static yy_state_type yy_get_previous_state ( void  )
static

Definition at line 2414 of file statement_list_lex.yy.cpp.

◆ yy_init_globals()

static int yy_init_globals ( void  )
static

Definition at line 3003 of file statement_list_lex.yy.cpp.

◆ yy_try_NUL_trans()

static yy_state_type yy_try_NUL_trans ( yy_state_type  current_state)
static

Definition at line 2446 of file statement_list_lex.yy.cpp.

◆ yystatement_list_create_buffer()

YY_BUFFER_STATE yystatement_list_create_buffer ( FILE *  file,
int  size 
)

Allocate and initialize an input buffer state.

Parameters
fileA readable stream.
sizeThe character buffer size in bytes. When in doubt, use YY_BUF_SIZE.
Returns
the allocated buffer state.

Definition at line 2614 of file statement_list_lex.yy.cpp.

◆ yystatement_list_delete_buffer()

void yystatement_list_delete_buffer ( YY_BUFFER_STATE  b)

Destroy the buffer.

Parameters
ba buffer created with yy_create_buffer()

Definition at line 2642 of file statement_list_lex.yy.cpp.

◆ yystatement_list_flush_buffer()

void yystatement_list_flush_buffer ( YY_BUFFER_STATE  b)

Discard all buffered characters.

On the next scan, YY_INPUT will be called.

Parameters
bthe buffer state to be flushed, usually YY_CURRENT_BUFFER.

Definition at line 2689 of file statement_list_lex.yy.cpp.

◆ yystatement_list_init_buffer()

static void yystatement_list_init_buffer ( YY_BUFFER_STATE  b,
FILE *  file 
)
static

Definition at line 2661 of file statement_list_lex.yy.cpp.

◆ yystatement_list_load_buffer_state()

static void yystatement_list_load_buffer_state ( void  )
static

Definition at line 2600 of file statement_list_lex.yy.cpp.

◆ yystatement_list_scan_buffer()

YY_BUFFER_STATE yystatement_list_scan_buffer ( char *  base,
yy_size_t  size 
)

Setup the input buffer state to scan directly from a user-specified character buffer.

Parameters
basethe character buffer
sizethe size in bytes of the character buffer
Returns
the newly allocated buffer state object.

Definition at line 2816 of file statement_list_lex.yy.cpp.

◆ yystatement_list_scan_bytes()

YY_BUFFER_STATE yystatement_list_scan_bytes ( const char *  yybytes,
int  _yybytes_len 
)

Setup the input buffer state to scan the given bytes.

The next call to yylex() will scan from a copy of bytes.

Parameters
yybytesthe byte buffer to scan
_yybytes_lenthe number of bytes in the buffer pointed to by bytes.
Returns
the newly allocated buffer state object.

Definition at line 2866 of file statement_list_lex.yy.cpp.

◆ yystatement_list_scan_string()

YY_BUFFER_STATE yystatement_list_scan_string ( const char *  yystr)

Setup the input buffer state to scan a string.

The next call to yylex() will scan from a copy of str.

Parameters
yystra NUL-terminated string to scan
Returns
the newly allocated buffer state object.
Note
If you want to scan bytes that may contain NUL values, then use yy_scan_bytes() instead.

Definition at line 2853 of file statement_list_lex.yy.cpp.

◆ yystatement_list_switch_to_buffer()

void yystatement_list_switch_to_buffer ( YY_BUFFER_STATE  new_buffer)

Switch to a different input buffer.

Parameters
new_bufferThe new input buffer.

Definition at line 2569 of file statement_list_lex.yy.cpp.

◆ yystatement_listalloc()

void * yystatement_listalloc ( yy_size_t  size)

Definition at line 3078 of file statement_list_lex.yy.cpp.

◆ yystatement_listensure_buffer_stack()

static void yystatement_listensure_buffer_stack ( void  )
static

Definition at line 2767 of file statement_list_lex.yy.cpp.

◆ yystatement_listfree()

void yystatement_listfree ( void *  ptr)

Definition at line 3096 of file statement_list_lex.yy.cpp.

◆ yystatement_listget_debug()

int yystatement_listget_debug ( void  )

Definition at line 2993 of file statement_list_lex.yy.cpp.

◆ yystatement_listget_extra()

void* yystatement_listget_extra ( void  )

◆ yystatement_listget_in()

FILE * yystatement_listget_in ( void  )

Get the input stream.

Definition at line 2937 of file statement_list_lex.yy.cpp.

◆ yystatement_listget_leng()

int yystatement_listget_leng ( void  )

Get the length of the current token.

Definition at line 2953 of file statement_list_lex.yy.cpp.

◆ yystatement_listget_lineno()

int yystatement_listget_lineno ( void  )

Get the current line number.

Definition at line 2928 of file statement_list_lex.yy.cpp.

◆ yystatement_listget_out()

FILE * yystatement_listget_out ( void  )

Get the output stream.

Definition at line 2945 of file statement_list_lex.yy.cpp.

◆ yystatement_listget_text()

char * yystatement_listget_text ( void  )

Get the current token.

Definition at line 2962 of file statement_list_lex.yy.cpp.

◆ yystatement_listlex()

int yystatement_listlex ( void  )

The main scanner function which does all the work.

Definition at line 1351 of file statement_list_lex.yy.cpp.

◆ yystatement_listlex_destroy()

int yystatement_listlex_destroy ( void  )

Definition at line 3032 of file statement_list_lex.yy.cpp.

◆ yystatement_listpop_buffer_state()

void yystatement_listpop_buffer_state ( void  )

Removes and deletes the top of the stack, if present.

The next element becomes the new top.

Definition at line 2748 of file statement_list_lex.yy.cpp.

◆ yystatement_listpush_buffer_state()

void yystatement_listpush_buffer_state ( YY_BUFFER_STATE  new_buffer)

Pushes the new state onto the stack.

The new state becomes the current state. This function will allocate the stack if necessary.

Parameters
new_bufferThe new state.

Definition at line 2718 of file statement_list_lex.yy.cpp.

◆ yystatement_listrealloc()

void * yystatement_listrealloc ( void *  ptr,
yy_size_t  size 
)

Definition at line 3083 of file statement_list_lex.yy.cpp.

◆ yystatement_listrestart()

void yystatement_listrestart ( FILE *  input_file)

Immediately switch to a different input stream.

Parameters
input_fileA readable stream.
Note
This function does not reset the start condition to INITIAL .

Definition at line 2552 of file statement_list_lex.yy.cpp.

◆ yystatement_listset_debug()

void yystatement_listset_debug ( int  debug_flag)

Definition at line 2998 of file statement_list_lex.yy.cpp.

◆ yystatement_listset_extra()

void yystatement_listset_extra ( void *  user_defined)

◆ yystatement_listset_in()

void yystatement_listset_in ( FILE *  _in_str)

Set the input stream.

This does not discard the current input buffer.

Parameters
_in_strA readable stream.
See also
yy_switch_to_buffer

Definition at line 2983 of file statement_list_lex.yy.cpp.

◆ yystatement_listset_lineno()

void yystatement_listset_lineno ( int  _line_number)

Set the current line number.

Parameters
_line_numberline number

Definition at line 2971 of file statement_list_lex.yy.cpp.

◆ yystatement_listset_out()

void yystatement_listset_out ( FILE *  _out_str)

Definition at line 2988 of file statement_list_lex.yy.cpp.

Variable Documentation

◆ yy_accept

const flex_int16_t yy_accept[312]
static

Definition at line 626 of file statement_list_lex.yy.cpp.

◆ yy_base

const flex_int16_t yy_base[323]
static

Definition at line 708 of file statement_list_lex.yy.cpp.

◆ yy_buffer_stack

YY_BUFFER_STATE* yy_buffer_stack = NULL
static

Stack as an array.

Definition at line 511 of file statement_list_lex.yy.cpp.

◆ yy_buffer_stack_max

size_t yy_buffer_stack_max = 0
static

capacity of stack.

Definition at line 510 of file statement_list_lex.yy.cpp.

◆ yy_buffer_stack_top

size_t yy_buffer_stack_top = 0
static

index of top of stack.

Definition at line 509 of file statement_list_lex.yy.cpp.

◆ yy_c_buf_p

char* yy_c_buf_p = NULL
static

Definition at line 533 of file statement_list_lex.yy.cpp.

◆ yy_chk

const flex_int16_t yy_chk[1263]
static

Definition at line 931 of file statement_list_lex.yy.cpp.

◆ yy_def

const flex_int16_t yy_def[323]
static

Definition at line 748 of file statement_list_lex.yy.cpp.

◆ yy_did_buffer_switch_on_eof

int yy_did_buffer_switch_on_eof
static

Definition at line 540 of file statement_list_lex.yy.cpp.

◆ yy_ec

const YY_CHAR yy_ec[256]
static

Definition at line 665 of file statement_list_lex.yy.cpp.

◆ yy_hold_char

char yy_hold_char
static

Definition at line 528 of file statement_list_lex.yy.cpp.

◆ yy_init

int yy_init = 0
static

Definition at line 534 of file statement_list_lex.yy.cpp.

◆ yy_last_accepting_cpos

char* yy_last_accepting_cpos
static

Definition at line 1075 of file statement_list_lex.yy.cpp.

◆ yy_last_accepting_state

yy_state_type yy_last_accepting_state
static

Definition at line 1074 of file statement_list_lex.yy.cpp.

◆ yy_meta

const YY_CHAR yy_meta[63]
static
Initial value:
=
{ 0,
1, 2, 2, 1, 2, 1, 1, 3, 1, 1,
1, 1, 1, 4, 1, 5, 5, 5, 5, 5,
4, 1, 1, 1, 1, 6, 6, 6, 6, 6,
6, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 4, 6, 6,
6, 6, 6, 7, 7, 7, 7, 7, 7, 7,
7, 1
}

Definition at line 697 of file statement_list_lex.yy.cpp.

◆ yy_n_chars

int yy_n_chars
static

Definition at line 529 of file statement_list_lex.yy.cpp.

◆ yy_nxt

const flex_int16_t yy_nxt[1263]
static

Definition at line 788 of file statement_list_lex.yy.cpp.

◆ yy_start

int yy_start = 0
static

Definition at line 535 of file statement_list_lex.yy.cpp.

◆ yystatement_list_flex_debug

int yystatement_list_flex_debug = 0

Definition at line 1078 of file statement_list_lex.yy.cpp.

◆ yystatement_listin

FILE * yystatement_listin = NULL

Definition at line 590 of file statement_list_lex.yy.cpp.

◆ yystatement_listleng

int yystatement_listleng

Definition at line 530 of file statement_list_lex.yy.cpp.

◆ yystatement_listlineno

int yystatement_listlineno = 1

Definition at line 595 of file statement_list_lex.yy.cpp.

◆ yystatement_listout

FILE * yystatement_listout = NULL

Definition at line 419 of file statement_list_lex.yy.cpp.

◆ yystatement_listtext

char * yystatement_listtext

Definition at line 1087 of file statement_list_lex.yy.cpp.

YY_BUF_SIZE
#define YY_BUF_SIZE
Definition: statement_list_lex.yy.cpp:399
YY_CURRENT_BUFFER_LVALUE
#define YY_CURRENT_BUFFER_LVALUE
Definition: statement_list_lex.yy.cpp:525
yyin
#define yyin
Definition: statement_list_lex.yy.cpp:22
yyleng
#define yyleng
Definition: statement_list_lex.yy.cpp:23
yy_buffer_stack
static YY_BUFFER_STATE * yy_buffer_stack
Stack as an array.
Definition: statement_list_lex.yy.cpp:511
newstack
#define newstack(x)
Definition: parser.h:142
yystatement_listlval
unsigned yystatement_listlval
Definition: statement_list_y.tab.cpp:1379
YY_CURRENT_BUFFER
#define YY_CURRENT_BUFFER
Definition: statement_list_lex.yy.cpp:519
yy_hold_char
static char yy_hold_char
Definition: statement_list_lex.yy.cpp:528
yy_buffer_stack_top
static size_t yy_buffer_stack_top
index of top of stack.
Definition: statement_list_lex.yy.cpp:509
yytext
#define yytext
Definition: statement_list_lex.yy.cpp:28
yy_c_buf_p
static char * yy_c_buf_p
Definition: statement_list_lex.yy.cpp:533
yytext_ptr
#define yytext_ptr
Definition: statement_list_lex.yy.cpp:601
YY_MORE_ADJ
#define YY_MORE_ADJ
Definition: statement_list_lex.yy.cpp:1085
yy_size_t
size_t yy_size_t
Definition: ansi_c_lex.yy.cpp:414
parser_stack
#define parser_stack(x)
Definition: parser.h:144