![]() |
OR-Tools
8.1
|
Go to the source code of this file.
Classes | |
union | yyalloc |
struct | yypcontext_t |
Macros | |
#define | YYBISON 1 |
#define | YYBISON_VERSION "3.7.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 | YYUSE(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_int16 | 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 313 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 369 of file parser.tab.cc.
#define YY_ATTRIBUTE_PURE |
Definition at line 321 of file parser.tab.cc.
#define YY_ATTRIBUTE_UNUSED |
Definition at line 329 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 351 of file parser.tab.cc.
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 352 of file parser.tab.cc.
#define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 365 of file parser.tab.cc.
#define YY_IGNORE_USELESS_CAST_END |
Definition at line 366 of file parser.tab.cc.
#define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 348 of file parser.tab.cc.
#define YY_LOCATION_PRINT | ( | File, | |
Loc | |||
) | ((void)0) |
Definition at line 818 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 910 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 883 of file parser.tab.cc.
#define YY_SYMBOL_PRINT | ( | Title, | |
Kind, | |||
Value, | |||
Location | |||
) |
#define YYABORT goto yyabortlab |
Definition at line 779 of file parser.tab.cc.
#define YYACCEPT goto yyacceptlab |
Definition at line 778 of file parser.tab.cc.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 784 of file parser.tab.cc.
#define YYBISON 1 |
Definition at line 62 of file parser.tab.cc.
#define YYBISON_VERSION "3.7.2" |
Definition at line 65 of file parser.tab.cc.
#define YYCASE_ | ( | N, | |
S | |||
) |
#define yyclearin (yychar = ORFZ_EMPTY) |
Definition at line 776 of file parser.tab.cc.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 485 of file parser.tab.cc.
#define YYCOPY_NEEDED 1 |
Definition at line 459 of file parser.tab.cc.
#define yydebug orfz_debug |
Definition at line 85 of file parser.tab.cc.
#define YYDPRINTF | ( | Args | ) |
Definition at line 811 of file parser.tab.cc.
#define YYERRCODE ORFZ_UNDEF |
Definition at line 801 of file parser.tab.cc.
#define yyerrok (yyerrstatus = 0) |
Definition at line 775 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 780 of file parser.tab.cc.
#define YYFINAL 3 |
Definition at line 495 of file parser.tab.cc.
#define YYFPRINTF fprintf |
Definition at line 808 of file parser.tab.cc.
#define YYFREE free |
Definition at line 433 of file parser.tab.cc.
#define YYINITDEPTH 200 |
Definition at line 928 of file parser.tab.cc.
#define YYLAST 271 |
Definition at line 497 of file parser.tab.cc.
#define yylex orfz_lex |
Definition at line 83 of file parser.tab.cc.
#define YYMALLOC malloc |
Definition at line 427 of file parser.tab.cc.
#define YYMAXDEPTH 10000 |
Definition at line 939 of file parser.tab.cc.
#define YYMAXUTOK 276 |
Definition at line 509 of file parser.tab.cc.
#define yynerrs orfz_nerrs |
Definition at line 86 of file parser.tab.cc.
#define YYNNTS 32 |
Definition at line 502 of file parser.tab.cc.
#define YYNRULES 96 |
Definition at line 504 of file parser.tab.cc.
#define YYNSTATES 223 |
Definition at line 506 of file parser.tab.cc.
#define YYNTOKENS 32 |
Definition at line 500 of file parser.tab.cc.
#define YYPACT_NINF (-182) |
Definition at line 638 of file parser.tab.cc.
#define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 640 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 275 of file parser.tab.cc.
#define YYPTRDIFF_T long |
Definition at line 274 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 782 of file parser.tab.cc.
#define YYSIZE_MAXIMUM |
Definition at line 292 of file parser.tab.cc.
#define YYSIZE_T unsigned |
Definition at line 288 of file parser.tab.cc.
#define YYSIZEOF | ( | X | ) | YY_CAST(YYPTRDIFF_T, sizeof(X)) |
Definition at line 297 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 413 of file parser.tab.cc.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 416 of file parser.tab.cc.
#define YYSTACK_BYTES | ( | N | ) | ((N) * (YYSIZEOF(yy_state_t) + YYSIZEOF(YYSTYPE)) + YYSTACK_GAP_MAXIMUM) |
Definition at line 456 of file parser.tab.cc.
#define YYSTACK_FREE YYFREE |
Definition at line 414 of file parser.tab.cc.
Definition at line 452 of file parser.tab.cc.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 466 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 642 of file parser.tab.cc.
#define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 644 of file parser.tab.cc.
#define YYTRANSLATE | ( | YYX | ) |
Definition at line 513 of file parser.tab.cc.
#define YYUSE | ( | E | ) | ((void)(E)) |
Definition at line 335 of file parser.tab.cc.
typedef int yy_state_fast_t |
Definition at line 303 of file parser.tab.cc.
typedef yytype_uint8 yy_state_t |
Definition at line 300 of file parser.tab.cc.
typedef enum yysymbol_kind_t yysymbol_kind_t |
Definition at line 1 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 258 of file parser.tab.cc.
typedef unsigned char yytype_uint8 |
Definition at line 247 of file parser.tab.cc.
anonymous enum |
Enumerator | |
---|---|
YYENOMEM |
Definition at line 773 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 892 of file parser.tab.cc.
|
static |
Definition at line 874 of file parser.tab.cc.
|
static |
Definition at line 857 of file parser.tab.cc.
|
static |
Definition at line 834 of file parser.tab.cc.
|
static |
Definition at line 1056 of file parser.tab.cc.
|
static |
Definition at line 1180 of file parser.tab.cc.
int yyparse | ( | operations_research::fz::ParserContext * | context, |
operations_research::fz::Model * | model, | ||
bool * | ok, | ||
void * | scanner | ||
) |
Definition at line 1202 of file parser.tab.cc.
|
static |
Definition at line 954 of file parser.tab.cc.
|
static |
Definition at line 1002 of file parser.tab.cc.
|
static |
Definition at line 988 of file parser.tab.cc.
|
static |
Definition at line 624 of file parser.tab.cc.
|
static |
Definition at line 1105 of file parser.tab.cc.
|
static |
Definition at line 1021 of file parser.tab.cc.
|
static |
Definition at line 721 of file parser.tab.cc.
int yydebug |
Definition at line 918 of file parser.tab.cc.
|
static |
Definition at line 672 of file parser.tab.cc.
|
static |
Definition at line 693 of file parser.tab.cc.
|
static |
Definition at line 648 of file parser.tab.cc.
|
static |
Definition at line 687 of file parser.tab.cc.
|
static |
Definition at line 757 of file parser.tab.cc.
|
static |
Definition at line 766 of file parser.tab.cc.
|
static |
Definition at line 538 of file parser.tab.cc.
|
static |
Definition at line 742 of file parser.tab.cc.
|
static |
Definition at line 700 of file parser.tab.cc.
|
static |
Definition at line 558 of file parser.tab.cc.
|
static |
Definition at line 520 of file parser.tab.cc.