#include "parser.h"
#include "eval_context.h"
Go to the source code of this file.
|
namespace | isc |
| Defines the logger used by the top-level component of kea-lfc.
|
|
namespace | isc::eval |
|
◆ YY_
#define YY_ |
( |
| msgid | ) |
msgid |
◆ YY_EXCEPTIONS
◆ YY_REDUCE_PRINT
#define YY_REDUCE_PRINT |
( |
| Rule | ) |
static_cast<void> (0) |
◆ YY_STACK_PRINT
#define YY_STACK_PRINT |
( |
| ) |
static_cast<void> (0) |
◆ YY_SYMBOL_PRINT
#define YY_SYMBOL_PRINT |
( |
| Title, |
|
|
| Symbol ) YY_USE (Symbol) |
◆ YYABORT
#define YYABORT goto yyabortlab |
◆ YYACCEPT
#define YYACCEPT goto yyacceptlab |
◆ YYCASE_
Value: case N: \
yyformat = S; \
break
◆ YYCDEBUG
#define YYCDEBUG if (false) std::cerr |
◆ yyclearin
#define yyclearin (yyla.clear ()) |
◆ yyerrok
#define yyerrok (yyerrstatus_ = 0) |
◆ YYERROR
#define YYERROR goto yyerrorlab |
◆ yylex
◆ YYLLOC_DEFAULT
#define YYLLOC_DEFAULT |
( |
| Current, |
|
|
| Rhs, |
|
|
| N ) |
Value: do \
if (N) \
{ \
(Current).begin =
YYRHSLOC (Rhs, 1).begin; \
(Current).end =
YYRHSLOC (Rhs, N).end; \
} \
else \
{ \
(Current).begin = (Current).end =
YYRHSLOC (Rhs, 0).end; \
} \
while (false)
Definition at line 87 of file parser.cc.
◆ YYRECOVERING
#define YYRECOVERING |
( |
| ) |
(!!yyerrstatus_) |
◆ YYRHSLOC
#define YYRHSLOC |
( |
| Rhs, |
|
|
| K ) ((Rhs)[K].location) |