Go to the source code of this file.
| #define YY_ |
( |
|
msgid | ) |
msgid |
| #define YY_REDUCE_PRINT |
( |
|
Rule | ) |
|
Value:do { \
if (yydebug_) \
yy_reduce_print_(Rule); \
} \
while (false)
Definition at line 120 of file evalexpr_parser.cpp.
| #define YY_STACK_PRINT |
( |
| ) |
|
Value:do { \
if (yydebug_) \
yystack_print_(); \
} \
while (false)
Definition at line 127 of file evalexpr_parser.cpp.
| #define YY_SYMBOL_PRINT |
( |
|
Title, |
|
|
|
Type, |
|
|
|
Value, |
|
|
|
Location |
|
) |
| |
Value:do { \
if (yydebug_) \
{ \
*yycdebug_ << Title << ' '; \
yy_symbol_print_((Type), (Value), (Location)); \
*yycdebug_ << std::endl; \
} \
} \
while (false)
Definition at line 109 of file evalexpr_parser.cpp.
| #define YYABORT goto yyabortlab |
| #define YYACCEPT goto yyacceptlab |
Value:case N: \
yyformat = S; \
break
| #define YYCDEBUG if (yydebug_) (*yycdebug_) |
| #define yyclearin (yychar = yyempty_) |
| #define yyerrok (yyerrstatus_ = 0) |
| #define YYERROR goto yyerrorlab |
| #define YYLLOC_DEFAULT |
( |
|
Current, |
|
|
|
Rhs, |
|
|
|
N |
|
) |
| |
Value:do { \
if (N) \
{ \
(Current).begin =
YYRHSLOC(Rhs, 1).begin; \
} \
else \
{ \
(Current).begin = (Current).end =
YYRHSLOC(Rhs, 0).end; \
} \
} \
while ( false)
Definition at line 84 of file evalexpr_parser.cpp.
| #define YYRECOVERING |
( |
| ) |
(!!yyerrstatus_) |
| #define YYRHSLOC |
( |
|
Rhs, |
|
|
|
K |
|
) |
| ((Rhs)[K]) |
| #define YYUSE |
( |
|
e | ) |
((void)(e)) |