|
Code_Saturne
CFD tool
|
#include <string.h>#include "mei_node.h"#include "mei_parser_glob.h"#include <bft_mem.h>#include <bft_printf.h>Data Structures | |
| union | YYSTYPE |
| union | yyalloc |
Macros | |
| #define | YYBISON 1 |
| #define | YYBISON_VERSION "2.4.1" |
| #define | YYSKELETON_NAME "yacc.c" |
| #define | YYPURE 0 |
| #define | YYPUSH 0 |
| #define | YYPULL 1 |
| #define | YYLSP_NEEDED 0 |
| #define | YYDEBUG 0 |
| #define | YYERROR_VERBOSE 0 |
| #define | YYTOKEN_TABLE 0 |
| #define | YYTOKENTYPE |
| #define | NUMBER 258 |
| #define | VAR 259 |
| #define | FUN1 260 |
| #define | FUN2 261 |
| #define | FUN3 262 |
| #define | FUN4 263 |
| #define | IN1D 264 |
| #define | WHILE 265 |
| #define | IF 266 |
| #define | PRINT 267 |
| #define | IFX 268 |
| #define | ELSE 269 |
| #define | OR 270 |
| #define | AND 271 |
| #define | NE 272 |
| #define | EQ 273 |
| #define | LE 274 |
| #define | GE 275 |
| #define | UMINUS 276 |
| #define | UPLUS 277 |
| #define | YYSTYPE_IS_TRIVIAL 1 |
| #define | yystype YYSTYPE /* obsolescent; will be withdrawn */ |
| #define | YYSTYPE_IS_DECLARED 1 |
| #define | YYSIZE_T unsigned int |
| #define | YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
| #define | YY_(msgid) msgid |
| #define | YYUSE(e) ((void) (e)) |
| #define | YYID(n) (n) |
| #define | YYSTACK_ALLOC YYMALLOC |
| #define | YYSTACK_FREE YYFREE |
| #define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
| #define | YYMALLOC malloc |
| #define | YYFREE free |
| #define | YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
| #define | YYSTACK_BYTES(N) |
| #define | YYCOPY(To, From, Count) |
| #define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
| #define | YYFINAL 36 |
| #define | YYLAST 1267 |
| #define | YYNTOKENS 38 |
| #define | YYNNTS 5 |
| #define | YYNRULES 39 |
| #define | YYNSTATES 108 |
| #define | YYUNDEFTOK 2 |
| #define | YYMAXUTOK 277 |
| #define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
| #define | YYPACT_NINF -28 |
| #define | YYTABLE_NINF -38 |
| #define | yyerrok (yyerrstatus = 0) |
| #define | yyclearin (yychar = YYEMPTY) |
| #define | YYEMPTY (-2) |
| #define | YYEOF 0 |
| #define | YYACCEPT goto yyacceptlab |
| #define | YYABORT goto yyabortlab |
| #define | YYERROR goto yyerrorlab |
| #define | YYFAIL goto yyerrlab |
| #define | YYRECOVERING() (!!yyerrstatus) |
| #define | YYBACKUP(Token, Value) |
| #define | YYTERROR 1 |
| #define | YYERRCODE 256 |
| #define | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
| #define | YYLLOC_DEFAULT(Current, Rhs, N) |
| #define | YY_LOCATION_PRINT(File, Loc) ((void) 0) |
| #define | YYLEX yylex () |
| #define | YYDPRINTF(Args) |
| #define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
| #define | YY_STACK_PRINT(Bottom, Top) |
| #define | YY_REDUCE_PRINT(Rule) |
| #define | YYINITDEPTH 200 |
| #define | YYMAXDEPTH 10000 |
| #define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
Typedefs | |
| typedef union YYSTYPE | YYSTYPE |
| typedef unsigned char | yytype_uint8 |
| typedef short int | yytype_int8 |
| typedef unsigned short int | yytype_uint16 |
| typedef short int | yytype_int16 |
Enumerations | |
| enum | yytokentype { NUMBER = 258, VAR = 259, FUN1 = 260, FUN2 = 261, FUN3 = 262, FUN4 = 263, IN1D = 264, WHILE = 265, IF = 266, PRINT = 267, IFX = 268, ELSE = 269, OR = 270, AND = 271, NE = 272, EQ = 273, LE = 274, GE = 275, UMINUS = 276, UPLUS = 277, NUMBER = 258, VAR = 259, FUN1 = 260, FUN2 = 261, FUN3 = 262, FUN4 = 263, IN1D = 264, WHILE = 265, IF = 266, PRINT = 267, IFX = 268, ELSE = 269, OR = 270, AND = 271, NE = 272, EQ = 273, LE = 274, GE = 275, UMINUS = 276, UPLUS = 277 } |
Functions | |
| int | yyparse () |
| void | yyerror (const char *s) |
Variables | |
| int | yychar |
| YYSTYPE | yylval |
| int | yynerrs |
| #define AND 271 |
| #define ELSE 269 |
| #define EQ 273 |
| #define FUN1 260 |
| #define FUN2 261 |
| #define FUN3 262 |
| #define FUN4 263 |
| #define GE 275 |
| #define IF 266 |
| #define IFX 268 |
| #define IN1D 264 |
| #define LE 274 |
| #define NE 272 |
| #define NUMBER 258 |
| #define OR 270 |
| #define PRINT 267 |
| #define UMINUS 276 |
| #define UPLUS 277 |
| #define VAR 259 |
| #define WHILE 265 |
| #define YY_ | ( | msgid | ) | msgid |
| #define YY_LOCATION_PRINT | ( | File, | |
| Loc | |||
| ) | ((void) 0) |
| #define YY_REDUCE_PRINT | ( | Rule | ) |
| #define YY_STACK_PRINT | ( | Bottom, | |
| Top | |||
| ) |
| #define YY_SYMBOL_PRINT | ( | Title, | |
| Type, | |||
| Value, | |||
| Location | |||
| ) |
| #define YYABORT goto yyabortlab |
| #define YYACCEPT goto yyacceptlab |
| #define YYBACKUP | ( | Token, | |
| Value | |||
| ) |
| #define YYBISON 1 |
| #define YYBISON_VERSION "2.4.1" |
| #define YYCOPY | ( | To, | |
| From, | |||
| Count | |||
| ) |
| #define YYDEBUG 0 |
| #define YYDPRINTF | ( | Args | ) |
| #define YYEMPTY (-2) |
| #define YYEOF 0 |
| #define YYERRCODE 256 |
| #define yyerrok (yyerrstatus = 0) |
| #define YYERROR goto yyerrorlab |
| #define YYERROR_VERBOSE 0 |
| #define YYFAIL goto yyerrlab |
| #define YYFINAL 36 |
| #define YYFREE free |
| #define YYID | ( | n | ) | (n) |
| #define YYINITDEPTH 200 |
| #define YYLAST 1267 |
| #define YYLEX yylex () |
| #define YYLLOC_DEFAULT | ( | Current, | |
| Rhs, | |||
| N | |||
| ) |
| #define YYLSP_NEEDED 0 |
| #define YYMALLOC malloc |
| #define YYMAXDEPTH 10000 |
| #define YYMAXUTOK 277 |
| #define YYNNTS 5 |
| #define YYNRULES 39 |
| #define YYNSTATES 108 |
| #define YYNTOKENS 38 |
| #define YYPACT_NINF -28 |
| #define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
| #define YYPULL 1 |
| #define YYPURE 0 |
| #define YYPUSH 0 |
| #define YYRECOVERING | ( | ) | (!!yyerrstatus) |
| #define YYRHSLOC | ( | Rhs, | |
| K | |||
| ) | ((Rhs)[K]) |
| #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
| #define YYSIZE_T unsigned int |
| #define YYSKELETON_NAME "yacc.c" |
| #define YYSTACK_ALLOC YYMALLOC |
| #define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
| #define YYSTACK_BYTES | ( | N | ) |
| #define YYSTACK_FREE YYFREE |
| #define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
| #define YYSTACK_RELOCATE | ( | Stack_alloc, | |
| Stack | |||
| ) |
| #define yystype YYSTYPE /* obsolescent; will be withdrawn */ |
| #define YYSTYPE_IS_DECLARED 1 |
| #define YYSTYPE_IS_TRIVIAL 1 |
| #define YYTABLE_NINF -38 |
| #define YYTERROR 1 |
| #define YYTOKEN_TABLE 0 |
| #define YYTOKENTYPE |
| #define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
| #define YYUNDEFTOK 2 |
| #define YYUSE | ( | e | ) | ((void) (e)) |
| typedef short int yytype_int16 |
| typedef short int yytype_int8 |
| typedef unsigned short int yytype_uint16 |
| typedef unsigned char yytype_uint8 |
| enum yytokentype |
| void yyerror | ( | const char * | s | ) |

| int yyparse | ( | void | ) |

| int yychar |
| YYSTYPE yylval |
| int yynerrs |
1.8.13