#include "libocpf/ocpf.h"
Macros | |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END _Pragma ("GCC diagnostic pop") |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define | YY_INITIAL_VALUE(Value) /* Nothing. */ |
#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 "3.0.5" |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYCOPY(Dst, Src, Count) |
#define | YYCOPY_NEEDED 1 |
#define | yydebug ocpf_yydebug |
#define | YYDPRINTF(Args) |
#define | YYEMPTY (-2) |
#define | YYEOF 0 |
#define | YYERRCODE 256 |
#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(Yystate) (!!((Yystate) == (-66))) |
#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 (sizeof (union yyalloc) - 1) |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | YYTABLE_NINF -63 |
#define | yytable_value_is_error(Yytable_value) 0 |
#define | YYTERROR 1 |
#define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYUNDEFTOK 2 |
Typedefs | |
typedef union YYSTYPE | YYSTYPE |
typedef YYTYPE_INT16 | yytype_int16 |
typedef YYTYPE_INT8 | yytype_int8 |
typedef YYTYPE_UINT16 | yytype_uint16 |
typedef YYTYPE_UINT8 | yytype_uint8 |
Functions | |
_Pragma ("GCC diagnostic ignored \ybe-uninitialized\ | |
int | ocpf_yylex (void *, void *) |
int | ocpf_yyparse (struct ocpf_context *ctx, void *scanner) |
void | yyerror (struct ocpf_context *, void *, char *) |
int | yyparse (struct ocpf_context *ctx, void *scanner) |
Variables | |
int | ocpf_yydebug |
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define YY_IGNORE_MAYBE_UNINITIALIZED_END _Pragma ("GCC diagnostic pop") |
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define YY_INITIAL_VALUE | ( | Value | ) | /* Nothing. */ |
Referenced by yyparse().
#define YY_REDUCE_PRINT | ( | Rule | ) |
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
#define YYABORT goto yyabortlab |
Referenced by yyparse().
#define YYACCEPT goto yyacceptlab |
Referenced by yyparse().
#define YYBACKUP | ( | Token, | |
Value | |||
) |
#define YYBISON 1 |
#define YYBISON_VERSION "3.0.5" |
#define yyclearin (yychar = YYEMPTY) |
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
#define YYCOPY_NEEDED 1 |
#define yydebug ocpf_yydebug |
#define YYDPRINTF | ( | Args | ) |
Referenced by yyparse().
#define YYEMPTY (-2) |
Referenced by yyparse().
#define YYEOF 0 |
#define YYERRCODE 256 |
#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 |
#define YYNTOKENS 48 |
#define YYPACT_NINF -66 |
#define yypact_value_is_default | ( | Yystate | ) | (!!((Yystate) == (-66))) |
#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 (sizeof (union yyalloc) - 1) |
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Referenced by yyparse().
#define YYTABLE_NINF -63 |
#define yytable_value_is_error | ( | Yytable_value | ) | 0 |
#define YYTERROR 1 |
#define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define YYUNDEFTOK 2 |
typedef union YYSTYPE YYSTYPE |
typedef short int yytype_int16 |
typedef signed char yytype_int8 |
typedef unsigned short int yytype_uint16 |
typedef unsigned char yytype_uint8 |
enum yytokentype |
_Pragma | ( | "GCC diagnostic ignored \Wmaybe-uninitialized\ | ) |
int ocpf_yylex | ( | void * | , |
void * | |||
) |
int ocpf_yyparse | ( | struct ocpf_context * | ctx, |
void * | scanner | ||
) |
void yyerror | ( | struct ocpf_context * | ctx, |
void * | scanner, | ||
char * | s | ||
) |
int yyparse | ( | struct ocpf_context * | ctx, |
void * | scanner | ||
) |
References YY_INITIAL_VALUE, YYABORT, YYACCEPT, YYDPRINTF, YYEMPTY, YYFINAL, YYINITDEPTH, YYMAXDEPTH, yynerrs, YYSTACK_ALLOC, YYSTACK_BYTES, YYSTACK_FREE, and YYSTACK_RELOCATE.
int ocpf_yydebug |
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |