/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 | lalr1.cc | 857 yydestruct_ (YY_NULL, yytoken, &yylval, &yylloc); 862 yydestruct_ (YY_NULL, 940 char const* yyformat = 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;
|
/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/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 135 # ifndef YY_NULL 137 # define YY_NULL nullptr macro 139 # define YY_NULL 0 macro 519 "$accept", "input", "expression", YY_NULL 1016 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error() 1020 const char *yyformat = YY_NULL; in yysyntax_error() 1081 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
|
D | Tokenizer.cpp | 122 #define YY_NULL 0 macro 741 #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
|
D | scan-code.c | 163 #define YY_NULL 0 macro 908 #define yyterminate() return YY_NULL
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 130 #define YY_NULL 0 macro 714 #define yyterminate() return YY_NULL
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | glslang_tab.cpp | 97 # ifndef YY_NULL 99 # define YY_NULL nullptr macro 101 # define YY_NULL 0 macro 790 "function_definition", "$@10", YY_NULL 1764 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error() 1768 const char *yyformat = YY_NULL; in yysyntax_error() 1829 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
|
/external/elfutils/src/ |
D | ldlex.c | 131 #define YY_NULL 0 macro 1290 #define yyterminate() return YY_NULL
|
/external/libpcap/ |
D | scanner.c | 102 #define YY_NULL 0 macro 2599 #define yyterminate() return YY_NULL
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-lex.c | 113 #define YY_NULL 0 macro 829 #define yyterminate() return YY_NULL
|