libutap  0.93
Uppaal Timed Automata Parser
lexer.cc File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <iostream>
#include "keywords.cc"
#include "libparser.h"
#include <unistd.h>
Include dependency graph for lexer.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 UTAP
 

Macros

#define YY_INT_ALIGNED   short int
 
#define yy_create_buffer   utap__create_buffer
 
#define yy_delete_buffer   utap__delete_buffer
 
#define yy_scan_buffer   utap__scan_buffer
 
#define yy_scan_string   utap__scan_string
 
#define yy_scan_bytes   utap__scan_bytes
 
#define yy_init_buffer   utap__init_buffer
 
#define yy_flush_buffer   utap__flush_buffer
 
#define yy_load_buffer_state   utap__load_buffer_state
 
#define yy_switch_to_buffer   utap__switch_to_buffer
 
#define yypush_buffer_state   utap_push_buffer_state
 
#define yypop_buffer_state   utap_pop_buffer_state
 
#define yyensure_buffer_stack   utap_ensure_buffer_stack
 
#define yy_flex_debug   utap__flex_debug
 
#define yyin   utap_in
 
#define yyleng   utap_leng
 
#define yylex   utap_lex
 
#define yylineno   utap_lineno
 
#define yyout   utap_out
 
#define yyrestart   utap_restart
 
#define yytext   utap_text
 
#define yywrap   utap_wrap
 
#define yyalloc   utap_alloc
 
#define yyrealloc   utap_realloc
 
#define yyfree   utap_free
 
#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 utap__create_buffer_ALREADY_DEFINED
 
#define utap__delete_buffer_ALREADY_DEFINED
 
#define utap__scan_buffer_ALREADY_DEFINED
 
#define utap__scan_string_ALREADY_DEFINED
 
#define utap__scan_bytes_ALREADY_DEFINED
 
#define utap__init_buffer_ALREADY_DEFINED
 
#define utap__flush_buffer_ALREADY_DEFINED
 
#define utap__load_buffer_state_ALREADY_DEFINED
 
#define utap__switch_to_buffer_ALREADY_DEFINED
 
#define utap_push_buffer_state_ALREADY_DEFINED
 
#define utap_pop_buffer_state_ALREADY_DEFINED
 
#define utap_ensure_buffer_stack_ALREADY_DEFINED
 
#define utap_lex_ALREADY_DEFINED
 
#define utap_restart_ALREADY_DEFINED
 
#define yylex_init   utap_lex_init
 
#define yylex_init_extra   utap_lex_init_extra
 
#define yylex_destroy   utap_lex_destroy
 
#define yyget_debug   utap_get_debug
 
#define yyset_debug   utap_set_debug
 
#define yyget_extra   utap_get_extra
 
#define yyset_extra   utap_set_extra
 
#define yyget_in   utap_get_in
 
#define yyset_in   utap_set_in
 
#define yyget_out   utap_get_out
 
#define yyset_out   utap_set_out
 
#define yyget_leng   utap_get_leng
 
#define yyget_text   utap_get_text
 
#define yyget_lineno   utap_get_lineno
 
#define yyset_lineno   utap_set_lineno
 
#define utap_wrap_ALREADY_DEFINED
 
#define utap_alloc_ALREADY_DEFINED
 
#define utap_realloc_ALREADY_DEFINED
 
#define utap_free_ALREADY_DEFINED
 
#define utap_text_ALREADY_DEFINED
 
#define utap_leng_ALREADY_DEFINED
 
#define utap_in_ALREADY_DEFINED
 
#define utap_out_ALREADY_DEFINED
 
#define utap__flex_debug_ALREADY_DEFINED
 
#define utap_lineno_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 yytext_ptr   yytext
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   86
 
#define YY_END_OF_BUFFER   87
 
#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 YY_DECL   int lexer_flex(void)
 
#define YY_USER_ACTION   yylloc.start = PositionTracker::position; PositionTracker::increment(ch, yyleng); yylloc.end = PositionTracker::position;
 
#define INITIAL   0
 
#define comment   1
 
#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_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_state * YY_BUFFER_STATE
 
typedef size_t yy_size_t
 
typedef flex_uint8_t YY_CHAR
 
typedef int yy_state_type
 

Functions

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)
 
YY_BUFFER_STATE yy_scan_buffer (char *base, yy_size_t size)
 
YY_BUFFER_STATE yy_scan_string (const char *yy_str)
 
YY_BUFFER_STATE yy_scan_bytes (const char *bytes, int len)
 
void * yyalloc (yy_size_t)
 
void * yyrealloc (void *, yy_size_t)
 
void yyfree (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 yynoreturn yy_fatal_error (const char *msg)
 
static int yy_init_globals (void)
 
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)
 
int yyget_leng (void)
 
char * yyget_text (void)
 
int yyget_lineno (void)
 
void yyset_lineno (int _line_number)
 
int yywrap (void)
 
static int input (void)
 
 if (!(yy_init))
 

Variables

int yyleng
 
FILE * yyin = NULL
 
FILE * yyout = 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 yylineno = 1
 
char * yytext
 
static const flex_int16_t yy_accept [118]
 
static const YY_CHAR yy_ec [256]
 
static const YY_CHAR yy_meta [45]
 
static const flex_int16_t yy_base [122]
 
static const flex_int16_t yy_def [122]
 
static const flex_int16_t yy_nxt [200]
 
static const flex_int16_t yy_chk [200]
 
static yy_state_type yy_last_accepting_state
 
static char * yy_last_accepting_cpos
 
int yy_flex_debug = 0
 
 YY_DECL
 The main scanner function which does all the work. More...
 
char * yy_cp
 
char * yy_bp
 
int yy_act
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN   (yy_start) = 1 + 2 *

Definition at line 377 of file lexer.cc.

Referenced by if().

◆ comment

#define comment   1

◆ ECHO

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

Definition at line 949 of file lexer.cc.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 421 of file lexer.cc.

Referenced by if().

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 422 of file lexer.cc.

Referenced by if().

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 423 of file lexer.cc.

Referenced by if().

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 39 of file lexer.cc.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 34 of file lexer.cc.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 289 of file lexer.cc.

◆ INITIAL

#define INITIAL   0

Definition at line 855 of file lexer.cc.

Referenced by if().

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 331 of file lexer.cc.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 322 of file lexer.cc.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 334 of file lexer.cc.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 325 of file lexer.cc.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 328 of file lexer.cc.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 319 of file lexer.cc.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 778 of file lexer.cc.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 347 of file lexer.cc.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 340 of file lexer.cc.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 343 of file lexer.cc.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 337 of file lexer.cc.

◆ unput

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

Definition at line 441 of file lexer.cc.

◆ utap__create_buffer_ALREADY_DEFINED

#define utap__create_buffer_ALREADY_DEFINED

Definition at line 43 of file lexer.cc.

◆ utap__delete_buffer_ALREADY_DEFINED

#define utap__delete_buffer_ALREADY_DEFINED

Definition at line 49 of file lexer.cc.

◆ utap__flex_debug_ALREADY_DEFINED

#define utap__flex_debug_ALREADY_DEFINED

Definition at line 265 of file lexer.cc.

◆ utap__flush_buffer_ALREADY_DEFINED

#define utap__flush_buffer_ALREADY_DEFINED

Definition at line 79 of file lexer.cc.

◆ utap__init_buffer_ALREADY_DEFINED

#define utap__init_buffer_ALREADY_DEFINED

Definition at line 73 of file lexer.cc.

◆ utap__load_buffer_state_ALREADY_DEFINED

#define utap__load_buffer_state_ALREADY_DEFINED

Definition at line 85 of file lexer.cc.

◆ utap__scan_buffer_ALREADY_DEFINED

#define utap__scan_buffer_ALREADY_DEFINED

Definition at line 55 of file lexer.cc.

◆ utap__scan_bytes_ALREADY_DEFINED

#define utap__scan_bytes_ALREADY_DEFINED

Definition at line 67 of file lexer.cc.

◆ utap__scan_string_ALREADY_DEFINED

#define utap__scan_string_ALREADY_DEFINED

Definition at line 61 of file lexer.cc.

◆ utap__switch_to_buffer_ALREADY_DEFINED

#define utap__switch_to_buffer_ALREADY_DEFINED

Definition at line 91 of file lexer.cc.

◆ utap_alloc_ALREADY_DEFINED

#define utap_alloc_ALREADY_DEFINED

Definition at line 223 of file lexer.cc.

◆ utap_ensure_buffer_stack_ALREADY_DEFINED

#define utap_ensure_buffer_stack_ALREADY_DEFINED

Definition at line 109 of file lexer.cc.

◆ utap_free_ALREADY_DEFINED

#define utap_free_ALREADY_DEFINED

Definition at line 235 of file lexer.cc.

◆ utap_in_ALREADY_DEFINED

#define utap_in_ALREADY_DEFINED

Definition at line 253 of file lexer.cc.

◆ utap_leng_ALREADY_DEFINED

#define utap_leng_ALREADY_DEFINED

Definition at line 247 of file lexer.cc.

◆ utap_lex_ALREADY_DEFINED

#define utap_lex_ALREADY_DEFINED

Definition at line 115 of file lexer.cc.

◆ utap_lineno_ALREADY_DEFINED

#define utap_lineno_ALREADY_DEFINED

Definition at line 271 of file lexer.cc.

◆ utap_out_ALREADY_DEFINED

#define utap_out_ALREADY_DEFINED

Definition at line 259 of file lexer.cc.

◆ utap_pop_buffer_state_ALREADY_DEFINED

#define utap_pop_buffer_state_ALREADY_DEFINED

Definition at line 103 of file lexer.cc.

◆ utap_push_buffer_state_ALREADY_DEFINED

#define utap_push_buffer_state_ALREADY_DEFINED

Definition at line 97 of file lexer.cc.

◆ utap_realloc_ALREADY_DEFINED

#define utap_realloc_ALREADY_DEFINED

Definition at line 229 of file lexer.cc.

◆ utap_restart_ALREADY_DEFINED

#define utap_restart_ALREADY_DEFINED

Definition at line 121 of file lexer.cc.

◆ utap_text_ALREADY_DEFINED

#define utap_text_ALREADY_DEFINED

Definition at line 241 of file lexer.cc.

◆ utap_wrap_ALREADY_DEFINED

#define utap_wrap_ALREADY_DEFINED

Definition at line 217 of file lexer.cc.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 582 of file lexer.cc.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 1028 of file lexer.cc.

Referenced by if().

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 399 of file lexer.cc.

Referenced by if(), parseProperty(), and parseXTA().

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 503 of file lexer.cc.

Referenced by if().

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 491 of file lexer.cc.

Referenced by if().

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 492 of file lexer.cc.

Referenced by if().

◆ yy_create_buffer

#define yy_create_buffer   utap__create_buffer

Definition at line 9 of file lexer.cc.

Referenced by if().

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:
: NULL)
static YY_BUFFER_STATE * yy_buffer_stack
Stack as an array.
Definition: lexer.cc:511
static size_t yy_buffer_stack_top
index of top of stack.
Definition: lexer.cc:509

Definition at line 519 of file lexer.cc.

Referenced by if(), parseProperty(), and parseXTA().

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Definition at line 525 of file lexer.cc.

Referenced by if().

◆ YY_DECL

#define YY_DECL   int lexer_flex(void)

Definition at line 810 of file lexer.cc.

◆ yy_delete_buffer

#define yy_delete_buffer   utap__delete_buffer

Definition at line 10 of file lexer.cc.

Referenced by if().

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
yyleng = (int) (yy_cp - yy_bp); \
*yy_cp = '\0'; \
static char * yy_c_buf_p
Definition: lexer.cc:533
static char yy_hold_char
Definition: lexer.cc:528
char * yy_cp
Definition: lexer.cc:1039
#define yytext_ptr
Definition: lexer.cc:598
char * yy_bp
Definition: lexer.cc:1039

Definition at line 608 of file lexer.cc.

Referenced by if().

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   87

Definition at line 615 of file lexer.cc.

Referenced by if().

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 388 of file lexer.cc.

Referenced by if().

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

Referenced by if().

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 867 of file lexer.cc.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Definition at line 1003 of file lexer.cc.

Referenced by if().

◆ yy_flex_debug

int yy_flex_debug   utap__flex_debug

Definition at line 21 of file lexer.cc.

Referenced by if().

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 35 of file lexer.cc.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 36 of file lexer.cc.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 37 of file lexer.cc.

◆ yy_flush_buffer

#define yy_flush_buffer   utap__flush_buffer

Definition at line 15 of file lexer.cc.

Referenced by if().

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )

Definition at line 553 of file lexer.cc.

◆ yy_init_buffer

#define yy_init_buffer   utap__init_buffer

Definition at line 14 of file lexer.cc.

Referenced by if().

◆ 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); \
} \
}\
\
#define YY_CURRENT_BUFFER_LVALUE
Definition: lexer.cc:525
size_t yy_size_t
Definition: lexer.cc:414
#define yyin
Definition: lexer.cc:22

Definition at line 956 of file lexer.cc.

Referenced by if().

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 5 of file lexer.cc.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 425 of file lexer.cc.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 426 of file lexer.cc.

◆ yy_load_buffer_state

#define yy_load_buffer_state   utap__load_buffer_state

Definition at line 16 of file lexer.cc.

Referenced by if().

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 780 of file lexer.cc.

Referenced by if().

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 563 of file lexer.cc.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 387 of file lexer.cc.

Referenced by if().

◆ YY_NULL

#define YY_NULL   0

Definition at line 366 of file lexer.cc.

◆ YY_NUM_RULES

#define YY_NUM_RULES   86

Definition at line 614 of file lexer.cc.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 940 of file lexer.cc.

Referenced by if().

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 781 of file lexer.cc.

Referenced by if().

◆ YY_RULE_SETUP

#define YY_RULE_SETUP   YY_USER_ACTION

Definition at line 1031 of file lexer.cc.

Referenced by if().

◆ YY_SC_TO_UI

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

Definition at line 371 of file lexer.cc.

Referenced by if().

◆ yy_scan_buffer

#define yy_scan_buffer   utap__scan_buffer

Definition at line 11 of file lexer.cc.

Referenced by if().

◆ yy_scan_bytes

#define yy_scan_bytes   utap__scan_bytes

Definition at line 13 of file lexer.cc.

Referenced by if().

◆ yy_scan_string

#define yy_scan_string   utap__scan_string

Definition at line 12 of file lexer.cc.

Referenced by if().

◆ 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; \
}
#define YY_CURRENT_BUFFER
Definition: lexer.cc:519
#define YY_BUF_SIZE
Definition: lexer.cc:399
#define yyin
Definition: lexer.cc:22

Definition at line 573 of file lexer.cc.

◆ 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; \
}
#define YY_CURRENT_BUFFER
Definition: lexer.cc:519
#define YY_BUF_SIZE
Definition: lexer.cc:399
#define yyin
Definition: lexer.cc:22

Definition at line 564 of file lexer.cc.

◆ YY_START

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

Definition at line 382 of file lexer.cc.

Referenced by if().

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 998 of file lexer.cc.

◆ YY_STATE_BUF_SIZE

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

Definition at line 405 of file lexer.cc.

◆ YY_STATE_EOF

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

Definition at line 385 of file lexer.cc.

Referenced by if().

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 444 of file lexer.cc.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   utap__switch_to_buffer

Definition at line 17 of file lexer.cc.

Referenced by if().

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 408 of file lexer.cc.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 413 of file lexer.cc.

◆ YY_USER_ACTION

#define YY_USER_ACTION   yylloc.start = PositionTracker::position; PositionTracker::increment(ch, yyleng); yylloc.end = PositionTracker::position;

Definition at line 847 of file lexer.cc.

◆ yyalloc

#define yyalloc   utap_alloc

Definition at line 30 of file lexer.cc.

Referenced by if().

◆ yyconst

#define yyconst   const

Definition at line 357 of file lexer.cc.

◆ yyensure_buffer_stack

#define yyensure_buffer_stack   utap_ensure_buffer_stack

Definition at line 20 of file lexer.cc.

Referenced by if().

◆ yyfree

#define yyfree   utap_free

Definition at line 32 of file lexer.cc.

Referenced by if().

◆ yyget_debug

#define yyget_debug   utap_get_debug

Definition at line 147 of file lexer.cc.

Referenced by if().

◆ yyget_extra

#define yyget_extra   utap_get_extra

Definition at line 159 of file lexer.cc.

◆ yyget_in

#define yyget_in   utap_get_in

Definition at line 171 of file lexer.cc.

Referenced by if().

◆ yyget_leng

#define yyget_leng   utap_get_leng

Definition at line 195 of file lexer.cc.

Referenced by if().

◆ yyget_lineno

#define yyget_lineno   utap_get_lineno

Definition at line 207 of file lexer.cc.

Referenced by if().

◆ yyget_out

#define yyget_out   utap_get_out

Definition at line 183 of file lexer.cc.

Referenced by if().

◆ yyget_text

#define yyget_text   utap_get_text

Definition at line 201 of file lexer.cc.

Referenced by if().

◆ yyin

FILE * yyin   utap_in

Definition at line 22 of file lexer.cc.

Referenced by if().

◆ yyleng

int yyleng   utap_leng

Definition at line 23 of file lexer.cc.

Referenced by if().

◆ 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_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 )
static char * yy_c_buf_p
Definition: lexer.cc:533
static char yy_hold_char
Definition: lexer.cc:528
char * yy_cp
Definition: lexer.cc:1039
char * yy_bp
Definition: lexer.cc:1039
#define YY_MORE_ADJ
Definition: lexer.cc:780

Definition at line 429 of file lexer.cc.

◆ 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 )
static char * yy_c_buf_p
Definition: lexer.cc:533
static char yy_hold_char
Definition: lexer.cc:528
#define yyleng
Definition: lexer.cc:23
#define yytext
Definition: lexer.cc:28

Definition at line 429 of file lexer.cc.

◆ yylex

#define yylex   utap_lex

Definition at line 24 of file lexer.cc.

◆ yylex_destroy

#define yylex_destroy   utap_lex_destroy

Definition at line 141 of file lexer.cc.

Referenced by if().

◆ yylex_init

#define yylex_init   utap_lex_init

Definition at line 129 of file lexer.cc.

◆ yylex_init_extra

#define yylex_init_extra   utap_lex_init_extra

Definition at line 135 of file lexer.cc.

◆ yylineno

int yylineno   utap_lineno

Definition at line 25 of file lexer.cc.

Referenced by if().

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 779 of file lexer.cc.

◆ yynoreturn

#define yynoreturn

Definition at line 362 of file lexer.cc.

Referenced by if().

◆ yyout

FILE * yyout   utap_out

Definition at line 26 of file lexer.cc.

Referenced by if().

◆ yypop_buffer_state

#define yypop_buffer_state   utap_pop_buffer_state

Definition at line 19 of file lexer.cc.

Referenced by if().

◆ yypush_buffer_state

#define yypush_buffer_state   utap_push_buffer_state

Definition at line 18 of file lexer.cc.

Referenced by if().

◆ yyrealloc

#define yyrealloc   utap_realloc

Definition at line 31 of file lexer.cc.

Referenced by if().

◆ yyrestart

#define yyrestart   utap_restart

Definition at line 27 of file lexer.cc.

Referenced by if().

◆ yyset_debug

#define yyset_debug   utap_set_debug

Definition at line 153 of file lexer.cc.

Referenced by if().

◆ yyset_extra

#define yyset_extra   utap_set_extra

Definition at line 165 of file lexer.cc.

◆ yyset_in

#define yyset_in   utap_set_in

Definition at line 177 of file lexer.cc.

Referenced by if().

◆ yyset_lineno

#define yyset_lineno   utap_set_lineno

Definition at line 213 of file lexer.cc.

Referenced by if().

◆ yyset_out

#define yyset_out   utap_set_out

Definition at line 189 of file lexer.cc.

Referenced by if().

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 383 of file lexer.cc.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 993 of file lexer.cc.

◆ yytext

char * yytext   utap_text

Definition at line 28 of file lexer.cc.

Referenced by if().

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 598 of file lexer.cc.

Referenced by if().

◆ yywrap

#define yywrap   utap_wrap

Definition at line 29 of file lexer.cc.

Referenced by if().

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 311 of file lexer.cc.

◆ flex_int32_t

typedef int flex_int32_t

Definition at line 312 of file lexer.cc.

◆ flex_int8_t

typedef signed char flex_int8_t

Definition at line 310 of file lexer.cc.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 314 of file lexer.cc.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 315 of file lexer.cc.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 313 of file lexer.cc.

◆ YY_BUFFER_STATE

typedef struct yy_buffer_state* YY_BUFFER_STATE

Definition at line 409 of file lexer.cc.

◆ YY_CHAR

Definition at line 585 of file lexer.cc.

◆ yy_size_t

typedef size_t yy_size_t

Definition at line 414 of file lexer.cc.

◆ yy_state_type

typedef int yy_state_type

Definition at line 589 of file lexer.cc.

Function Documentation

◆ if()

if ( yy_init)

Definition at line 1042 of file lexer.cc.

References BEGIN, ch, comment, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, free(), ID_TOO_LONG, INITIAL, input(), malloc(), MAXLEN, syntax, SYNTAX_OLD, SYNTAX_PROB, SYNTAX_PROPERTY, SYNTAX_TIGA, T_AF, T_AG, T_AG_MULT, T_AG_PLUS, T_ARROW, T_ASSAND, T_ASSDIV, T_ASSIGNMENT, T_ASSLSHIFT, T_ASSMINUS, T_ASSMOD, T_ASSMULT, T_ASSOR, T_ASSPLUS, T_ASSRSHIFT, T_ASSXOR, T_BOOL_AND, T_BOOL_OR, T_BOX, T_CONST, T_DECREMENT, T_DIAMOND, T_DIV, T_EF, T_EF_MULT, T_EF_PLUS, T_EG, T_EQ, T_ERROR, T_EXCLAM, T_FLOATING, T_GEQ, T_GT, T_HASH, T_ID, T_INCREMENT, T_LEADSTO, T_LEQ, T_LSHIFT, T_LT, T_MAX, T_MIN, T_MINUS, T_MITL_AND, T_MITL_OR, T_MOD, T_MULT, T_NAT, T_NEQ, T_OLDCONST, T_OR, T_PLUS, T_POS_NEG_MAX, T_RSHIFT, T_TYPENAME, T_UNCONTROL_ARROW, T_XOR, utap_error(), utap_lval, yy_accept, yy_base, YY_BREAK, YY_BUF_SIZE, YY_BUFFER_EOF_PENDING, YY_BUFFER_NEW, YY_BUFFER_NORMAL, yy_buffer_stack, yy_buffer_stack_max, yy_buffer_stack_top, yy_c_buf_p, yy_chk, yy_cp, yy_create_buffer, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_def, yy_delete_buffer, yy_did_buffer_switch_on_eof, YY_DO_BEFORE_ACTION, yy_ec, YY_END_OF_BUFFER, YY_END_OF_BUFFER_CHAR, YY_EXIT_FAILURE, yy_fatal_error(), YY_FATAL_ERROR, yy_flex_debug, yy_flush_buffer, yy_get_next_buffer(), yy_get_previous_state(), yy_hold_char, yy_init, yy_init_buffer, yy_init_globals(), YY_INPUT, yy_last_accepting_cpos, yy_last_accepting_state, yy_load_buffer_state, yy_meta, YY_MORE_ADJ, yy_n_chars, YY_NEW_FILE, yy_nxt, YY_READ_BUF_SIZE, YY_RESTORE_YY_MORE_OFFSET, YY_RULE_SETUP, YY_SC_TO_UI, yy_scan_buffer, yy_scan_bytes, yy_scan_string, YY_START, yy_start, YY_STATE_EOF, yy_switch_to_buffer, yy_try_NUL_trans(), yyalloc, yyensure_buffer_stack, yyerror, yyfree, yyget_debug, yyget_in, yyget_leng, yyget_lineno, yyget_out, yyget_text, yyin, yyleng, yylex_destroy, yylineno, yynoreturn, yyout, yypop_buffer_state, yypush_buffer_state, yyrealloc, yyrestart, yyset_debug, yyset_in, yyset_lineno, yyset_out, yytext, yytext_ptr, and yywrap.

Referenced by UTAP::expression_t::deeperClone().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ input()

static int input ( void  )
static

Referenced by if().

Here is the caller graph for this function:

◆ yy_create_buffer()

YY_BUFFER_STATE yy_create_buffer ( FILE *  file,
int  size 
)

◆ yy_delete_buffer()

void yy_delete_buffer ( YY_BUFFER_STATE  b)

◆ yy_fatal_error()

static void yynoreturn yy_fatal_error ( const char *  msg)
static

Referenced by if().

Here is the caller graph for this function:

◆ yy_flush_buffer()

void yy_flush_buffer ( YY_BUFFER_STATE  b)

◆ yy_get_next_buffer()

static int yy_get_next_buffer ( void  )
static

Referenced by if().

Here is the caller graph for this function:

◆ yy_get_previous_state()

static yy_state_type yy_get_previous_state ( void  )
static

Referenced by if().

Here is the caller graph for this function:

◆ yy_init_buffer()

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

◆ yy_init_globals()

static int yy_init_globals ( void  )
static

Referenced by if().

Here is the caller graph for this function:

◆ yy_load_buffer_state()

static void yy_load_buffer_state ( void  )
static

◆ yy_scan_buffer()

YY_BUFFER_STATE yy_scan_buffer ( char *  base,
yy_size_t  size 
)

◆ yy_scan_bytes()

YY_BUFFER_STATE yy_scan_bytes ( const char *  bytes,
int  len 
)

◆ yy_scan_string()

YY_BUFFER_STATE yy_scan_string ( const char *  yy_str)

◆ yy_switch_to_buffer()

void yy_switch_to_buffer ( YY_BUFFER_STATE  new_buffer)

◆ yy_try_NUL_trans()

static yy_state_type yy_try_NUL_trans ( yy_state_type  current_state)
static

Referenced by if().

Here is the caller graph for this function:

◆ yyalloc()

void* yyalloc ( yy_size_t  )

Referenced by yyparse().

Here is the caller graph for this function:

◆ yyensure_buffer_stack()

static void yyensure_buffer_stack ( void  )
static

◆ yyfree()

void yyfree ( void *  )

◆ yyget_debug()

int yyget_debug ( void  )

◆ yyget_extra()

YY_EXTRA_TYPE yyget_extra ( void  )

◆ yyget_in()

FILE* yyget_in ( void  )

◆ yyget_leng()

int yyget_leng ( void  )

◆ yyget_lineno()

int yyget_lineno ( void  )

◆ yyget_out()

FILE* yyget_out ( void  )

◆ yyget_text()

char* yyget_text ( void  )

◆ yylex_destroy()

int yylex_destroy ( void  )

◆ yypop_buffer_state()

void yypop_buffer_state ( void  )

◆ yypush_buffer_state()

void yypush_buffer_state ( YY_BUFFER_STATE  new_buffer)

◆ yyrealloc()

void* yyrealloc ( void *  ,
yy_size_t   
)

◆ yyrestart()

void yyrestart ( FILE *  input_file)

◆ yyset_debug()

void yyset_debug ( int  debug_flag)

◆ yyset_extra()

void yyset_extra ( YY_EXTRA_TYPE  user_defined)

◆ yyset_in()

void yyset_in ( FILE *  _in_str)

◆ yyset_lineno()

void yyset_lineno ( int  _line_number)

◆ yyset_out()

void yyset_out ( FILE *  _out_str)

◆ yywrap()

int yywrap ( void  )

Variable Documentation

◆ yy_accept

const flex_int16_t yy_accept[118]
static
Initial value:
=
{ 0,
0, 0, 0, 0, 87, 85, 7, 9, 85, 23,
81, 45, 47, 22, 19, 20, 43, 41, 12, 42,
11, 44, 83, 14, 13, 59, 27, 60, 21, 65,
82, 69, 67, 66, 68, 17, 24, 18, 48, 15,
46, 16, 4, 1, 4, 4, 7, 9, 10, 62,
33, 52, 35, 31, 63, 29, 64, 30, 25, 0,
8, 6, 32, 53, 0, 83, 0, 28, 49, 55,
80, 39, 57, 61, 58, 56, 50, 40, 82, 0,
0, 0, 0, 79, 0, 5, 54, 36, 34, 51,
2, 0, 0, 74, 0, 6, 84, 0, 84, 37,
38, 70, 71, 72, 73, 0, 26, 77, 75, 78,
76, 0, 0, 0, 3, 3, 0
}

Definition at line 623 of file lexer.cc.

Referenced by if().

◆ yy_act

int yy_act

Definition at line 1040 of file lexer.cc.

◆ yy_base

const flex_int16_t yy_base[122]
static
Initial value:
=
{ 0,
0, 0, 42, 43, 154, 155, 151, 149, 148, 127,
155, 126, 38, 155, 155, 155, 125, 34, 155, 35,
155, 47, 33, 124, 155, 44, 55, 57, 155, 27,
52, 53, 61, 63, 64, 108, 88, 155, 122, 155,
64, 155, 155, 155, 126, 108, 140, 138, 136, 155,
155, 155, 155, 155, 155, 155, 115, 155, 155, 122,
155, 0, 155, 155, 118, 75, 79, 155, 113, 155,
155, 155, 155, 155, 155, 155, 112, 155, 74, 109,
94, 105, 83, 155, 51, 155, 155, 155, 155, 155,
155, 90, 116, 155, 94, 0, 82, 98, 97, 155,
155, 155, 89, 95, 155, 85, 155, 155, 155, 155,
155, 85, 80, 85, 0, 0, 155, 122, 60, 126,
130
}

Definition at line 681 of file lexer.cc.

Referenced by if().

◆ yy_bp

char * yy_bp

Definition at line 1039 of file lexer.cc.

◆ yy_buffer_stack

YY_BUFFER_STATE* yy_buffer_stack = NULL
static

Stack as an array.

Definition at line 511 of file lexer.cc.

Referenced by if().

◆ yy_buffer_stack_max

size_t yy_buffer_stack_max = 0
static

capacity of stack.

Definition at line 510 of file lexer.cc.

Referenced by if().

◆ yy_buffer_stack_top

size_t yy_buffer_stack_top = 0
static

index of top of stack.

Definition at line 509 of file lexer.cc.

Referenced by if().

◆ yy_c_buf_p

char* yy_c_buf_p = NULL
static

Definition at line 533 of file lexer.cc.

Referenced by if().

◆ yy_chk

const flex_int16_t yy_chk[200]
static
Initial value:
=
{ 0,
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, 3, 4, 13, 18, 30, 23,
20, 23, 85, 85, 3, 4, 18, 20, 20, 22,
13, 23, 30, 119, 22, 26, 26, 26, 26, 22,
3, 4, 23, 31, 32, 20, 27, 27, 27, 28,
28, 28, 33, 22, 34, 35, 41, 31, 32, 37,
37, 66, 67, 66, 67, 79, 33, 67, 34, 35,
97, 103, 103, 66, 114, 37, 41, 104, 104, 79,
97, 113, 112, 106, 66, 99, 98, 95, 93, 92,
83, 97, 118, 118, 118, 118, 120, 120, 82, 120,
121, 81, 80, 121, 77, 69, 65, 60, 57, 49,
48, 47, 46, 45, 39, 36, 24, 17, 12, 10,
9, 8, 7, 5, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117
}

Definition at line 743 of file lexer.cc.

Referenced by if().

◆ yy_cp

char* yy_cp

Definition at line 1039 of file lexer.cc.

Referenced by if().

◆ YY_DECL

YY_DECL
Initial value:
{
yy_state_type yy_current_state
int yy_state_type
Definition: lexer.cc:589

The main scanner function which does all the work.

Definition at line 1037 of file lexer.cc.

◆ yy_def

const flex_int16_t yy_def[122]
static
Initial value:
=
{ 0,
117, 1, 118, 118, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 119,
119, 119, 119, 119, 119, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 120, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 119, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 120, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 121, 121, 0, 117, 117, 117,
117
}

Definition at line 699 of file lexer.cc.

Referenced by if().

◆ yy_did_buffer_switch_on_eof

int yy_did_buffer_switch_on_eof
static

Definition at line 540 of file lexer.cc.

Referenced by if().

◆ yy_ec

const YY_CHAR yy_ec[256]
static

Definition at line 640 of file lexer.cc.

Referenced by if().

◆ yy_flex_debug

int yy_flex_debug = 0

Definition at line 773 of file lexer.cc.

◆ yy_hold_char

char yy_hold_char
static

Definition at line 528 of file lexer.cc.

Referenced by if().

◆ yy_init

int yy_init = 0
static

Definition at line 534 of file lexer.cc.

Referenced by if().

◆ yy_last_accepting_cpos

char* yy_last_accepting_cpos
static

Definition at line 770 of file lexer.cc.

Referenced by if().

◆ yy_last_accepting_state

yy_state_type yy_last_accepting_state
static

Definition at line 769 of file lexer.cc.

Referenced by if().

◆ yy_meta

const YY_CHAR yy_meta[45]
static
Initial value:
=
{ 0,
1, 2, 3, 1, 1, 4, 4, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 4, 1,
1, 4, 1, 1, 1, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 1, 1, 1, 4,
4, 1, 1, 1
}

Definition at line 672 of file lexer.cc.

Referenced by if().

◆ yy_n_chars

int yy_n_chars
static

Definition at line 529 of file lexer.cc.

Referenced by if().

◆ yy_nxt

const flex_int16_t yy_nxt[200]
static
Initial value:
=
{ 0,
6, 7, 8, 9, 10, 11, 6, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 31, 32, 31,
33, 31, 34, 35, 31, 36, 37, 38, 39, 31,
31, 40, 41, 42, 44, 44, 52, 55, 80, 65,
57, 66, 85, 86, 45, 45, 56, 58, 59, 61,
53, 67, 81, 79, 62, 69, 70, 71, 72, 63,
46, 46, 67, 117, 82, 60, 73, 74, 75, 76,
77, 78, 117, 64, 117, 117, 89, 117, 83, 85,
86, 65, 98, 66, 98, 117, 117, 99, 117, 117,
97, 108, 109, 67, 115, 87, 90, 110, 111, 117,
67, 114, 113, 112, 67, 99, 99, 107, 49, 106,
105, 67, 43, 43, 43, 43, 96, 96, 104, 96,
116, 103, 102, 116, 101, 100, 97, 95, 94, 93,
48, 47, 92, 91, 88, 84, 68, 54, 51, 50,
49, 48, 47, 117, 5, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117
}

Definition at line 717 of file lexer.cc.

Referenced by if().

◆ yy_start

int yy_start = 0
static

Definition at line 535 of file lexer.cc.

Referenced by if().

◆ yyin

FILE* yyin = NULL

Definition at line 587 of file lexer.cc.

◆ yyleng

int yyleng

Definition at line 530 of file lexer.cc.

◆ yylineno

int yylineno = 1

Definition at line 592 of file lexer.cc.

◆ yyout

FILE * yyout = NULL

Definition at line 587 of file lexer.cc.

◆ yytext

char* yytext

Definition at line 782 of file lexer.cc.