![]() |
OR-Tools
8.2
|
Go to the source code of this file.
Classes | |
| union | yyalloc |
| struct | yypcontext_t |
Macros | |
| #define | YYBISON 30705 |
| #define | YYBISON_VERSION "3.7.5" |
| #define | YYSKELETON_NAME "yacc.c" |
| #define | YYPURE 2 |
| #define | YYPUSH 0 |
| #define | YYPULL 1 |
| #define | YYSTYPE ORFZ_STYPE |
| #define | yyparse orfz_parse |
| #define | yylex orfz_lex |
| #define | yyerror orfz_error |
| #define | yydebug orfz_debug |
| #define | yynerrs orfz_nerrs |
| #define | YY_CAST(Type, Val) ((Type)(Val)) |
| #define | YY_REINTERPRET_CAST(Type, Val) ((Type)(Val)) |
| #define | YY_NULLPTR ((void*)0) |
| #define | YYPTRDIFF_T long |
| #define | YYPTRDIFF_MAXIMUM LONG_MAX |
| #define | YYSIZE_T unsigned |
| #define | YYSIZE_MAXIMUM |
| #define | YYSIZEOF(X) YY_CAST(YYPTRDIFF_T, sizeof(X)) |
| #define | YY_(Msgid) Msgid |
| #define | YY_ATTRIBUTE_PURE |
| #define | YY_ATTRIBUTE_UNUSED |
| #define | YY_USE(E) ((void)(E)) |
| #define | YY_INITIAL_VALUE(Value) Value |
| #define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
| #define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
| #define | YY_IGNORE_USELESS_CAST_BEGIN |
| #define | YY_IGNORE_USELESS_CAST_END |
| #define | YY_ASSERT(E) ((void)(0 && (E))) |
| #define | YYSTACK_ALLOC YYMALLOC |
| #define | YYSTACK_FREE YYFREE |
| #define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
| #define | YYMALLOC malloc |
| #define | YYFREE free |
| #define | YYSTACK_GAP_MAXIMUM (YYSIZEOF(union yyalloc) - 1) |
| #define | YYSTACK_BYTES(N) ((N) * (YYSIZEOF(yy_state_t) + YYSIZEOF(YYSTYPE)) + YYSTACK_GAP_MAXIMUM) |
| #define | YYCOPY_NEEDED 1 |
| #define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
| #define | YYCOPY(Dst, Src, Count) |
| #define | YYFINAL 3 |
| #define | YYLAST 271 |
| #define | YYNTOKENS 32 |
| #define | YYNNTS 32 |
| #define | YYNRULES 96 |
| #define | YYNSTATES 223 |
| #define | YYMAXUTOK 276 |
| #define | YYTRANSLATE(YYX) |
| #define | YY_ACCESSING_SYMBOL(State) YY_CAST(yysymbol_kind_t, yystos[State]) |
| Accessing symbol of state STATE. More... | |
| #define | YYPACT_NINF (-182) |
| #define | yypact_value_is_default(Yyn) ((Yyn) == YYPACT_NINF) |
| #define | YYTABLE_NINF (-19) |
| #define | yytable_value_is_error(Yyn) 0 |
| #define | yyerrok (yyerrstatus = 0) |
| #define | yyclearin (yychar = ORFZ_EMPTY) |
| #define | YYACCEPT goto yyacceptlab |
| #define | YYABORT goto yyabortlab |
| #define | YYERROR goto yyerrorlab |
| #define | YYRECOVERING() (!!yyerrstatus) |
| #define | YYBACKUP(Token, Value) |
| #define | YYERRCODE ORFZ_UNDEF |
| #define | YYFPRINTF fprintf |
| #define | YYDPRINTF(Args) |
| #define | YY_LOCATION_PRINT(File, Loc) ((void)0) |
| #define | YY_SYMBOL_PRINT(Title, Kind, Value, Location) |
| #define | YY_STACK_PRINT(Bottom, Top) |
| #define | YY_REDUCE_PRINT(Rule) |
| #define | YYINITDEPTH 200 |
| #define | YYMAXDEPTH 10000 |
| #define | YYCASE_(N, S) |
| #define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
Typedefs | |
| typedef enum yysymbol_kind_t | yysymbol_kind_t |
| typedef signed char | yytype_int8 |
| typedef short | yytype_int16 |
| typedef unsigned char | yytype_uint8 |
| typedef unsigned short | yytype_uint16 |
| typedef yytype_uint8 | yy_state_t |
| typedef int | yy_state_fast_t |
Variables | |
| static const yytype_int8 | yytranslate [] |
| static const yytype_int16 | yyrline [] |
| static const char *const | yytname [] |
| static const yytype_int16 | yypact [] |
| static const yytype_int8 | yydefact [] |
| static const yytype_int16 | yypgoto [] |
| static const yytype_uint8 | yydefgoto [] |
| static const yytype_int16 | yytable [] |
| static const yytype_int16 | yycheck [] |
| static const yytype_int8 | yystos [] |
| static const yytype_int8 | yyr1 [] |
| static const yytype_int8 | yyr2 [] |
| int | yydebug |
| #define YY_ | ( | Msgid | ) | Msgid |
Definition at line 325 of file parser.tab.cc.
| #define YY_ACCESSING_SYMBOL | ( | State | ) | YY_CAST(yysymbol_kind_t, yystos[State]) |
| #define YY_ASSERT | ( | E | ) | ((void)(0 && (E))) |
Definition at line 381 of file parser.tab.cc.
| #define YY_ATTRIBUTE_PURE |
Definition at line 333 of file parser.tab.cc.
| #define YY_ATTRIBUTE_UNUSED |
Definition at line 341 of file parser.tab.cc.
| #define YY_CAST | ( | Type, | |
| Val | |||
| ) | ((Type)(Val)) |
Definition at line 93 of file parser.tab.cc.
| #define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 363 of file parser.tab.cc.
| #define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 364 of file parser.tab.cc.
| #define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 377 of file parser.tab.cc.
| #define YY_IGNORE_USELESS_CAST_END |
Definition at line 378 of file parser.tab.cc.
| #define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 360 of file parser.tab.cc.
| #define YY_LOCATION_PRINT | ( | File, | |
| Loc | |||
| ) | ((void)0) |
Definition at line 830 of file parser.tab.cc.
| #define YY_NULLPTR ((void*)0) |
Definition at line 105 of file parser.tab.cc.
| #define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 922 of file parser.tab.cc.
| #define YY_REINTERPRET_CAST | ( | Type, | |
| Val | |||
| ) | ((Type)(Val)) |
Definition at line 94 of file parser.tab.cc.
| #define YY_STACK_PRINT | ( | Bottom, | |
| Top | |||
| ) |
Definition at line 895 of file parser.tab.cc.
| #define YY_SYMBOL_PRINT | ( | Title, | |
| Kind, | |||
| Value, | |||
| Location | |||
| ) |
Definition at line 833 of file parser.tab.cc.
| #define YY_USE | ( | E | ) | ((void)(E)) |
Definition at line 347 of file parser.tab.cc.
| #define YYABORT goto yyabortlab |
Definition at line 791 of file parser.tab.cc.
| #define YYACCEPT goto yyacceptlab |
Definition at line 790 of file parser.tab.cc.
| #define YYBACKUP | ( | Token, | |
| Value | |||
| ) |
Definition at line 796 of file parser.tab.cc.
| #define YYBISON 30705 |
Definition at line 62 of file parser.tab.cc.
| #define YYBISON_VERSION "3.7.5" |
Definition at line 65 of file parser.tab.cc.
| #define YYCASE_ | ( | N, | |
| S | |||
| ) |
| #define yyclearin (yychar = ORFZ_EMPTY) |
Definition at line 788 of file parser.tab.cc.
| #define YYCOPY | ( | Dst, | |
| Src, | |||
| Count | |||
| ) |
Definition at line 497 of file parser.tab.cc.
| #define YYCOPY_NEEDED 1 |
Definition at line 471 of file parser.tab.cc.
| #define yydebug orfz_debug |
Definition at line 85 of file parser.tab.cc.
| #define YYDPRINTF | ( | Args | ) |
Definition at line 823 of file parser.tab.cc.
| #define YYERRCODE ORFZ_UNDEF |
Definition at line 813 of file parser.tab.cc.
| #define yyerrok (yyerrstatus = 0) |
Definition at line 787 of file parser.tab.cc.
| #define yyerror orfz_error |
Definition at line 84 of file parser.tab.cc.
| #define YYERROR goto yyerrorlab |
Definition at line 792 of file parser.tab.cc.
| #define YYFINAL 3 |
Definition at line 507 of file parser.tab.cc.
| #define YYFPRINTF fprintf |
Definition at line 820 of file parser.tab.cc.
| #define YYFREE free |
Definition at line 445 of file parser.tab.cc.
| #define YYINITDEPTH 200 |
Definition at line 940 of file parser.tab.cc.
| #define YYLAST 271 |
Definition at line 509 of file parser.tab.cc.
| #define yylex orfz_lex |
Definition at line 83 of file parser.tab.cc.
| #define YYMALLOC malloc |
Definition at line 439 of file parser.tab.cc.
| #define YYMAXDEPTH 10000 |
Definition at line 951 of file parser.tab.cc.
| #define YYMAXUTOK 276 |
Definition at line 521 of file parser.tab.cc.
| #define yynerrs orfz_nerrs |
Definition at line 86 of file parser.tab.cc.
| #define YYNNTS 32 |
Definition at line 514 of file parser.tab.cc.
| #define YYNRULES 96 |
Definition at line 516 of file parser.tab.cc.
| #define YYNSTATES 223 |
Definition at line 518 of file parser.tab.cc.
| #define YYNTOKENS 32 |
Definition at line 512 of file parser.tab.cc.
| #define YYPACT_NINF (-182) |
Definition at line 650 of file parser.tab.cc.
| #define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 652 of file parser.tab.cc.
| #define yyparse orfz_parse |
Definition at line 82 of file parser.tab.cc.
| #define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
| #define YYPTRDIFF_MAXIMUM LONG_MAX |
Definition at line 287 of file parser.tab.cc.
| #define YYPTRDIFF_T long |
Definition at line 286 of file parser.tab.cc.
| #define YYPULL 1 |
Definition at line 77 of file parser.tab.cc.
| #define YYPURE 2 |
Definition at line 71 of file parser.tab.cc.
| #define YYPUSH 0 |
Definition at line 74 of file parser.tab.cc.
| #define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 794 of file parser.tab.cc.
| #define YYSIZE_MAXIMUM |
Definition at line 304 of file parser.tab.cc.
| #define YYSIZE_T unsigned |
Definition at line 300 of file parser.tab.cc.
| #define YYSIZEOF | ( | X | ) | YY_CAST(YYPTRDIFF_T, sizeof(X)) |
Definition at line 309 of file parser.tab.cc.
| #define YYSKELETON_NAME "yacc.c" |
Definition at line 68 of file parser.tab.cc.
| #define YYSTACK_ALLOC YYMALLOC |
Definition at line 425 of file parser.tab.cc.
| #define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 428 of file parser.tab.cc.
| #define YYSTACK_BYTES | ( | N | ) | ((N) * (YYSIZEOF(yy_state_t) + YYSIZEOF(YYSTYPE)) + YYSTACK_GAP_MAXIMUM) |
Definition at line 468 of file parser.tab.cc.
| #define YYSTACK_FREE YYFREE |
Definition at line 426 of file parser.tab.cc.
Definition at line 464 of file parser.tab.cc.
| #define YYSTACK_RELOCATE | ( | Stack_alloc, | |
| Stack | |||
| ) |
Definition at line 478 of file parser.tab.cc.
| #define YYSTYPE ORFZ_STYPE |
Definition at line 80 of file parser.tab.cc.
| #define YYTABLE_NINF (-19) |
Definition at line 654 of file parser.tab.cc.
| #define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 656 of file parser.tab.cc.
| #define YYTRANSLATE | ( | YYX | ) |
Definition at line 525 of file parser.tab.cc.
| typedef int yy_state_fast_t |
Definition at line 315 of file parser.tab.cc.
| typedef yytype_uint8 yy_state_t |
Definition at line 312 of file parser.tab.cc.
| typedef enum yysymbol_kind_t yysymbol_kind_t |
Definition at line 180 of file parser.tab.cc.
| typedef short yytype_int16 |
Definition at line 238 of file parser.tab.cc.
| typedef signed char yytype_int8 |
Definition at line 230 of file parser.tab.cc.
| typedef unsigned short yytype_uint16 |
Definition at line 270 of file parser.tab.cc.
| typedef unsigned char yytype_uint8 |
Definition at line 259 of file parser.tab.cc.
| anonymous enum |
| Enumerator | |
|---|---|
| YYENOMEM | |
Definition at line 785 of file parser.tab.cc.
| enum yysymbol_kind_t |
Definition at line 111 of file parser.tab.cc.
| void free | ( | void * | ) |
| void * malloc | ( | YYSIZE_T | ) |
|
static |
Definition at line 904 of file parser.tab.cc.
|
static |
Definition at line 886 of file parser.tab.cc.
|
static |
Definition at line 869 of file parser.tab.cc.
|
static |
Definition at line 846 of file parser.tab.cc.
|
static |
Definition at line 1068 of file parser.tab.cc.
|
static |
Definition at line 1192 of file parser.tab.cc.
| int yyparse | ( | operations_research::fz::ParserContext * | context, |
| operations_research::fz::Model * | model, | ||
| bool * | ok, | ||
| void * | scanner | ||
| ) |
Definition at line 1214 of file parser.tab.cc.
|
static |
Definition at line 966 of file parser.tab.cc.
|
static |
Definition at line 1014 of file parser.tab.cc.
|
static |
Definition at line 1000 of file parser.tab.cc.
|
static |
Definition at line 636 of file parser.tab.cc.
|
static |
Definition at line 1117 of file parser.tab.cc.
|
static |
Definition at line 1033 of file parser.tab.cc.
|
static |
Definition at line 733 of file parser.tab.cc.
| int yydebug |
Definition at line 930 of file parser.tab.cc.
|
static |
Definition at line 684 of file parser.tab.cc.
|
static |
Definition at line 705 of file parser.tab.cc.
|
static |
Definition at line 660 of file parser.tab.cc.
|
static |
Definition at line 699 of file parser.tab.cc.
|
static |
Definition at line 769 of file parser.tab.cc.
|
static |
Definition at line 778 of file parser.tab.cc.
|
static |
Definition at line 550 of file parser.tab.cc.
|
static |
Definition at line 754 of file parser.tab.cc.
|
static |
Definition at line 712 of file parser.tab.cc.
|
static |
Definition at line 570 of file parser.tab.cc.
|
static |
Definition at line 532 of file parser.tab.cc.