aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/Lexer.cpp.cvs
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2006-09-14 18:25:26 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2006-09-14 18:25:26 +0000
commit43e3aad6af54fca7e02352e86f62a8a5e2d49eff (patch)
treeac041ecd81353490b20e8dabb849edc6796e25b9 /lib/AsmParser/Lexer.cpp.cvs
parentb74ed07bfd3af42331b1964c24c39912610a08f4 (diff)
Adding generated files for the last commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/Lexer.cpp.cvs')
-rw-r--r--lib/AsmParser/Lexer.cpp.cvs2774
1 files changed, 1490 insertions, 1284 deletions
diff --git a/lib/AsmParser/Lexer.cpp.cvs b/lib/AsmParser/Lexer.cpp.cvs
index aca3582f6a..93748f9cf1 100644
--- a/lib/AsmParser/Lexer.cpp.cvs
+++ b/lib/AsmParser/Lexer.cpp.cvs
@@ -1,50 +1,93 @@
-#define yy_create_buffer llvmAsm_create_buffer
-#define yy_delete_buffer llvmAsm_delete_buffer
-#define yy_scan_buffer llvmAsm_scan_buffer
-#define yy_scan_string llvmAsm_scan_string
-#define yy_scan_bytes llvmAsm_scan_bytes
-#define yy_flex_debug llvmAsm_flex_debug
-#define yy_init_buffer llvmAsm_init_buffer
-#define yy_flush_buffer llvmAsm_flush_buffer
-#define yy_load_buffer_state llvmAsm_load_buffer_state
-#define yy_switch_to_buffer llvmAsm_switch_to_buffer
-#define yyin llvmAsmin
-#define yyleng llvmAsmleng
-#define yylex llvmAsmlex
-#define yyout llvmAsmout
-#define yyrestart llvmAsmrestart
-#define yytext llvmAsmtext
-#define yylineno llvmAsmlineno
-
-#line 20 "Lexer.cpp"
-/* A lexical scanner generated by flex */
+#line 2 "Lexer.cpp"
-/* Scanner skeleton version:
- * $Header$
- */
+#line 4 "Lexer.cpp"
+
+#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 33
+#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 <stdio.h>
+#include <string.h>
+#include <errno.h>
+#include <stdlib.h>
+/* end standard C headers. */
-/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
-#ifdef c_plusplus
-#ifndef __cplusplus
-#define __cplusplus
-#endif
+/* flex integer type definitions */
+
+#ifndef FLEXINT_H
+#define FLEXINT_H
+
+/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
+
+#if __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 <inttypes.h>
+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;
+#endif /* ! C99 */
-#ifdef __cplusplus
+/* 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
-#include <stdlib.h>
-#include <unistd.h>
+#endif /* ! FLEXINT_H */
-/* Use prototypes in function declarations. */
-#define YY_USE_PROTOS
+#ifdef __cplusplus
/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST
@@ -53,34 +96,17 @@
#if __STDC__
-#define YY_USE_PROTOS
#define YY_USE_CONST
#endif /* __STDC__ */
#endif /* ! __cplusplus */
-#ifdef __TURBOC__
- #pragma warn -rch
- #pragma warn -use
-#include <io.h>
-#include <stdlib.h>
-#define YY_USE_CONST
-#define YY_USE_PROTOS
-#endif
-
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
-
-#ifdef YY_USE_PROTOS
-#define YY_PROTO(proto) proto
-#else
-#define YY_PROTO(proto) ()
-#endif
-
/* Returned upon end-of-file. */
#define YY_NULL 0
@@ -95,71 +121,88 @@
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
-#define BEGIN yy_start = 1 + 2 *
+#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 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_NEW_FILE llvmAsmrestart(llvmAsmin )
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
+#ifndef YY_BUF_SIZE
#define YY_BUF_SIZE (16384*64)
+#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
+
+extern int llvmAsmleng;
-extern int yyleng;
-extern FILE *yyin, *yyout;
+extern FILE *llvmAsmin, *llvmAsmout;
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
-/* The funky do-while in the following #define is used to turn the definition
- * int a single C statement (which needs a semi-colon terminator). This
- * avoids problems with code like:
- *
- * if ( condition_holds )
- * yyless( 5 );
- * else
- * do_something_else();
- *
- * Prior to using the do-while the compiler would get upset at the
- * "else" because it interpreted the "if" statement as being all
- * done when it reached the ';' after the yyless() call.
- */
-
-/* Return all but the first 'n' matched characters back to the input stream. */
-
+ /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires
+ * access to the local variable yy_act. Since yyless() is a macro, it would break
+ * existing scanners that call yyless() from OUTSIDE llvmAsmlex.
+ * One obvious solution it to make yy_act a global. I tried that, and saw
+ * a 5% performance hit in a non-llvmAsmlineno scanner, because yy_act is
+ * normally declared as a register variable-- so it is not worth it.
+ */
+ #define YY_LESS_LINENO(n) \
+ do { \
+ int yyl;\
+ for ( yyl = n; yyl < llvmAsmleng; ++yyl )\
+ if ( llvmAsmtext[yyl] == '\n' )\
+ --llvmAsmlineno;\
+ }while(0)
+
+/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
do \
{ \
- /* Undo effects of setting up yytext. */ \
- *yy_cp = yy_hold_char; \
+ /* Undo effects of setting up llvmAsmtext. */ \
+ 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 + n - YY_MORE_ADJ; \
- YY_DO_BEFORE_ACTION; /* set up yytext again */ \
+ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
+ YY_DO_BEFORE_ACTION; /* set up llvmAsmtext again */ \
} \
while ( 0 )
-#define unput(c) yyunput( c, yytext_ptr )
+#define unput(c) yyunput( c, (yytext_ptr) )
/* The following is because we cannot portably get our hands on size_t
* (without autoconf's help, which isn't available because we want
* flex-generated scanners to compile on their own).
*/
-typedef unsigned int yy_size_t;
+#ifndef YY_TYPEDEF_YY_SIZE_T
+#define YY_TYPEDEF_YY_SIZE_T
+typedef unsigned int yy_size_t;
+#endif
+#ifndef YY_STRUCT_YY_BUFFER_STATE
+#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
FILE *yy_input_file;
@@ -196,12 +239,16 @@ struct yy_buffer_state
*/
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
@@ -211,184 +258,194 @@ struct yy_buffer_state
* 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.
+ * (via llvmAsmrestart()), so that the user can continue scanning by
+ * just pointing llvmAsmin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
+
};
+#endif /* !YY_STRUCT_YY_BUFFER_STATE */
-static YY_BUFFER_STATE yy_current_buffer = 0;
+/* 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_current_buffer
+#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. */
+/* yy_hold_char holds the character lost when llvmAsmtext is formed. */
static char yy_hold_char;
-
static int yy_n_chars; /* number of characters read into yy_ch_buf */
-
-
-int yyleng;
+int llvmAsmleng;
/* Points to current character in buffer. */
static char *yy_c_buf_p = (char *) 0;
-static int yy_init = 1; /* whether we need to initialize */
+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 ...
+/* Flag which is used to allow llvmAsmwrap()'s to do buffer switches
+ * instead of setting up a fresh llvmAsmin. A bit of a hack ...
*/
static int yy_did_buffer_switch_on_eof;
-void yyrestart YY_PROTO(( FILE *input_file ));
+void llvmAsmrestart (FILE *input_file );
+void llvmAsm_switch_to_buffer (YY_BUFFER_STATE new_buffer );
+YY_BUFFER_STATE llvmAsm_create_buffer (FILE *file,int size );
+void llvmAsm_delete_buffer (YY_BUFFER_STATE b );
+void llvmAsm_flush_buffer (YY_BUFFER_STATE b );
+void llvmAsmpush_buffer_state (YY_BUFFER_STATE new_buffer );
+void llvmAsmpop_buffer_state (void );
+
+static void llvmAsmensure_buffer_stack (void );
+static void llvmAsm_load_buffer_state (void );
+static void llvmAsm_init_buffer (YY_BUFFER_STATE b,FILE *file );
-void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
-void yy_load_buffer_state YY_PROTO(( void ));
-YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
-void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
-void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
-void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
-#define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
+#define YY_FLUSH_BUFFER llvmAsm_flush_buffer(YY_CURRENT_BUFFER )
-YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
-YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
-YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
+YY_BUFFER_STATE llvmAsm_scan_buffer (char *base,yy_size_t size );
+YY_BUFFER_STATE llvmAsm_scan_string (yyconst char *yy_str );
+YY_BUFFER_STATE llvmAsm_scan_bytes (yyconst char *bytes,int len );
-static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
-static inline void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ));
-static void yy_flex_free YY_PROTO(( void * ));
+void *llvmAsmalloc (yy_size_t );
+void *llvmAsmrealloc (void *,yy_size_t );
+void llvmAsmfree (void * );
-#define yy_new_buffer yy_create_buffer
+#define yy_new_buffer llvmAsm_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
- if ( ! yy_current_buffer ) \
- yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
- yy_current_buffer->yy_is_interactive = is_interactive; \
+ if ( ! YY_CURRENT_BUFFER ){ \
+ llvmAsmensure_buffer_stack (); \
+ YY_CURRENT_BUFFER_LVALUE = \
+ llvmAsm_create_buffer(llvmAsmin,YY_BUF_SIZE ); \
+ } \
+ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
- if ( ! yy_current_buffer ) \
- yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
- yy_current_buffer->yy_at_bol = at_bol; \
+ if ( ! YY_CURRENT_BUFFER ){\
+ llvmAsmensure_buffer_stack (); \
+ YY_CURRENT_BUFFER_LVALUE = \
+ llvmAsm_create_buffer(llvmAsmin,YY_BUF_SIZE ); \
+ } \
+ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
-#define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
+#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
+/* Begin user sect3 */
-#define YY_USES_REJECT
-
-#define yywrap() 1
+#define llvmAsmwrap(n) 1
#define YY_SKIP_YYWRAP
+
typedef unsigned char YY_CHAR;
-FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
+
+FILE *llvmAsmin = (FILE *) 0, *llvmAsmout = (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 YY_PROTO(( void ));
-static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
-static int yy_get_next_buffer YY_PROTO(( void ));
-static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
+extern int llvmAsmlineno;
+
+int llvmAsmlineno = 1;
+
+extern char *llvmAsmtext;
+#define yytext_ptr llvmAsmtext
+
+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.
+ * corresponding action - sets up llvmAsmtext.
*/
#define YY_DO_BEFORE_ACTION \
- yytext_ptr = yy_bp; \
- yyleng = (int) (yy_cp - yy_bp); \
- yy_hold_char = *yy_cp; \
+ (yytext_ptr) = yy_bp; \
+ llvmAsmleng = (size_t) (yy_cp - yy_bp); \
+ (yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
- yy_c_buf_p = yy_cp;
-
-#define YY_NUM_RULES 108
-#define YY_END_OF_BUFFER 109
-static yyconst short int yy_acclist[186] =
- { 0,
- 109, 107, 108, 106, 107, 108, 106, 108, 107, 108,
- 107, 108, 107, 108, 107, 108, 107, 108, 107, 108,
- 99, 107, 108, 99, 107, 108, 1, 107, 108, 107,
- 108, 107, 108, 107, 108, 107, 108, 107, 108, 107,
- 108, 107, 108, 107, 108, 107, 108, 107, 108, 107,
- 108, 107, 108, 107, 108, 107, 108, 107, 108, 107,
- 108, 107, 108, 107, 108, 107, 108, 107, 108, 107,
- 108, 98, 96, 95, 95, 102, 100, 104, 99, 1,
- 81, 37, 63, 20, 98, 95, 95, 103, 104, 17,
- 104, 105, 57, 62, 35, 30, 38, 60, 3, 48,
-
- 59, 22, 71, 61, 80, 75, 76, 58, 64, 97,
- 104, 104, 43, 72, 73, 88, 89, 50, 19, 101,
- 23, 4, 55, 49, 42, 11, 104, 32, 2, 5,
- 52, 54, 44, 66, 70, 68, 69, 67, 65, 46,
- 90, 45, 51, 18, 78, 87, 41, 53, 27, 21,
- 40, 7, 83, 29, 86, 34, 56, 74, 82, 24,
- 25, 84, 47, 79, 77, 39, 6, 26, 33, 8,
- 14, 9, 10, 31, 12, 36, 28, 85, 91, 93,
- 94, 13, 92, 15, 16
- } ;
+ (yy_c_buf_p) = yy_cp;
-static yyconst short int yy_accept[461] =
+#define YY_NUM_RULES 111
+#define YY_END_OF_BUFFER 112
+/* 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[479] =
{ 0,
- 1, 1, 1, 2, 4, 7, 9, 11, 13, 15,
- 17, 19, 21, 24, 27, 30, 32, 34, 36, 38,
- 40, 42, 44, 46, 48, 50, 52, 54, 56, 58,
- 60, 62, 64, 66, 68, 70, 72, 72, 73, 73,
- 74, 75, 76, 77, 77, 78, 78, 79, 80, 80,
- 81, 81, 81, 81, 81, 81, 81, 81, 81, 82,
- 82, 83, 83, 83, 83, 83, 83, 83, 83, 83,
- 83, 83, 83, 83, 83, 83, 83, 83, 83, 83,
- 83, 83, 83, 83, 83, 84, 84, 84, 84, 84,
- 84, 84, 84, 84, 84, 84, 84, 84, 85, 85,
-
- 85, 85, 85, 85, 85, 85, 85, 85, 85, 85,
- 85, 86, 87, 89, 90, 91, 92, 92, 93, 94,
- 94, 94, 95, 95, 96, 96, 97, 97, 97, 97,
- 98, 98, 98, 98, 98, 98, 99, 99, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 101,
- 101, 101, 101, 101, 101, 101, 101, 101, 102, 103,
- 103, 103, 104, 104, 105, 106, 106, 106, 106, 106,
- 106, 107, 107, 108, 108, 108, 108, 109, 109, 109,
- 109, 109, 109, 109, 109, 109, 109, 109, 109, 109,
- 109, 109, 109, 109, 109, 109, 109, 109, 110, 110,
-
- 111, 112, 112, 112, 112, 113, 113, 113, 113, 113,
- 114, 115, 116, 116, 116, 116, 116, 116, 116, 116,
- 116, 116, 116, 116, 116, 116, 117, 117, 117, 117,
- 117, 117, 117, 117, 117, 117, 118, 119, 119, 119,
- 120, 120, 120, 121, 121, 121, 121, 121, 121, 121,
- 121, 121, 121, 121, 121, 121, 122, 122, 122, 123,
- 124, 124, 125, 125, 125, 125, 125, 125, 125, 125,
- 125, 125, 126, 126, 127, 127, 128, 129, 129, 129,
- 130, 130, 130, 130, 130, 130, 130, 130, 130, 130,
- 130, 131, 131, 132, 132, 132, 132, 132, 132, 132,
-
- 133, 133, 133, 133, 133, 133, 133, 134, 134, 134,
- 135, 136, 137, 138, 139, 140, 141, 141, 141, 142,
- 142, 142, 142, 143, 144, 145, 145, 145, 145, 145,
- 145, 146, 146, 146, 146, 147, 147, 148, 148, 148,
- 148, 148, 149, 150, 151, 151, 151, 152, 152, 153,
- 153, 153, 153, 154, 154, 155, 156, 157, 158, 158,
- 158, 159, 159, 159, 160, 161, 162, 162, 162, 163,
- 164, 165, 166, 166, 166, 166, 166, 167, 168, 169,
- 169, 169, 169, 169, 169, 169, 169, 169, 170, 170,
- 170, 170, 170, 170, 170, 170, 171, 172, 172, 172,
-
- 172, 172, 173, 174, 174, 174, 174, 174, 174, 175,
- 175, 176, 176, 176, 176, 176, 176, 176, 176, 176,
- 176, 176, 176, 176, 176, 176, 176, 176, 177, 177,
- 177, 177, 177, 177, 177, 177, 178, 178, 178, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 180,
- 180, 181, 182, 183, 183, 184, 185, 185, 186, 186
+ 0, 0, 112, 110, 109, 109, 110, 110, 110, 110,
+ 110, 110, 102, 102, 1, 110, 110, 110, 110, 110,
+ 110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
+ 110, 110, 110, 110, 110, 110, 0, 101, 0, 99,
+ 98, 98, 105, 0, 103, 0, 107, 102, 0, 1,
+ 0, 0, 0, 0, 0, 0, 0, 0, 84, 0,
+ 40, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 66, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 23, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 101, 98, 98, 107, 20, 107, 0, 108, 60,
+ 0, 0, 65, 0, 38, 0, 33, 0, 0, 0,
+ 41, 0, 0, 0, 0, 0, 63, 0, 0, 3,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 51, 0, 0, 0, 0, 0, 0, 0, 0, 62,
+ 25, 0, 0, 74, 0, 64, 83, 0, 0, 0,
+ 0, 0, 78, 0, 79, 0, 0, 0, 61, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 67,
+
+ 0, 100, 107, 0, 0, 0, 107, 0, 0, 0,
+ 0, 46, 75, 76, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 91,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 92,
+ 53, 0, 0, 22, 0, 0, 104, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 26,
+ 0, 0, 4, 58, 0, 52, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 45, 0, 11, 0, 107,
+ 35, 0, 0, 2, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 5, 0, 55, 0,
+
+ 0, 0, 0, 0, 0, 57, 0, 0, 0, 0,
+ 0, 0, 47, 0, 0, 69, 73, 71, 72, 70,
+ 68, 49, 0, 0, 93, 0, 0, 0, 48, 54,
+ 21, 0, 0, 0, 0, 0, 81, 0, 0, 0,
+ 90, 0, 44, 0, 0, 0, 0, 0, 0, 56,
+ 30, 24, 0, 0, 43, 0, 7, 0, 0, 0,
+ 86, 0, 32, 89, 37, 59, 0, 0, 77, 0,
+ 0, 85, 27, 28, 0, 0, 87, 50, 82, 80,
+ 0, 0, 0, 0, 42, 6, 29, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 36, 0,
+
+ 0, 0, 0, 0, 0, 0, 8, 0, 0, 0,
+ 17, 0, 0, 0, 0, 9, 10, 0, 0, 0,
+ 0, 0, 34, 0, 12, 14, 13, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 39, 0, 0, 0, 15,
+ 0, 0, 0, 0, 31, 0, 0, 88, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 94, 0, 96,
+ 97, 16, 0, 95, 18, 0, 19, 0
} ;
-static yyconst int yy_ec[256] =
+static yyconst flex_int32_t yy_ec[256] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 2, 1, 1, 1, 1, 1, 1, 1,
@@ -420,7 +477,7 @@ static yyconst int yy_ec[256] =
1, 1, 1, 1, 1
} ;
-static yyconst int yy_meta[42] =
+static yyconst flex_int32_t yy_meta[42] =
{ 0,
1, 1, 2, 1, 3, 1, 1, 3, 3, 3,
3, 4, 1, 3, 3, 3, 3, 3, 3, 3,
@@ -429,117 +486,121 @@ static yyconst int yy_meta[42] =
3
} ;
-static yyconst short int yy_base[465] =
+static yyconst flex_int16_t yy_base[484] =
{ 0,
- 0, 0, 960, 961, 961, 961, 955, 946, 34, 36,
+ 0, 0, 998, 999, 999, 999, 993, 984, 34, 36,
38, 42, 46, 50, 0, 52, 57, 54, 68, 62,
- 80, 82, 83, 93, 102, 40, 84, 92, 56, 129,
- 112, 158, 113, 87, 90, 114, 953, 961, 944, 961,
- 0, 117, 123, 146, 149, 128, 163, 170, 183, 0,
- 55, 119, 151, 157, 178, 139, 154, 177, 943, 184,
- 196, 187, 88, 198, 197, 136, 200, 207, 201, 209,
- 210, 211, 213, 218, 220, 215, 212, 233, 224, 228,
- 225, 226, 232, 174, 942, 124, 241, 244, 246, 248,
- 251, 257, 253, 252, 256, 255, 264, 941, 269, 265,
-
- 259, 263, 271, 283, 41, 290, 286, 292, 279, 298,
- 940, 0, 304, 307, 939, 314, 326, 0, 938, 318,
- 315, 937, 311, 936, 327, 935, 328, 330, 308, 934,
- 334, 332, 335, 336, 337, 933, 341, 346, 339, 349,
- 338, 350, 356, 353, 355, 357, 365, 366, 367, 368,
- 369, 371, 372, 374, 377, 379, 381, 932, 931, 383,
- 31, 930, 384, 929, 928, 408, 389, 396, 390, 420,
- 927, 387, 926, 392, 391, 403, 925, 404, 421, 422,
- 409, 423, 425, 426, 430, 438, 439, 440, 441, 443,
- 442, 446, 444, 445, 458, 447, 459, 924, 461, 961,
-
- 465, 482, 471, 484, 487, 471, 489, 475, 476, 923,
- 922, 921, 490, 472, 491, 462, 494, 498, 499, 500,
- 501, 503, 502, 505, 506, 920, 509, 510, 516, 517,
- 518, 520, 521, 523, 527, 919, 918, 526, 528, 917,
- 530, 532, 0, 531, 533, 545, 537, 547, 549, 550,
- 548, 551, 553, 560, 566, 916, 565, 563, 915, 914,
- 567, 913, 564, 577, 568, 579, 580, 582, 583, 585,
- 586, 912, 588, 911, 589, 592, 910, 593, 592, 909,
- 594, 605, 599, 595, 608, 609, 607, 612, 615, 619,
- 908, 620, 907, 621, 622, 617, 623, 625, 629, 906,
-
- 628, 631, 634, 639, 643, 644, 905, 636, 647, 904,
- 903, 902, 901, 900, 899, 898, 649, 650, 897, 651,
- 655, 656, 896, 895, 894, 657, 659, 661, 658, 662,
- 893, 667, 671, 668, 892, 674, 891, 672, 675, 677,
- 676, 890, 889, 888, 683, 679, 887, 691, 886, 692,
- 694, 695, 885, 697, 884, 883, 882, 881, 693, 696,
- 880, 699, 705, 879, 878, 877, 706, 709, 876, 875,
- 874, 873, 710, 711, 712, 716, 872, 871, 868, 717,
- 718, 722, 720, 723, 726, 733, 728, 858, 730, 734,
- 735, 744, 736, 746, 747, 857, 856, 748, 751, 752,
-
- 753, 854, 853, 754, 756, 757, 759, 760, 851, 770,
- 850, 771, 761, 772, 773, 776, 778, 779, 781, 782,
- 786, 787, 788, 790, 792, 795, 793, 848, 796, 799,
- 800, 809, 798, 806, 810, 846, 811, 814, 844, 817,
- 820, 812, 822, 824, 828, 826, 831, 832, 843, 835,
- 842, 841, 839, 836, 535, 397, 838, 393, 961, 872,
- 874, 297, 878, 103
+ 80, 82, 87, 93, 94, 40, 88, 84, 56, 121,
+ 108, 150, 105, 115, 114, 116, 991, 999, 982, 999,
+ 0, 139, 141, 144, 154, 120, 159, 176, 179, 0,
+ 55, 180, 92, 164, 155, 135, 149, 190, 981, 191,
+ 192, 194, 196, 197, 198, 200, 201, 161, 203, 205,
+ 212, 122, 214, 218, 202, 219, 222, 229, 233, 224,
+ 232, 234, 231, 243, 248, 980, 247, 251, 245, 235,
+ 255, 256, 257, 259, 266, 270, 269, 273, 979, 274,
+
+ 277, 265, 280, 285, 291, 41, 301, 295, 302, 288,
+ 290, 978, 0, 315, 317, 977, 324, 336, 0, 976,
+ 289, 319, 975, 321, 974, 325, 973, 328, 329, 339,
+ 972, 340, 341, 342, 345, 346, 971, 355, 347, 352,
+ 349, 350, 354, 356, 367, 357, 369, 374, 370, 373,
+ 375, 377, 381, 383, 386, 388, 387, 389, 391, 970,
+ 969, 392, 31, 968, 393, 967, 966, 418, 399, 406,
+ 394, 430, 965, 411, 964, 402, 405, 413, 963, 408,
+ 418, 435, 400, 440, 442, 436, 437, 438, 443, 444,
+ 448, 450, 453, 462, 454, 456, 458, 464, 468, 962,
+
+ 470, 999, 474, 491, 480, 493, 496, 480, 474, 484,
+ 485, 961, 960, 959, 498, 476, 500, 503, 504, 506,
+ 509, 507, 510, 511, 513, 514, 512, 520, 516, 958,
+ 526, 524, 528, 531, 532, 535, 536, 538, 540, 957,
+ 956, 542, 543, 955, 544, 546, 0, 545, 548, 550,
+ 547, 562, 563, 564, 559, 565, 570, 574, 577, 954,
+ 578, 566, 953, 952, 580, 951, 588, 590, 591, 592,
+ 576, 594, 595, 596, 598, 950, 601, 949, 605, 604,
+ 948, 606, 609, 947, 612, 608, 614, 610, 620, 622,
+ 623, 627, 628, 629, 630, 632, 946, 633, 945, 634,
+
+ 635, 637, 638, 646, 648, 944, 649, 651, 655, 656,
+ 658, 659, 943, 654, 664, 942, 941, 940, 939, 938,
+ 937, 936, 669, 670, 935, 671, 673, 676, 934, 933,
+ 932, 674, 675, 678, 677, 679, 931, 681, 688, 689,
+ 930, 692, 929, 691, 695, 694, 693, 698, 699, 928,
+ 927, 926, 707, 709, 925, 710, 924, 713, 714, 719,
+ 923, 718, 922, 921, 920, 919, 720, 721, 918, 727,
+ 729, 917, 916, 915, 730, 728, 914, 913, 912, 911,
+ 731, 734, 733, 735, 910, 907, 898, 742, 744, 745,
+ 737, 748, 751, 749, 753, 754, 755, 756, 896, 759,
+
+ 761, 762, 772, 773, 774, 775, 895, 776, 779, 780,
+ 894, 781, 783, 785, 792, 893, 891, 790, 795, 787,
+ 791, 805, 890, 807, 888, 887, 884, 788, 809, 798,
+ 810, 812, 813, 816, 814, 817, 819, 822, 824, 825,
+ 826, 829, 831, 835, 832, 882, 833, 839, 836, 881,
+ 847, 843, 846, 850, 880, 853, 849, 876, 857, 860,
+ 854, 861, 863, 864, 865, 868, 869, 644, 872, 518,
+ 401, 292, 874, 207, 170, 878, 166, 999, 911, 913,
+ 137, 917, 99
} ;
-static yyconst short int yy_def[465] =
+static yyconst flex_int16_t yy_def[484] =
{ 0,
- 459, 1, 459, 459, 459, 459, 460, 461, 462, 459,
- 461, 461, 461, 461, 463, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 460, 459, 461, 459,
- 464, 464, 459, 459, 461, 461, 461, 461, 461, 463,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
-
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 459, 464, 464, 459, 461, 461, 461, 49, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 49, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 459,
-
- 459, 459, 459, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 166, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 459, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
-
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
-
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 461, 461,
- 461, 461, 461, 461, 461, 461, 461, 461, 0, 459,
- 459, 459, 459, 459
+ 478, 1, 478, 478, 478, 478, 479, 480, 481, 478,
+ 480, 480, 480, 480, 482, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 479, 478, 480, 478,
+ 483, 483, 478, 478, 480, 480, 480, 480, 480, 482,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 478, 483, 483, 478, 480, 480, 480, 49, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 49, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+
+ 480, 478, 478, 478, 478, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 168, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 478,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
+ 480, 480, 480, 480, 480, 480, 480, 0, 478, 478,
+ 478, 478, 478
} ;
-static yyconst short int yy_nxt[1003] =
+static yyconst flex_int16_t yy_nxt[1041] =
{ 0,
4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 4, 15, 8, 8, 8, 16, 17, 18, 19,
@@ -547,244 +608,259 @@ static yyconst short int yy_nxt[1003] =
28, 8, 29, 30, 31, 32, 33, 34, 35, 8,
36, 42, 40, 43, 43, 44, 44, 45, 45, 40,
46, 40, 40, 40, 47, 48, 48, 40, 47, 48,
- 48, 40, 241, 40, 191, 40, 40, 40, 40, 82,
- 60, 51, 61, 40, 119, 83, 88, 56, 52, 40,
+ 48, 40, 245, 40, 193, 40, 40, 40, 40, 83,
+ 60, 51, 61, 40, 120, 84, 89, 56, 52, 40,
53, 57, 54, 62, 49, 55, 58, 63, 64, 59,
- 67, 40, 65, 40, 40, 40, 69, 66, 40, 40,
-
- 68, 40, 72, 40, 40, 112, 70, 108, 73, 76,
- 74, 75, 71, 40, 84, 86, 85, 77, 79, 109,
- 133, 87, 78, 40, 40, 40, 113, 113, 97, 106,
- 40, 80, 43, 43, 110, 40, 115, 81, 89, 40,
- 40, 98, 107, 120, 99, 121, 90, 40, 162, 91,
- 40, 100, 92, 93, 114, 44, 44, 47, 45, 45,
- 40, 125, 40, 94, 95, 40, 96, 89, 40, 40,
- 122, 137, 116, 116, 40, 101, 126, 117, 47, 48,
- 48, 40, 102, 117, 103, 40, 104, 123, 40, 40,
- 161, 105, 118, 118, 40, 40, 118, 118, 40, 118,
-
- 118, 118, 118, 118, 118, 124, 127, 40, 40, 40,
- 128, 40, 40, 131, 130, 132, 134, 129, 40, 138,
- 40, 40, 40, 40, 40, 139, 40, 141, 135, 40,
- 144, 40, 151, 136, 142, 40, 40, 40, 143, 40,
- 152, 140, 146, 40, 40, 145, 153, 157, 147, 154,
- 156, 158, 40, 148, 149, 40, 150, 40, 160, 40,
- 159, 155, 40, 40, 40, 163, 40, 40, 40, 168,
- 40, 164, 175, 177, 40, 40, 40, 169, 165, 178,
- 40, 176, 40, 171, 166, 170, 172, 167, 179, 173,
- 40, 185, 174, 181, 40, 183, 180, 40, 184, 41,
-
- 186, 40, 187, 40, 182, 192, 193, 188, 197, 40,
- 195, 198, 196, 113, 113, 189, 201, 201, 194, 40,
- 190, 202, 40, 116, 116, 40, 40, 202, 117, 40,
- 199, 208, 203, 204, 117, 205, 205, 40, 40, 40,
- 206, 40, 212, 4