![]() |
OR-Tools
9.2
|
Go to the source code of this file.
Classes | |
| union | yyalloc |
| struct | yypcontext_t |
Macros | |
| #define | YYBISON 30802 |
| #define | YYBISON_VERSION "3.8.2" |
| #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 274 |
| #define | YYNTOKENS 32 |
| #define | YYNNTS 32 |
| #define | YYNRULES 97 |
| #define | YYNSTATES 224 |
| #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 (-184) |
| #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 | YYNOMEM goto yyexhaustedlab |
| #define | YYRECOVERING() (!!yyerrstatus) |
| #define | YYBACKUP(Token, Value) |
| #define | YYERRCODE ORFZ_UNDEF |
| #define | YYFPRINTF fprintf |
| #define | YYDPRINTF(Args) |
| #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 324 of file parser.tab.cc.
| #define YY_ACCESSING_SYMBOL | ( | State | ) | YY_CAST(yysymbol_kind_t, yystos[State]) |
Accessing symbol of state STATE.
Definition at line 566 of file parser.tab.cc.
| #define YY_ASSERT | ( | E | ) | ((void)(0 && (E))) |
Definition at line 386 of file parser.tab.cc.
| #define YY_ATTRIBUTE_PURE |
Definition at line 332 of file parser.tab.cc.
| #define YY_ATTRIBUTE_UNUSED |
Definition at line 340 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 368 of file parser.tab.cc.
| #define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 369 of file parser.tab.cc.
| #define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 382 of file parser.tab.cc.
| #define YY_IGNORE_USELESS_CAST_END |
Definition at line 383 of file parser.tab.cc.
| #define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 365 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 913 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 886 of file parser.tab.cc.
| #define YY_SYMBOL_PRINT | ( | Title, | |
| Kind, | |||
| Value, | |||
| Location | |||
| ) |
Definition at line 827 of file parser.tab.cc.
| #define YY_USE | ( | E | ) | ((void)(E)) |
Definition at line 346 of file parser.tab.cc.
| #define YYABORT goto yyabortlab |
Definition at line 789 of file parser.tab.cc.
| #define YYACCEPT goto yyacceptlab |
Definition at line 788 of file parser.tab.cc.
| #define YYBACKUP | ( | Token, | |
| Value | |||
| ) |
Definition at line 795 of file parser.tab.cc.
| #define YYBISON 30802 |
Definition at line 62 of file parser.tab.cc.
| #define YYBISON_VERSION "3.8.2" |
Definition at line 65 of file parser.tab.cc.
| #define YYCASE_ | ( | N, | |
| S | |||
| ) |
| #define yyclearin (yychar = ORFZ_EMPTY) |
Definition at line 786 of file parser.tab.cc.
| #define YYCOPY | ( | Dst, | |
| Src, | |||
| Count | |||
| ) |
Definition at line 502 of file parser.tab.cc.
| #define YYCOPY_NEEDED 1 |
Definition at line 476 of file parser.tab.cc.
| #define yydebug orfz_debug |
Definition at line 85 of file parser.tab.cc.
| #define YYDPRINTF | ( | Args | ) |
Definition at line 822 of file parser.tab.cc.
| #define YYERRCODE ORFZ_UNDEF |
Definition at line 812 of file parser.tab.cc.
| #define yyerrok (yyerrstatus = 0) |
Definition at line 785 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 790 of file parser.tab.cc.
| #define YYFINAL 3 |
Definition at line 512 of file parser.tab.cc.
| #define YYFPRINTF fprintf |
Definition at line 819 of file parser.tab.cc.
| #define YYFREE free |
Definition at line 450 of file parser.tab.cc.
| #define YYINITDEPTH 200 |
Definition at line 931 of file parser.tab.cc.
| #define YYLAST 274 |
Definition at line 514 of file parser.tab.cc.
| #define yylex orfz_lex |
Definition at line 83 of file parser.tab.cc.
| #define YYMALLOC malloc |
Definition at line 444 of file parser.tab.cc.
| #define YYMAXDEPTH 10000 |
Definition at line 942 of file parser.tab.cc.
| #define YYMAXUTOK 276 |
Definition at line 526 of file parser.tab.cc.
| #define yynerrs orfz_nerrs |
Definition at line 86 of file parser.tab.cc.
| #define YYNNTS 32 |
Definition at line 519 of file parser.tab.cc.
| #define YYNOMEM goto yyexhaustedlab |
Definition at line 791 of file parser.tab.cc.
| #define YYNRULES 97 |
Definition at line 521 of file parser.tab.cc.
| #define YYNSTATES 224 |
Definition at line 523 of file parser.tab.cc.
| #define YYNTOKENS 32 |
Definition at line 517 of file parser.tab.cc.
| #define YYPACT_NINF (-184) |
Definition at line 646 of file parser.tab.cc.
| #define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 648 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 286 of file parser.tab.cc.
| #define YYPTRDIFF_T long |
Definition at line 285 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 793 of file parser.tab.cc.
| #define YYSIZE_MAXIMUM |
Definition at line 303 of file parser.tab.cc.
| #define YYSIZE_T unsigned |
Definition at line 299 of file parser.tab.cc.
| #define YYSIZEOF | ( | X | ) | YY_CAST(YYPTRDIFF_T, sizeof(X)) |
Definition at line 308 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 430 of file parser.tab.cc.
| #define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 433 of file parser.tab.cc.
| #define YYSTACK_BYTES | ( | N | ) | ((N) * (YYSIZEOF(yy_state_t) + YYSIZEOF(YYSTYPE)) + YYSTACK_GAP_MAXIMUM) |
Definition at line 473 of file parser.tab.cc.
| #define YYSTACK_FREE YYFREE |
Definition at line 431 of file parser.tab.cc.
Definition at line 469 of file parser.tab.cc.
| #define YYSTACK_RELOCATE | ( | Stack_alloc, | |
| Stack | |||
| ) |
Definition at line 483 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 650 of file parser.tab.cc.
| #define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 652 of file parser.tab.cc.
| #define YYTRANSLATE | ( | YYX | ) |
Definition at line 530 of file parser.tab.cc.
| typedef int yy_state_fast_t |
Definition at line 314 of file parser.tab.cc.
| typedef yytype_uint8 yy_state_t |
Definition at line 311 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 237 of file parser.tab.cc.
| typedef signed char yytype_int8 |
Definition at line 229 of file parser.tab.cc.
| typedef unsigned short yytype_uint16 |
Definition at line 269 of file parser.tab.cc.
| typedef unsigned char yytype_uint8 |
Definition at line 258 of file parser.tab.cc.
| anonymous enum |
| Enumerator | |
|---|---|
| YYENOMEM | |
Definition at line 783 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 895 of file parser.tab.cc.
|
static |
Definition at line 877 of file parser.tab.cc.
|
static |
Definition at line 860 of file parser.tab.cc.
|
static |
Definition at line 840 of file parser.tab.cc.
|
static |
Definition at line 1059 of file parser.tab.cc.
|
static |
Definition at line 1183 of file parser.tab.cc.
| int yyparse | ( | operations_research::fz::ParserContext * | context, |
| operations_research::fz::Model * | model, | ||
| bool * | ok, | ||
| void * | scanner | ||
| ) |
Definition at line 1205 of file parser.tab.cc.
|
static |
Definition at line 957 of file parser.tab.cc.
|
static |
Definition at line 1005 of file parser.tab.cc.
|
static |
Definition at line 991 of file parser.tab.cc.
|
static |
Definition at line 641 of file parser.tab.cc.
|
static |
Definition at line 1108 of file parser.tab.cc.
|
static |
Definition at line 1024 of file parser.tab.cc.
|
static |
Definition at line 729 of file parser.tab.cc.
| int yydebug |
Definition at line 921 of file parser.tab.cc.
|
static |
Definition at line 680 of file parser.tab.cc.
|
static |
Definition at line 701 of file parser.tab.cc.
|
static |
Definition at line 656 of file parser.tab.cc.
|
static |
Definition at line 695 of file parser.tab.cc.
|
static |
Definition at line 766 of file parser.tab.cc.
|
static |
Definition at line 776 of file parser.tab.cc.
|
static |
Definition at line 555 of file parser.tab.cc.
|
static |
Definition at line 751 of file parser.tab.cc.
|
static |
Definition at line 708 of file parser.tab.cc.
|
static |
Definition at line 575 of file parser.tab.cc.
|
static |
Definition at line 537 of file parser.tab.cc.