|
nsgenbind
|
#include "nsgenbind-parser.h"#include <stdio.h>#include <string.h>#include "utils.h"#include "nsgenbind-lexer.h"#include "webidl-ast.h"#include "nsgenbind-ast.h"#include <limits.h>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 1 |
| #define | YYPUSH 0 |
| #define | YYPULL 1 |
| #define | YYSTYPE NSGENBIND_STYPE |
| #define | YYLTYPE NSGENBIND_LTYPE |
| #define | yyparse nsgenbind_parse |
| #define | yylex nsgenbind_lex |
| #define | yyerror nsgenbind_error |
| #define | yydebug nsgenbind_debug |
| #define | yynerrs nsgenbind_nerrs |
| #define | YY_CAST(Type, Val) ((Type) (Val)) |
| #define | YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) |
| #define | YY_NULLPTR ((void*)0) |
| #define | YYFPRINTF genbind_fprintf |
| #define | YY_LOCATION_PRINT(File, Loc) |
| #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) |
| #define | YYCOPY_NEEDED 1 |
| #define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
| #define | YYCOPY(Dst, Src, Count) |
| #define | YYFINAL 25 |
| #define | YYLAST 134 |
| #define | YYNTOKENS 37 |
| #define | YYNNTS 24 |
| #define | YYNRULES 61 |
| #define | YYNSTATES 104 |
| #define | YYMAXUTOK 284 |
| #define | YYTRANSLATE(YYX) |
| #define | YY_ACCESSING_SYMBOL(State) YY_CAST (yysymbol_kind_t, yystos[State]) |
| #define | YYPACT_NINF (-42) |
| #define | yypact_value_is_default(Yyn) ((Yyn) == YYPACT_NINF) |
| #define | YYTABLE_NINF (-1) |
| #define | yytable_value_is_error(Yyn) 0 |
| #define | yyerrok (yyerrstatus = 0) |
| #define | yyclearin (yychar = NSGENBIND_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 NSGENBIND_UNDEF |
| #define | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
| #define | YYDPRINTF(Args) |
| #define | YYLOCATION_PRINT(File, Loc) YY_LOCATION_PRINT(File, *(Loc)) |
| #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), yylsp -= (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_int8 | yy_state_t |
| typedef int | yy_state_fast_t |
Functions | |
| void * | malloc (YYSIZE_T) |
| void | free (void *) |
| int | yyparse (char *filename, struct genbind_node **genbind_ast) |
Variables | |
| int | yydebug |
| #define YY_ | ( | Msgid | ) | Msgid |
Definition at line 408 of file nsgenbind-parser.c.
| #define YY_ACCESSING_SYMBOL | ( | State | ) | YY_CAST (yysymbol_kind_t, yystos[State]) |
Accessing symbol of state STATE.
Definition at line 681 of file nsgenbind-parser.c.
| #define YY_ASSERT | ( | E | ) | ((void) (0 && (E))) |
Definition at line 474 of file nsgenbind-parser.c.
| #define YY_ATTRIBUTE_PURE |
Definition at line 417 of file nsgenbind-parser.c.
| #define YY_ATTRIBUTE_UNUSED |
Definition at line 425 of file nsgenbind-parser.c.
| #define YY_CAST | ( | Type, | |
| Val | |||
| ) | ((Type) (Val)) |
Definition at line 82 of file nsgenbind-parser.c.
| #define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 454 of file nsgenbind-parser.c.
| #define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 455 of file nsgenbind-parser.c.
| #define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 469 of file nsgenbind-parser.c.
| #define YY_IGNORE_USELESS_CAST_END |
Definition at line 470 of file nsgenbind-parser.c.
| #define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 451 of file nsgenbind-parser.c.
| #define YY_LOCATION_PRINT | ( | File, | |
| Loc | |||
| ) |
Definition at line 184 of file nsgenbind-parser.c.
| #define YY_NULLPTR ((void*)0) |
Definition at line 94 of file nsgenbind-parser.c.
| #define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 1090 of file nsgenbind-parser.c.
| #define YY_REINTERPRET_CAST | ( | Type, | |
| Val | |||
| ) | ((Type) (Val)) |
Definition at line 83 of file nsgenbind-parser.c.
| #define YY_STACK_PRINT | ( | Bottom, | |
| Top | |||
| ) |
Definition at line 1058 of file nsgenbind-parser.c.
| #define YY_SYMBOL_PRINT | ( | Title, | |
| Kind, | |||
| Value, | |||
| Location | |||
| ) |
Definition at line 991 of file nsgenbind-parser.c.
| #define YY_USE | ( | E | ) | ((void) (E)) |
Definition at line 431 of file nsgenbind-parser.c.
| #define YYABORT goto yyabortlab |
Definition at line 862 of file nsgenbind-parser.c.
| #define YYACCEPT goto yyacceptlab |
Definition at line 861 of file nsgenbind-parser.c.
| #define YYBACKUP | ( | Token, | |
| Value | |||
| ) |
Definition at line 869 of file nsgenbind-parser.c.
| #define YYBISON 30802 |
Definition at line 49 of file nsgenbind-parser.c.
| #define YYBISON_VERSION "3.8.2" |
Definition at line 52 of file nsgenbind-parser.c.
| #define YYCASE_ | ( | N, | |
| S | |||
| ) |
| #define yyclearin (yychar = NSGENBIND_EMPTY) |
Definition at line 859 of file nsgenbind-parser.c.
| #define YYCOPY | ( | Dst, | |
| Src, | |||
| Count | |||
| ) |
Definition at line 594 of file nsgenbind-parser.c.
| #define YYCOPY_NEEDED 1 |
Definition at line 566 of file nsgenbind-parser.c.
| #define yydebug nsgenbind_debug |
Definition at line 73 of file nsgenbind-parser.c.
| #define YYDPRINTF | ( | Args | ) |
Definition at line 925 of file nsgenbind-parser.c.
| #define YYERRCODE NSGENBIND_UNDEF |
Definition at line 888 of file nsgenbind-parser.c.
| #define yyerrok (yyerrstatus = 0) |
Definition at line 858 of file nsgenbind-parser.c.
| #define yyerror nsgenbind_error |
Definition at line 72 of file nsgenbind-parser.c.
| #define YYERROR goto yyerrorlab |
Definition at line 863 of file nsgenbind-parser.c.
| #define YYFINAL 25 |
Definition at line 607 of file nsgenbind-parser.c.
| #define YYFPRINTF genbind_fprintf |
Definition at line 183 of file nsgenbind-parser.c.
| #define YYFREE free |
Definition at line 535 of file nsgenbind-parser.c.
| #define YYINITDEPTH 200 |
Definition at line 1109 of file nsgenbind-parser.c.
| #define YYLAST 134 |
Definition at line 609 of file nsgenbind-parser.c.
| #define yylex nsgenbind_lex |
Definition at line 71 of file nsgenbind-parser.c.
| #define YYLOCATION_PRINT | ( | File, | |
| Loc | |||
| ) | YY_LOCATION_PRINT(File, *(Loc)) |
Definition at line 942 of file nsgenbind-parser.c.
| #define YYLTYPE NSGENBIND_LTYPE |
Definition at line 68 of file nsgenbind-parser.c.
| #define YYMALLOC malloc |
Definition at line 529 of file nsgenbind-parser.c.
| #define YYMAXDEPTH 10000 |
Definition at line 1120 of file nsgenbind-parser.c.
| #define YYMAXUTOK 284 |
Definition at line 621 of file nsgenbind-parser.c.
| #define yynerrs nsgenbind_nerrs |
Definition at line 74 of file nsgenbind-parser.c.
| #define YYNNTS 24 |
Definition at line 614 of file nsgenbind-parser.c.
| #define YYNOMEM goto yyexhaustedlab |
Definition at line 864 of file nsgenbind-parser.c.
| #define YYNRULES 61 |
Definition at line 616 of file nsgenbind-parser.c.
| #define YYNSTATES 104 |
Definition at line 618 of file nsgenbind-parser.c.
| #define YYNTOKENS 37 |
Definition at line 612 of file nsgenbind-parser.c.
| #define YYPACT_NINF (-42) |
Definition at line 714 of file nsgenbind-parser.c.
| #define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 716 of file nsgenbind-parser.c.
| #define yyparse nsgenbind_parse |
Definition at line 70 of file nsgenbind-parser.c.
| #define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) |
| #define YYPTRDIFF_MAXIMUM LONG_MAX |
Definition at line 368 of file nsgenbind-parser.c.
| #define YYPTRDIFF_T long |
Definition at line 367 of file nsgenbind-parser.c.
| #define YYPULL 1 |
Definition at line 64 of file nsgenbind-parser.c.
| #define YYPURE 1 |
Definition at line 58 of file nsgenbind-parser.c.
| #define YYPUSH 0 |
Definition at line 61 of file nsgenbind-parser.c.
| #define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 867 of file nsgenbind-parser.c.
| #define YYRHSLOC | ( | Rhs, | |
| K | |||
| ) | ((Rhs)[K]) |
Definition at line 914 of file nsgenbind-parser.c.
| #define YYSIZE_MAXIMUM |
Definition at line 385 of file nsgenbind-parser.c.
| #define YYSIZE_T unsigned |
Definition at line 381 of file nsgenbind-parser.c.
| #define YYSIZEOF | ( | X | ) | YY_CAST (YYPTRDIFF_T, sizeof (X)) |
Definition at line 391 of file nsgenbind-parser.c.
| #define YYSKELETON_NAME "yacc.c" |
Definition at line 55 of file nsgenbind-parser.c.
| #define YYSTACK_ALLOC YYMALLOC |
Definition at line 515 of file nsgenbind-parser.c.
| #define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 518 of file nsgenbind-parser.c.
| #define YYSTACK_BYTES | ( | N | ) |
Definition at line 561 of file nsgenbind-parser.c.
| #define YYSTACK_FREE YYFREE |
Definition at line 516 of file nsgenbind-parser.c.
Definition at line 557 of file nsgenbind-parser.c.
| #define YYSTACK_RELOCATE | ( | Stack_alloc, | |
| Stack | |||
| ) |
Definition at line 573 of file nsgenbind-parser.c.
| #define YYSTYPE NSGENBIND_STYPE |
Definition at line 67 of file nsgenbind-parser.c.
| #define YYTABLE_NINF (-1) |
Definition at line 719 of file nsgenbind-parser.c.
| #define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 721 of file nsgenbind-parser.c.
| #define YYTRANSLATE | ( | YYX | ) |
Definition at line 626 of file nsgenbind-parser.c.
Definition at line 398 of file nsgenbind-parser.c.
Definition at line 395 of file nsgenbind-parser.c.
Definition at line 165 of file nsgenbind-parser.c.
| typedef short yytype_int16 |
Definition at line 319 of file nsgenbind-parser.c.
| typedef signed char yytype_int8 |
Definition at line 311 of file nsgenbind-parser.c.
| typedef unsigned short yytype_uint16 |
Definition at line 351 of file nsgenbind-parser.c.
| typedef unsigned char yytype_uint8 |
Definition at line 340 of file nsgenbind-parser.c.
| anonymous enum |
| Enumerator | |
|---|---|
| YYENOMEM | |
Definition at line 856 of file nsgenbind-parser.c.
| enum yysymbol_kind_t |
Definition at line 100 of file nsgenbind-parser.c.
| void free | ( | void * | ) |
| void * malloc | ( | YYSIZE_T | ) |
| int yyparse | ( | char * | filename, |
| struct genbind_node ** | genbind_ast | ||
| ) |
Definition at line 1427 of file nsgenbind-parser.c.
| int yydebug |
Definition at line 1098 of file nsgenbind-parser.c.