#include "libocpf/ocpf.h"
Macros | |
#define | YY_ACCESSING_SYMBOL(State) YY_CAST (yysymbol_kind_t, yystos[State]) |
Accessing symbol of state STATE. More... | |
#define | YY_ASSERT(E) ((void) (0 && (E))) |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END _Pragma ("GCC diagnostic pop") |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define | YY_IGNORE_USELESS_CAST_BEGIN |
#define | YY_IGNORE_USELESS_CAST_END |
#define | YY_INITIAL_VALUE(Value) /* Nothing. */ |
#define | YY_REDUCE_PRINT(Rule) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_SYMBOL_PRINT(Title, Kind, Value, Location) |
#define | YYABORT goto yyabortlab |
#define | YYACCEPT goto yyacceptlab |
#define | YYBACKUP(Token, Value) |
#define | YYBISON 30704 |
#define | YYBISON_VERSION "3.7.4" |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYCOPY(Dst, Src, Count) |
#define | YYCOPY_NEEDED 1 |
#define | yydebug ocpf_yydebug |
#define | YYDPRINTF(Args) ((void) 0) |
#define | YYERRCODE YYUNDEF |
#define | yyerrok (yyerrstatus = 0) |
#define | yyerror ocpf_yyerror |
#define | YYERROR goto yyerrorlab |
#define | YYFINAL 2 |
#define | YYFREE free |
#define | YYINITDEPTH 200 |
#define | YYLAST 203 |
#define | yylex ocpf_yylex |
#define | YYMALLOC malloc |
#define | YYMAXDEPTH 10000 |
#define | YYMAXUTOK 302 |
#define | yynerrs ocpf_yynerrs |
#define | YYNNTS 32 |
#define | YYNRULES 89 |
#define | YYNSTATES 154 |
#define | YYNTOKENS 48 |
#define | YYPACT_NINF (-66) |
#define | yypact_value_is_default(Yyn) ((Yyn) == YYPACT_NINF) |
#define | yyparse ocpf_yyparse |
#define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
#define | YYPULL 1 |
#define | YYPURE 1 |
#define | YYPUSH 0 |
#define | YYRECOVERING() (!!yyerrstatus) |
#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 (YYSIZEOF (union yyalloc) - 1) |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | YYTABLE_NINF (-63) |
#define | yytable_value_is_error(Yyn) 0 |
#define | YYTRANSLATE(YYX) |
Typedefs | |
typedef int | yy_state_fast_t |
typedef yytype_uint8 | yy_state_t |
typedef enum yysymbol_kind_t | yysymbol_kind_t |
typedef __INT_LEAST16_TYPE__ | yytype_int16 |
typedef __INT_LEAST8_TYPE__ | yytype_int8 |
typedef __UINT_LEAST16_TYPE__ | yytype_uint16 |
typedef __UINT_LEAST8_TYPE__ | yytype_uint8 |
Functions | |
_Pragma ("GCC diagnostic ignored \ybe-uninitialized\ | |
int | ocpf_yylex (void *, void *) |
void | yyerror (struct ocpf_context *, void *, char *) |
int | yyparse (struct ocpf_context *ctx, void *scanner) |
#define YY_ACCESSING_SYMBOL | ( | State | ) | YY_CAST (yysymbol_kind_t, yystos[State]) |
Accessing symbol of state STATE.
#define YY_ASSERT | ( | E | ) | ((void) (0 && (E))) |
Referenced by yyparse().
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define YY_IGNORE_MAYBE_UNINITIALIZED_END _Pragma ("GCC diagnostic pop") |
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define YY_IGNORE_USELESS_CAST_BEGIN |
Referenced by yyparse().
#define YY_IGNORE_USELESS_CAST_END |
Referenced by yyparse().
#define YY_INITIAL_VALUE | ( | Value | ) | /* Nothing. */ |
Referenced by yyparse().
#define YY_REDUCE_PRINT | ( | Rule | ) |
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Referenced by yyparse().
#define YY_SYMBOL_PRINT | ( | Title, | |
Kind, | |||
Value, | |||
Location | |||
) |
#define YYABORT goto yyabortlab |
Referenced by yyparse().
#define YYACCEPT goto yyacceptlab |
Referenced by yyparse().
#define YYBACKUP | ( | Token, | |
Value | |||
) |
#define YYBISON 30704 |
#define YYBISON_VERSION "3.7.4" |
#define yyclearin (yychar = YYEMPTY) |
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
#define YYCOPY_NEEDED 1 |
#define yydebug ocpf_yydebug |
#define YYDPRINTF | ( | Args | ) | ((void) 0) |
Referenced by yyparse().
#define YYERRCODE YYUNDEF |
#define yyerrok (yyerrstatus = 0) |
#define yyerror ocpf_yyerror |
#define YYERROR goto yyerrorlab |
#define YYFINAL 2 |
Referenced by yyparse().
#define YYFREE free |
#define YYINITDEPTH 200 |
Referenced by yyparse().
#define YYLAST 203 |
#define yylex ocpf_yylex |
#define YYMALLOC malloc |
#define YYMAXDEPTH 10000 |
Referenced by yyparse().
#define YYMAXUTOK 302 |
#define yynerrs ocpf_yynerrs |
Referenced by yyparse().
#define YYNNTS 32 |
#define YYNRULES 89 |
#define YYNSTATES 154 |
Referenced by yyparse().
#define YYNTOKENS 48 |
#define YYPACT_NINF (-66) |
#define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
#define yyparse ocpf_yyparse |
#define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
#define YYPULL 1 |
#define YYPURE 1 |
#define YYPUSH 0 |
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
#define YYSKELETON_NAME "yacc.c" |
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define YYSTACK_BYTES | ( | N | ) |
Referenced by yyparse().
#define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1) |
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Referenced by yyparse().
#define YYTABLE_NINF (-63) |
#define yytable_value_is_error | ( | Yyn | ) | 0 |
#define YYTRANSLATE | ( | YYX | ) |
typedef int yy_state_fast_t |
typedef yytype_uint8 yy_state_t |
typedef enum yysymbol_kind_t yysymbol_kind_t |
typedef short yytype_int16 |
typedef signed char yytype_int8 |
typedef int yytype_uint16 |
typedef short yytype_uint8 |
enum yysymbol_kind_t |
_Pragma | ( | "GCC diagnostic ignored \Wmaybe-uninitialized\ | ) |
int ocpf_yylex | ( | void * | , |
void * | |||
) |
void yyerror | ( | struct ocpf_context * | ctx, |
void * | scanner, | ||
char * | s | ||
) |
int yyparse | ( | struct ocpf_context * | ctx, |
void * | scanner | ||
) |
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |