Go to the source code of this file.
#define YY_ |
( |
|
msgid | ) |
msgid |
Set NOEXCEPTION for SX_ACE [20 Feb 2017 H.Matsufuru] Set NOEXCEPTION for XC40_CRAY [08 Nov 2018 Y.Namekawa]
Definition at line 77 of file evalexpr_parser.cpp.
#define YY_REDUCE_PRINT |
( |
|
Rule | ) |
|
Value:do { \
if (yydebug_) \
yy_reduce_print_(Rule); \
} \
while (false)
Definition at line 124 of file evalexpr_parser.cpp.
#define YY_STACK_PRINT |
( |
| ) |
|
Value:do { \
if (yydebug_) \
yystack_print_(); \
} \
while (false)
Definition at line 131 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 113 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 88 of file evalexpr_parser.cpp.
#define YYRECOVERING |
( |
| ) |
(!!yyerrstatus_) |
#define YYRHSLOC |
( |
|
Rhs, |
|
|
|
K |
|
) |
| ((Rhs)[K]) |
#define YYUSE |
( |
|
e | ) |
((void)(e)) |