GDB (xrefs)
Loading...
Searching...
No Matches
Macros
yy-remap.h File Reference

Go to the source code of this file.

Macros

#define GDB_YY_REMAP_2(PREFIX, YYSYM)   PREFIX ## YYSYM
 
#define GDB_YY_REMAP_1(PREFIX, YYSYM)   GDB_YY_REMAP_2 (PREFIX, YYSYM)
 
#define GDB_YY_REMAP(YYSYM)   GDB_YY_REMAP_1 (GDB_YY_REMAP_PREFIX, YYSYM)
 
#define yymaxdepth   GDB_YY_REMAP (yymaxdepth)
 
#define yyparse   GDB_YY_REMAP (yyparse)
 
#define yylex   GDB_YY_REMAP (yylex)
 
#define yyerror   GDB_YY_REMAP (yyerror)
 
#define yylval   GDB_YY_REMAP (yylval)
 
#define yychar   GDB_YY_REMAP (yychar)
 
#define yydebug   GDB_YY_REMAP (yydebug)
 
#define yypact   GDB_YY_REMAP (yypact)
 
#define yyr1   GDB_YY_REMAP (yyr1)
 
#define yyr2   GDB_YY_REMAP (yyr2)
 
#define yydef   GDB_YY_REMAP (yydef)
 
#define yychk   GDB_YY_REMAP (yychk)
 
#define yypgo   GDB_YY_REMAP (yypgo)
 
#define yyact   GDB_YY_REMAP (yyact)
 
#define yyexca   GDB_YY_REMAP (yyexca)
 
#define yyerrflag   GDB_YY_REMAP (yyerrflag)
 
#define yynerrs   GDB_YY_REMAP (yynerrs)
 
#define yyps   GDB_YY_REMAP (yyps)
 
#define yypv   GDB_YY_REMAP (yypv)
 
#define yys   GDB_YY_REMAP (yys)
 
#define yy_yys   GDB_YY_REMAP (yy_yys)
 
#define yystate   GDB_YY_REMAP (yystate)
 
#define yytmp   GDB_YY_REMAP (yytmp)
 
#define yyv   GDB_YY_REMAP (yyv)
 
#define yy_yyv   GDB_YY_REMAP (yy_yyv)
 
#define yyval   GDB_YY_REMAP (yyval)
 
#define yylloc   GDB_YY_REMAP (yylloc)
 
#define yyreds   GDB_YY_REMAP (yyreds) /* With YYDEBUG defined */
 
#define yytoks   GDB_YY_REMAP (yytoks) /* With YYDEBUG defined */
 
#define yyname   GDB_YY_REMAP (yyname) /* With YYDEBUG defined */
 
#define yyrule   GDB_YY_REMAP (yyrule) /* With YYDEBUG defined */
 
#define yylhs   GDB_YY_REMAP (yylhs)
 
#define yylen   GDB_YY_REMAP (yylen)
 
#define yydefred   GDB_YY_REMAP (yydefred)
 
#define yydgoto   GDB_YY_REMAP (yydgoto)
 
#define yysindex   GDB_YY_REMAP (yysindex)
 
#define yyrindex   GDB_YY_REMAP (yyrindex)
 
#define yygindex   GDB_YY_REMAP (yygindex)
 
#define yytable   GDB_YY_REMAP (yytable)
 
#define yycheck   GDB_YY_REMAP (yycheck)
 
#define yyss   GDB_YY_REMAP (yyss)
 
#define yysslim   GDB_YY_REMAP (yysslim)
 
#define yyssp   GDB_YY_REMAP (yyssp)
 
#define yystacksize   GDB_YY_REMAP (yystacksize)
 
#define yyvs   GDB_YY_REMAP (yyvs)
 
#define yyvsp   GDB_YY_REMAP (yyvsp)
 
#define YYSTACKDATA   GDB_YY_REMAP (YYSTACKDATA)
 
#define YYDEBUG   1 /* Default to yydebug support */
 
#define YYFPRINTF   parser_fprintf
 

Macro Definition Documentation

◆ GDB_YY_REMAP

#define GDB_YY_REMAP ( YYSYM)    GDB_YY_REMAP_1 (GDB_YY_REMAP_PREFIX, YYSYM)

Definition at line 40 of file yy-remap.h.

◆ GDB_YY_REMAP_1

#define GDB_YY_REMAP_1 ( PREFIX,
YYSYM )   GDB_YY_REMAP_2 (PREFIX, YYSYM)

Definition at line 39 of file yy-remap.h.

◆ GDB_YY_REMAP_2

#define GDB_YY_REMAP_2 ( PREFIX,
YYSYM )   PREFIX ## YYSYM

Definition at line 38 of file yy-remap.h.

◆ yy_yys

#define yy_yys   GDB_YY_REMAP (yy_yys)

Definition at line 62 of file yy-remap.h.

◆ yy_yyv

#define yy_yyv   GDB_YY_REMAP (yy_yyv)

Definition at line 66 of file yy-remap.h.

◆ yyact

#define yyact   GDB_YY_REMAP (yyact)

Definition at line 55 of file yy-remap.h.

◆ yychar

#define yychar   GDB_YY_REMAP (yychar)

Definition at line 47 of file yy-remap.h.

Referenced by yyparse().

◆ yycheck

#define yycheck   GDB_YY_REMAP (yycheck)

Definition at line 81 of file yy-remap.h.

◆ yychk

#define yychk   GDB_YY_REMAP (yychk)

Definition at line 53 of file yy-remap.h.

◆ yydebug

int yydebug   GDB_YY_REMAP (yydebug)

Definition at line 48 of file yy-remap.h.

Referenced by f_language::parser(), and go_language::parser().

◆ YYDEBUG

#define YYDEBUG   1 /* Default to yydebug support */

Definition at line 93 of file yy-remap.h.

◆ yydef

#define yydef   GDB_YY_REMAP (yydef)

Definition at line 52 of file yy-remap.h.

◆ yydefred

#define yydefred   GDB_YY_REMAP (yydefred)

Definition at line 75 of file yy-remap.h.

◆ yydgoto

#define yydgoto   GDB_YY_REMAP (yydgoto)

Definition at line 76 of file yy-remap.h.

◆ yyerrflag

#define yyerrflag   GDB_YY_REMAP (yyerrflag)

Definition at line 57 of file yy-remap.h.

◆ yyerror

#define yyerror   GDB_YY_REMAP (yyerror)

Definition at line 45 of file yy-remap.h.

Referenced by yylex(), yyparse(), and yyparse().

◆ yyexca

#define yyexca   GDB_YY_REMAP (yyexca)

Definition at line 56 of file yy-remap.h.

◆ YYFPRINTF

#define YYFPRINTF   parser_fprintf

◆ yygindex

#define yygindex   GDB_YY_REMAP (yygindex)

Definition at line 79 of file yy-remap.h.

◆ yylen

#define yylen   GDB_YY_REMAP (yylen)

Definition at line 74 of file yy-remap.h.

Referenced by yyparse(), and yyparse().

◆ yylex

static int yylex ( void)    GDB_YY_REMAP (yylex)

Definition at line 44 of file yy-remap.h.

Referenced by yyparse().

◆ yylhs

#define yylhs   GDB_YY_REMAP (yylhs)

Definition at line 73 of file yy-remap.h.

Referenced by yyparse(), and yyparse().

◆ yylloc

#define yylloc   GDB_YY_REMAP (yylloc)

Definition at line 68 of file yy-remap.h.

Referenced by yyparse(), and yyparse().

◆ yylval

p_exp_YYSTYPE yylval   GDB_YY_REMAP (yylval)

Definition at line 46 of file yy-remap.h.

Referenced by processAttribute(), processAttribute(), processInt(), processReal(), and yyparse().

◆ yymaxdepth

#define yymaxdepth   GDB_YY_REMAP (yymaxdepth)

Definition at line 42 of file yy-remap.h.

◆ yyname

#define yyname   GDB_YY_REMAP (yyname) /* With YYDEBUG defined */

Definition at line 71 of file yy-remap.h.

◆ yynerrs

#define yynerrs   GDB_YY_REMAP (yynerrs)

Definition at line 58 of file yy-remap.h.

Referenced by yyparse().

◆ yypact

#define yypact   GDB_YY_REMAP (yypact)

Definition at line 49 of file yy-remap.h.

◆ yyparse

int yyparse ( void)    GDB_YY_REMAP (yyparse)

◆ yypgo

#define yypgo   GDB_YY_REMAP (yypgo)

Definition at line 54 of file yy-remap.h.

◆ yyps

#define yyps   GDB_YY_REMAP (yyps)

Definition at line 59 of file yy-remap.h.

◆ yypv

#define yypv   GDB_YY_REMAP (yypv)

Definition at line 60 of file yy-remap.h.

◆ yyr1

#define yyr1   GDB_YY_REMAP (yyr1)

Definition at line 50 of file yy-remap.h.

◆ yyr2

#define yyr2   GDB_YY_REMAP (yyr2)

Definition at line 51 of file yy-remap.h.

◆ yyreds

#define yyreds   GDB_YY_REMAP (yyreds) /* With YYDEBUG defined */

Definition at line 69 of file yy-remap.h.

◆ yyrindex

#define yyrindex   GDB_YY_REMAP (yyrindex)

Definition at line 78 of file yy-remap.h.

◆ yyrule

#define yyrule   GDB_YY_REMAP (yyrule) /* With YYDEBUG defined */

◆ yys

#define yys   GDB_YY_REMAP (yys)

Definition at line 61 of file yy-remap.h.

◆ yysindex

#define yysindex   GDB_YY_REMAP (yysindex)

Definition at line 77 of file yy-remap.h.

◆ yyss

#define yyss   GDB_YY_REMAP (yyss)

Definition at line 82 of file yy-remap.h.

Referenced by yyparse(), and yyparse().

◆ yysslim

#define yysslim   GDB_YY_REMAP (yysslim)

Definition at line 83 of file yy-remap.h.

◆ yyssp

#define yyssp   GDB_YY_REMAP (yyssp)

◆ YYSTACKDATA

#define YYSTACKDATA   GDB_YY_REMAP (YYSTACKDATA)

Definition at line 88 of file yy-remap.h.

◆ yystacksize

#define yystacksize   GDB_YY_REMAP (yystacksize)

Definition at line 85 of file yy-remap.h.

Referenced by yyparse(), and yyparse().

◆ yystate

#define yystate   GDB_YY_REMAP (yystate)

Definition at line 63 of file yy-remap.h.

Referenced by yyparse(), and yyparse().

◆ yytable

#define yytable   GDB_YY_REMAP (yytable)

Definition at line 80 of file yy-remap.h.

◆ yytmp

#define yytmp   GDB_YY_REMAP (yytmp)

Definition at line 64 of file yy-remap.h.

◆ yytoks

#define yytoks   GDB_YY_REMAP (yytoks) /* With YYDEBUG defined */

Definition at line 70 of file yy-remap.h.

◆ yyv

#define yyv   GDB_YY_REMAP (yyv)

Definition at line 65 of file yy-remap.h.

◆ yyval

#define yyval   GDB_YY_REMAP (yyval)

Definition at line 67 of file yy-remap.h.

Referenced by yyparse(), and yyparse().

◆ yyvs

#define yyvs   GDB_YY_REMAP (yyvs)

Definition at line 86 of file yy-remap.h.

Referenced by yyparse(), and yyparse().

◆ yyvsp

#define yyvsp   GDB_YY_REMAP (yyvsp)