Go to the source code of this file.
Classes | |
union | yyalloc |
Defines | |
#define | YY_(msgid) msgid |
#define | YY_LOCATION_PRINT(File, Loc) ((void) 0) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
#define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
#define | YYABORT goto yyabortlab |
#define | YYABORT goto yyabortlab |
#define | YYACCEPT goto yyacceptlab |
#define | YYACCEPT goto yyacceptlab |
#define | YYBACKUP(Token, Value) |
#define | YYBACKUP(Token, Value) |
#define | YYBISON 1 |
#define | YYBISON 1 |
#define | YYBISON_VERSION "2.4.1" |
#define | YYBISON_VERSION "2.4.1" |
#define | yyclearin (yychar = YYEMPTY) |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYCOPY(To, From, Count) |
#define | YYDEBUG 0 |
#define | YYDPRINTF(Args) |
#define | YYDPRINTF(Args) |
#define | YYEMPTY (-2) |
#define | YYEMPTY (-2) |
#define | YYEOF 0 |
#define | YYEOF 0 |
#define | YYERRCODE 256 |
#define | YYERRCODE 256 |
#define | yyerrok (yyerrstatus = 0) |
#define | yyerrok (yyerrstatus = 0) |
#define | YYERROR goto yyerrorlab |
#define | yyerror Unit_yyerror |
#define | YYERROR goto yyerrorlab |
#define | yyerror Unit_yyerror |
#define | YYERROR_VERBOSE 1 |
#define | YYERROR_VERBOSE 0 |
#define | YYFAIL goto yyerrlab |
#define | YYFAIL goto yyerrlab |
#define | YYFINAL 42 |
#define | YYFINAL 42 |
#define | YYFREE free |
#define | YYID(n) (n) |
#define | YYID(n) (n) |
#define | YYINITDEPTH 200 |
#define | YYLAST 702 |
#define | YYLAST 702 |
#define | YYLEX yylex () |
#define | YYLEX yylex () |
#define | YYLLOC_DEFAULT(Current, Rhs, N) |
#define | YYLSP_NEEDED 0 |
#define | YYLSP_NEEDED 0 |
#define | YYMALLOC malloc |
#define | YYMAXDEPTH 10000 |
#define | YYMAXUTOK 276 |
#define | YYMAXUTOK 276 |
#define | YYNNTS 3 |
#define | YYNNTS 3 |
#define | YYNRULES 29 |
#define | YYNRULES 29 |
#define | YYNSTATES 93 |
#define | YYNSTATES 93 |
#define | YYNTOKENS 30 |
#define | YYNTOKENS 30 |
#define | YYPACT_NINF -27 |
#define | YYPACT_NINF -27 |
#define | yyparse Unit_yyparse |
#define | yyparse Unit_yyparse |
#define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
#define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
#define | YYPULL 1 |
#define | YYPULL 1 |
#define | YYPURE 0 |
#define | YYPURE 0 |
#define | YYPUSH 0 |
#define | YYPUSH 0 |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
#define | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
#define | YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
#define | YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
#define | YYSIZE_T unsigned int |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYSTACK_ALLOC YYMALLOC |
#define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define | YYSTACK_BYTES(N) |
#define | YYSTACK_BYTES(N) |
#define | YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) |
#define | YYSTACK_FREE YYFREE |
#define | YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
#define | YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | YYSTYPE double |
#define | YYSTYPE double |
#define | YYTABLE_NINF -11 |
#define | YYTABLE_NINF -11 |
#define | YYTERROR 1 |
#define | YYTERROR 1 |
#define | YYTOKEN_TABLE 0 |
#define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYUNDEFTOK 2 |
#define | YYUNDEFTOK 2 |
#define | YYUSE(e) ((void) (e)) |
#define | YYUSE(e) ((void) (e)) |
Typedefs | |
typedef short int | yytype_int16 |
typedef short int | yytype_int8 |
typedef unsigned short int | yytype_uint16 |
typedef unsigned char | yytype_uint8 |
Enumerations | |
enum | yytokentype { ACOS = 258, ASIN = 259, ATAN = 260, ATAN2 = 261, COS = 262, EXP = 263, ABS = 264, MOD = 265, LOG = 266, LOG10 = 267, POW = 268, SIN = 269, SINH = 270, TAN = 271, TANH = 272, SQRT = 273, UNIT = 274, NUM = 275, NEG = 276, TIDENTIFIER = 258, TSUB = 259, TSELECT = 260, TCOUNT = 261, TSLICE = 262, TNAMESPACE = 263, TNUMBER = 264 } |
Functions | |
static void | yydestruct (char *yymsg, int yytype, YYSTYPE *yyvaluep) const |
int | yyparse () |
static char * | yystpcpy (char *yydest, const char *yysrc) |
static YYSIZE_T | yystrlen (char *yystr) const |
static YYSIZE_T | yysyntax_error (char *yyresult, int yystate, int yychar) |
static YYSIZE_T | yytnamerr (char *yyres, const char *yystr) |
Variables | |
int | yychar |
static const yytype_int8 | yycheck [] |
static const yytype_uint8 | yydefact [] |
static const yytype_int8 | yydefgoto [] |
YYSTYPE | yylval |
int | yynerrs |
static const yytype_int16 | yypact [] |
static const yytype_int8 | yypgoto [] |
static const yytype_uint8 | yyr1 [] |
static const yytype_uint8 | yyr2 [] |
static const yytype_uint8 | yystos [] |
static const yytype_int8 | yytable [] |
static const char *const | yytname [] |
static const yytype_uint8 | yytranslate [] |
#define YY_ | ( | msgid | ) | msgid |
Definition at line 439 of file UnitsApi.cpp.
Referenced by yyparse(), and yysyntax_error().
#define YY_LOCATION_PRINT | ( | File, | |||
Loc | ) | ((void) 0) |
Definition at line 1018 of file UnitsApi.cpp.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 951 of file UnitsApi.tab.c.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 1191 of file UnitsApi.cpp.
Referenced by yyparse().
#define YY_STACK_PRINT | ( | Bottom, | |||
Top | ) |
Definition at line 950 of file UnitsApi.tab.c.
#define YY_STACK_PRINT | ( | Bottom, | |||
Top | ) |
Definition at line 1190 of file UnitsApi.cpp.
Referenced by yyparse().
#define YY_SYMBOL_PRINT | ( | Title, | |||
Type, | |||||
Value, | |||||
Location | ) |
Definition at line 949 of file UnitsApi.tab.c.
#define YY_SYMBOL_PRINT | ( | Title, | |||
Type, | |||||
Value, | |||||
Location | ) |
Definition at line 1189 of file UnitsApi.cpp.
Referenced by yydestruct(), and yyparse().
#define YYABORT goto yyabortlab |
Definition at line 707 of file UnitsApi.tab.c.
#define YYABORT goto yyabortlab |
Definition at line 947 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYACCEPT goto yyacceptlab |
Definition at line 706 of file UnitsApi.tab.c.
#define YYACCEPT goto yyacceptlab |
Definition at line 946 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYBACKUP | ( | Token, | |||
Value | ) |
do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ yytoken = YYTRANSLATE (yychar); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0))
Definition at line 719 of file UnitsApi.tab.c.
#define YYBACKUP | ( | Token, | |||
Value | ) |
do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ yytoken = YYTRANSLATE (yychar); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0))
Definition at line 959 of file UnitsApi.cpp.
#define YYBISON 1 |
Definition at line 46 of file UnitsApi.tab.c.
#define YYBISON 1 |
Definition at line 286 of file UnitsApi.cpp.
#define YYBISON_VERSION "2.4.1" |
Definition at line 49 of file UnitsApi.tab.c.
#define YYBISON_VERSION "2.4.1" |
Definition at line 289 of file UnitsApi.cpp.
#define yyclearin (yychar = YYEMPTY) |
Definition at line 702 of file UnitsApi.tab.c.
#define yyclearin (yychar = YYEMPTY) |
Definition at line 942 of file UnitsApi.cpp.
#define YYCOPY | ( | To, | |||
From, | |||||
Count | ) |
do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0))
Definition at line 565 of file UnitsApi.cpp.
#define YYDEBUG 0 |
Definition at line 323 of file UnitsApi.cpp.
#define YYDPRINTF | ( | Args | ) |
Definition at line 948 of file UnitsApi.tab.c.
#define YYDPRINTF | ( | Args | ) |
Definition at line 1188 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYEMPTY (-2) |
Definition at line 703 of file UnitsApi.tab.c.
#define YYEMPTY (-2) |
Definition at line 943 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYEOF 0 |
Definition at line 704 of file UnitsApi.tab.c.
#define YYEOF 0 |
Definition at line 944 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYERRCODE 256 |
Definition at line 738 of file UnitsApi.tab.c.
#define YYERRCODE 256 |
Definition at line 978 of file UnitsApi.cpp.
#define yyerrok (yyerrstatus = 0) |
Definition at line 701 of file UnitsApi.tab.c.
#define yyerrok (yyerrstatus = 0) |
Definition at line 941 of file UnitsApi.cpp.
#define YYERROR goto yyerrorlab |
Definition at line 708 of file UnitsApi.tab.c.
#define yyerror Unit_yyerror |
Definition at line 75 of file UnitsApi.tab.c.
#define YYERROR goto yyerrorlab |
Definition at line 948 of file UnitsApi.cpp.
#define yyerror Unit_yyerror |
Definition at line 315 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYERROR_VERBOSE 1 |
Definition at line 89 of file UnitsApi.tab.c.
#define YYERROR_VERBOSE 0 |
Definition at line 331 of file UnitsApi.cpp.
#define YYFAIL goto yyerrlab |
Definition at line 715 of file UnitsApi.tab.c.
#define YYFAIL goto yyerrlab |
Definition at line 955 of file UnitsApi.cpp.
#define YYFINAL 42 |
Definition at line 355 of file UnitsApi.tab.c.
#define YYFINAL 42 |
Definition at line 595 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYFREE free |
Definition at line 528 of file UnitsApi.cpp.
#define YYID | ( | n | ) | (n) |
Definition at line 212 of file UnitsApi.tab.c.
#define YYID | ( | n | ) | (n) |
Definition at line 452 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYINITDEPTH 200 |
Definition at line 1197 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYLAST 702 |
Definition at line 357 of file UnitsApi.tab.c.
#define YYLAST 702 |
Definition at line 597 of file UnitsApi.cpp.
Referenced by yyparse(), and yysyntax_error().
#define YYLEX yylex () |
Definition at line 788 of file UnitsApi.tab.c.
#define YYLEX yylex () |
Definition at line 1028 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYLLOC_DEFAULT | ( | Current, | |||
Rhs, | |||||
N | ) |
do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0))
Definition at line 987 of file UnitsApi.cpp.
#define YYLSP_NEEDED 0 |
Definition at line 64 of file UnitsApi.tab.c.
#define YYLSP_NEEDED 0 |
Definition at line 304 of file UnitsApi.cpp.
#define YYMALLOC malloc |
Definition at line 521 of file UnitsApi.cpp.
#define YYMAXDEPTH 10000 |
Definition at line 1208 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYMAXUTOK 276 |
Definition at line 370 of file UnitsApi.tab.c.
#define YYMAXUTOK 276 |
Definition at line 610 of file UnitsApi.cpp.
#define YYNNTS 3 |
Definition at line 362 of file UnitsApi.tab.c.
#define YYNNTS 3 |
Definition at line 602 of file UnitsApi.cpp.
#define YYNRULES 29 |
Definition at line 364 of file UnitsApi.tab.c.
#define YYNRULES 29 |
Definition at line 604 of file UnitsApi.cpp.
#define YYNSTATES 93 |
Definition at line 366 of file UnitsApi.tab.c.
#define YYNSTATES 93 |
Definition at line 606 of file UnitsApi.cpp.
#define YYNTOKENS 30 |
Definition at line 360 of file UnitsApi.tab.c.
#define YYNTOKENS 30 |
Definition at line 600 of file UnitsApi.cpp.
Referenced by yyparse(), and yysyntax_error().
#define YYPACT_NINF -27 |
Definition at line 509 of file UnitsApi.tab.c.
#define YYPACT_NINF -27 |
Definition at line 749 of file UnitsApi.cpp.
Referenced by yyparse(), and yysyntax_error().
#define yyparse Unit_yyparse |
Definition at line 74 of file UnitsApi.tab.c.
int yyparse Unit_yyparse |
Definition at line 314 of file UnitsApi.cpp.
Referenced by Gui::SelectionFilter::parse().
#define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
#define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
Referenced by yyparse().
#define YYPULL 1 |
Definition at line 61 of file UnitsApi.tab.c.
#define YYPULL 1 |
Definition at line 301 of file UnitsApi.cpp.
#define YYPURE 0 |
Definition at line 55 of file UnitsApi.tab.c.
#define YYPURE 0 |
Definition at line 295 of file UnitsApi.cpp.
#define YYPUSH 0 |
Definition at line 58 of file UnitsApi.tab.c.
#define YYPUSH 0 |
Definition at line 298 of file UnitsApi.cpp.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 717 of file UnitsApi.tab.c.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 957 of file UnitsApi.cpp.
#define YYRHSLOC | ( | Rhs, | |||
K | ) | ((Rhs)[K]) |
Definition at line 745 of file UnitsApi.tab.c.
#define YYRHSLOC | ( | Rhs, | |||
K | ) | ((Rhs)[K]) |
Definition at line 985 of file UnitsApi.cpp.
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
Definition at line 189 of file UnitsApi.tab.c.
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
Definition at line 429 of file UnitsApi.cpp.
Referenced by yysyntax_error().
#define YYSIZE_T unsigned int |
Definition at line 425 of file UnitsApi.cpp.
Referenced by yyparse(), yystrlen(), yysyntax_error(), and yytnamerr().
#define YYSKELETON_NAME "yacc.c" |
Definition at line 52 of file UnitsApi.tab.c.
#define YYSKELETON_NAME "yacc.c" |
Definition at line 292 of file UnitsApi.cpp.
#define YYSTACK_ALLOC YYMALLOC |
Definition at line 507 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 510 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYSTACK_BYTES | ( | N | ) |
((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM)
Definition at line 314 of file UnitsApi.tab.c.
#define YYSTACK_BYTES | ( | N | ) |
((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM)
Definition at line 554 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYSTACK_FREE | ( | Ptr | ) | do { /* empty */; } while (YYID (0)) |
Definition at line 258 of file UnitsApi.tab.c.
#define YYSTACK_FREE YYFREE |
Definition at line 508 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
Definition at line 310 of file UnitsApi.tab.c.
#define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
Definition at line 550 of file UnitsApi.cpp.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |||
Stack | ) |
do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0))
Definition at line 341 of file UnitsApi.tab.c.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |||
Stack | ) |
do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0))
Definition at line 581 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYSTYPE double |
Definition at line 73 of file UnitsApi.tab.c.
#define YYSTYPE double |
Definition at line 313 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYTABLE_NINF -11 |
Definition at line 534 of file UnitsApi.tab.c.
#define YYTABLE_NINF -11 |
Definition at line 774 of file UnitsApi.cpp.
Referenced by yyparse().
#define YYTERROR 1 |
Definition at line 737 of file UnitsApi.tab.c.
#define YYTERROR 1 |
Definition at line 977 of file UnitsApi.cpp.
Referenced by yyparse(), and yysyntax_error().
#define YYTOKEN_TABLE 0 |
Definition at line 336 of file UnitsApi.cpp.
#define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 372 of file UnitsApi.tab.c.
#define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 612 of file UnitsApi.cpp.
Referenced by yyparse(), and yysyntax_error().
#define YYUNDEFTOK 2 |
Definition at line 369 of file UnitsApi.tab.c.
#define YYUNDEFTOK 2 |
Definition at line 609 of file UnitsApi.cpp.
#define YYUSE | ( | e | ) | ((void) (e)) |
Definition at line 205 of file UnitsApi.tab.c.
#define YYUSE | ( | e | ) | ((void) (e)) |
Definition at line 445 of file UnitsApi.cpp.
Referenced by yydestruct().
typedef short int yytype_int16 |
Definition at line 172 of file UnitsApi.tab.c.
typedef short int yytype_int8 |
Definition at line 160 of file UnitsApi.tab.c.
typedef unsigned short int yytype_uint16 |
Definition at line 166 of file UnitsApi.tab.c.
typedef unsigned char yytype_uint8 |
Definition at line 151 of file UnitsApi.tab.c.
enum yytokentype |
ACOS | |
ASIN | |
ATAN | |
ATAN2 | |
COS | |
EXP | |
ABS | |
MOD | |
LOG | |
LOG10 | |
POW | |
SIN | |
SINH | |
TAN | |
TANH | |
SQRT | |
UNIT | |
NUM | |
NEG | |
TIDENTIFIER | |
TSUB | |
TSELECT | |
TCOUNT | |
TSLICE | |
TNAMESPACE | |
TNUMBER |
Definition at line 105 of file UnitsApi.tab.c.
static void yydestruct | ( | char * | yymsg, | |
int | yytype, | |||
YYSTYPE * | yyvaluep | |||
) | const [static] |
Definition at line 1195 of file UnitsApi.tab.c.
References YY_SYMBOL_PRINT, and YYUSE.
Referenced by yyparse().
int yyparse | ( | ) |
Definition at line 1263 of file UnitsApi.tab.c.
References KDL::acos(), KDL::asin(), KDL::atan(), KDL::atan2(), KDL::cos(), KDL::exp(), Base::fmod(), KDL::log(), KDL::pow(), ScanResult, KDL::sin(), KDL::sinh(), KDL::tan(), KDL::tanh(), UU, YY_, YY_REDUCE_PRINT, YY_STACK_PRINT, YY_SYMBOL_PRINT, YYABORT, YYACCEPT, yydestruct(), YYDPRINTF, YYEMPTY, YYEOF, yyerror, YYFINAL, YYID, YYINITDEPTH, YYLAST, YYLEX, YYMAXDEPTH, YYNTOKENS, YYPACT_NINF, YYPOPSTACK, YYSIZE_T, yyalloc::yyss_alloc, YYSTACK_ALLOC, YYSTACK_ALLOC_MAXIMUM, YYSTACK_BYTES, YYSTACK_FREE, YYSTACK_RELOCATE, YYSTYPE, yysyntax_error(), YYTABLE_NINF, YYTERROR, YYTRANSLATE, and yyalloc::yyvs_alloc.
static char* yystpcpy | ( | char * | yydest, | |
const char * | yysrc | |||
) | [static] |
Definition at line 1010 of file UnitsApi.tab.c.
Referenced by yysyntax_error(), and yytnamerr().
static YYSIZE_T yystrlen | ( | char * | yystr | ) | const [static] |
Definition at line 986 of file UnitsApi.tab.c.
References YYSIZE_T.
Referenced by yysyntax_error(), and yytnamerr().
static YYSIZE_T yysyntax_error | ( | char * | yyresult, | |
int | yystate, | |||
int | yychar | |||
) | [static] |
Definition at line 1082 of file UnitsApi.tab.c.
References YY_, YYLAST, YYNTOKENS, YYPACT_NINF, YYSIZE_MAXIMUM, YYSIZE_T, yystpcpy(), yystrlen(), YYTERROR, yytnamerr(), and YYTRANSLATE.
Referenced by yyparse().
static YYSIZE_T yytnamerr | ( | char * | yyres, | |
const char * | yystr | |||
) | [static] |
Definition at line 1035 of file UnitsApi.tab.c.
References YYSIZE_T, yystpcpy(), and yystrlen().
Referenced by yysyntax_error().
int yychar |
Definition at line 1232 of file UnitsApi.tab.c.
const yytype_int8 yycheck[] [static] |
Definition at line 610 of file UnitsApi.tab.c.
const yytype_uint8 yydefact[] [static] |
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 10, 0, 1, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 7, 6, 8, 9, 11, 13, 14, 15, 0, 28, 18, 17, 0, 20, 21, 0, 23, 24, 25, 26, 27, 0, 0, 0, 16, 19, 22 }
Definition at line 487 of file UnitsApi.tab.c.
const yytype_int8 yydefgoto[] [static] |
{ -1, 21, 48 }
Definition at line 502 of file UnitsApi.tab.c.
YYSTYPE yylval |
Definition at line 1235 of file UnitsApi.tab.c.
int yynerrs |
Definition at line 1238 of file UnitsApi.tab.c.
const yytype_int16 yypact[] [static] |
{ 650, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -27, -2, 650, 650, 18, 575, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, -27, 675, 133, -27, 650, 650, 650, 650, 650, 575, 159, 185, 211, 46, 237, 263, 289, 79, 315, 341, 106, 367, 393, 419, 445, 471, -27, 600, 625, 675, 675, 675, -27, -27, -27, 650, -27, -27, -27, 650, -27, -27, 650, -27, -27, -27, -27, -27, 497, 523, 549, -27, -27, -27 }
Definition at line 510 of file UnitsApi.tab.c.
const yytype_int8 yypgoto[] [static] |
{ -27, -27, 0 }
Definition at line 525 of file UnitsApi.tab.c.
const yytype_uint8 yyr1[] [static] |
{ 0, 30, 31, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32 }
Definition at line 469 of file UnitsApi.tab.c.
const yytype_uint8 yyr2[] [static] |
{ 0, 2, 1, 1, 1, 2, 3, 3, 3, 3, 2, 3, 3, 4, 4, 4, 6, 4, 4, 6, 4, 4, 6, 4, 4, 4, 4, 4, 4, 2 }
Definition at line 477 of file UnitsApi.tab.c.
const yytype_uint8 yystos[] [static] |
{ 0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 27, 31, 32, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 19, 32, 32, 0, 21, 22, 23, 24, 26, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 28, 32, 32, 32, 32, 32, 28, 28, 28, 29, 28, 28, 28, 29, 28, 28, 29, 28, 28, 28, 28, 28, 32, 32, 32, 28, 28, 28 }
Definition at line 687 of file UnitsApi.tab.c.
const yytype_int8 yytable[] [static] |
Definition at line 535 of file UnitsApi.tab.c.
const char* const yytname[] [static] |
{ "$end", "error", "$undefined", "ACOS", "ASIN", "ATAN", "ATAN2", "COS", "EXP", "ABS", "MOD", "LOG", "LOG10", "POW", "SIN", "SINH", "TAN", "TANH", "SQRT", "UNIT", "NUM", "'-'", "'+'", "'*'", "'/'", "NEG", "'^'", "'('", "')'", "','", "$accept", "input", "exp", 0 }
Definition at line 448 of file UnitsApi.tab.c.
const yytype_uint8 yytranslate[] [static] |
Definition at line 376 of file UnitsApi.tab.c.