/external/bison/examples/calc++/ |
D | position.hh | 45 # ifndef YY_NULL 47 # define YY_NULL nullptr macro 49 # define YY_NULL 0 macro 63 explicit position (std::string* f = YY_NULL, in position() 74 void initialize (std::string* fn = YY_NULL, in initialize()
|
D | calc++-parser.cc | 57 # ifndef YY_NULL 59 # define YY_NULL nullptr macro 61 # define YY_NULL 0 macro 745 yydestruct_ (YY_NULL, yytoken, &yylval, &yylloc); in parse() 750 yydestruct_ (YY_NULL, in parse() 826 char const* yyformat = YY_NULL; in yysyntax_error_() 952 "assignments", "assignment", "exp", YY_NULL
|
D | location.hh | 78 void initialize (std::string* f = YY_NULL, in initialize()
|
D | calc++-scanner.cc | 144 #define YY_NULL 0 macro 736 #define yyterminate() return YY_NULL
|
/external/bison/data/ |
D | glr.c | 765 if (yymsg != YY_NULL) 836 (yystackp->yysplitPoint == YY_NULL); 923 YY_NULL]b4_locuser_args([&yys->yyloc])[); 1076 yyset->yystates[0] = YY_NULL; 1106 yystackp->yysplitPoint = YY_NULL; 1107 yystackp->yylastDeleted = YY_NULL; 1146 if (yys0->yypred != YY_NULL) 1149 if (! yys0->yyresolved && yys0->yysemantics.yyfirstVal != YY_NULL) 1157 if (yyv0->yystate != YY_NULL) 1159 if (yyv0->yynext != YY_NULL) [all …]
|
D | location.cc | 43 explicit position (]b4_percent_define_get([[filename_type]])[* f = YY_NULL, 54 void initialize (]b4_percent_define_get([[filename_type]])[* fn = YY_NULL, 198 void initialize (]b4_percent_define_get([[filename_type]])[* f = YY_NULL,
|
D | c.m4 | 197 # Portability issues: define a YY_NULL appropriate for the current 200 [# ifndef YY_NULL 202 # define YY_NULL nullptr 204 # define YY_NULL 0 213 m4_define([b4_null], [YY_NULL])
|
D | yacc.c | 1248 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1252 const char *yyformat = YY_NULL; 1331 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); 1415 return yypull_parse (YY_NULL]m4_ifset([b4_parse_param], 1457 return YY_NULL;]])[ 1460 return YY_NULL;
|
D | lalr1.cc | 857 yydestruct_ (YY_NULL, yytoken, &yylval, &yylloc); 862 yydestruct_ (YY_NULL, 940 char const* yyformat = YY_NULL;
|
/external/bison/tests/ |
D | push.at | 60 assert (yypush_parse (ps, 'a', YY_NULL) == YYPUSH_MORE); 64 assert (yypush_parse (ps, 'a', YY_NULL) == YYPUSH_MORE); 65 assert (yypush_parse (ps, 'b', YY_NULL) == YYPUSH_MORE); 114 assert (yypstate_new () == YY_NULL); 118 assert (yypstate_new () == YY_NULL);
|
D | cxx-type.at | 97 | error ';' { $$ = new_nterm ("<error>", YY_NULL, YY_NULL, YY_NULL); } 103 { $$ = new_nterm ("<cast>(%s,%s)", ]$[3, ]$[1, YY_NULL); } 104 | expr '+' expr { $$ = new_nterm ("+(%s,%s)", ]$[1, ]$[3, YY_NULL); } 105 | expr '=' expr { $$ = new_nterm ("=(%s,%s)", ]$[1, ]$[3, YY_NULL); } 109 { $$ = new_nterm ("<declare>(%s,%s)", ]$[1, ]$[2, YY_NULL); } 198 yylval = YY_NULL; 290 return new_nterm ("<OR>(%s,%s)", x0, x1, YY_NULL);
|
D | c++.at | 305 | 'R' { $$ = YY_NULL; delete $1; YYERROR; } 308 | 'T' { $$ = YY_NULL; delete $1; YYABORT; } 309 | error { $$ = YY_NULL; yyerrok; } 377 Object::log (YY_NULL, "end");
|
D | headers.at | 244 |YY_NULL
|
/external/iproute2/tc/ |
D | emp_ematch.l | 16 result = YY_NULL; \ 23 result = YY_NULL; \
|
/external/elfutils/src/src/ |
D | ldscript.c | 138 # ifndef YY_NULL 140 # define YY_NULL nullptr macro 142 # define YY_NULL 0 macro 626 "filename_id", "filename_id_star", YY_NULL 1172 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error() 1176 const char *yyformat = YY_NULL; in yysyntax_error() 1237 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
|
D | ldlex.c | 132 #define YY_NULL 0 macro 1283 #define yyterminate() return YY_NULL
|
/external/bison/src/ |
D | parse-gram.c | 174 # ifndef YY_NULL 176 # define YY_NULL nullptr macro 178 # define YY_NULL 0 macro 739 "id_colon", "symbol", "string_as_id", "epilogue.opt", YY_NULL 1692 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error() 1697 const char *yyformat = YY_NULL; in yysyntax_error() 1755 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
|
D | scan-skel.c | 163 #define YY_NULL 0 macro 823 #define yyterminate() return YY_NULL
|
D | scan-gram.c | 163 #define YY_NULL 0 macro 1232 #define yyterminate() return YY_NULL
|
/external/elfutils/src/libcpu/ |
D | i386_parse.c | 292 # ifndef YY_NULL 294 # define YY_NULL nullptr macro 296 # define YY_NULL 0 macro 710 "bit", "optargs", "args", "arg", "argcomp", YY_NULL 1175 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error() 1179 const char *yyformat = YY_NULL; in yysyntax_error() 1240 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
|
D | i386_lex.c | 131 #define YY_NULL 0 macro 718 #define yyterminate() return YY_NULL
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-flex.c | 131 #define YY_NULL 0 macro 643 #define yyterminate() return YY_NULL
|
D | parse-events-flex.c | 112 #define YY_NULL 0 macro 1296 #define yyterminate() return YY_NULL
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 110 #define YY_NULL 0 882 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 907 #define yyterminate() return YY_NULL 1369 * YY_NULL, it'll still work - another 1370 * YY_NULL will get returned.
|
/external/libpcap/ |
D | scanner.c | 132 #define YY_NULL 0 macro 2911 #define yyterminate() return YY_NULL
|