Searched defs:YY_NULL (Results 1 - 18 of 18) sorted by relevance

/external/bison/examples/calc++/
H A Dlocation.hh78 void initialize (std::string* f = YY_NULL, argument
H A Dposition.hh45 # ifndef YY_NULL
47 # define YY_NULL nullptr macro
49 # define YY_NULL 0 macro
63 explicit position (std::string* f = YY_NULL, argument
74 void initialize (std::string* fn = YY_NULL, argument
H A Dcalc++-parser.cc57 # ifndef YY_NULL
59 # define YY_NULL nullptr macro
61 # define YY_NULL 0 macro
745 yydestruct_ (YY_NULL, yytoken, &yylval, &yylloc);
750 yydestruct_ (YY_NULL,
826 char const* yyformat = YY_NULL;
952 "assignments", "assignment", "exp", YY_NULL
H A Dcalc++-scanner.cc144 #define YY_NULL 0 macro
692 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
736 #define yyterminate() return YY_NULL
1066 * YY_NULL, it'll still work - another
1067 * YY_NULL will get returned.
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp135 # 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]);
1020 const char *yyformat = YY_NULL;
1081 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
H A DTokenizer.cpp122 #define YY_NULL 0 macro
700 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
741 #define yyterminate() return YY_NULL
1241 * YY_NULL, it'll still work - another
1242 * YY_NULL will get returned.
/external/bison/src/
H A Dscan-skel.c163 #define YY_NULL 0 macro
779 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
823 #define yyterminate() return YY_NULL
1274 * YY_NULL, it'll still work - another
1275 * YY_NULL will get returned.
H A Dparse-gram.c174 # 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]);
1697 const char *yyformat = YY_NULL;
1755 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
H A Dscan-code.c163 #define YY_NULL 0 macro
864 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
908 #define yyterminate() return YY_NULL
1487 * YY_NULL, it'll still work - another
1488 * YY_NULL will get returned.
H A Dscan-gram.c163 #define YY_NULL 0 macro
1188 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
1232 #define yyterminate() return YY_NULL
2523 * YY_NULL, it'll still work - another
2524 * YY_NULL will get returned.
/external/chromium_org/third_party/angle/src/compiler/
H A Dglslang_lex.cpp134 #define YY_NULL 0 macro
942 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
983 #define yyterminate() return YY_NULL
1807 * YY_NULL, it'll still work - another
1808 * YY_NULL will get returned.
H A Dglslang_tab.cpp97 # 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]);
1768 const char *yyformat = YY_NULL;
1829 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c113 #define YY_NULL 0 macro
788 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
829 #define yyterminate() return YY_NULL
1427 * YY_NULL, it'll still work - another
1428 * YY_NULL will get returned.
H A Dglsl_lexer.cc113 #define YY_NULL 0 macro
1289 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
1330 #define yyterminate() return YY_NULL
2750 * YY_NULL, it'll still work - another
2751 * YY_NULL will get returned.
H A Dlex.yy.c113 #define YY_NULL 0 macro
1330 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
1371 #define yyterminate() return YY_NULL
2576 * YY_NULL, it'll still work - another
2577 * YY_NULL will get returned.
/external/elfutils/libcpu/
H A Di386_lex.c130 #define YY_NULL 0 macro
673 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
714 #define yyterminate() return YY_NULL
1061 * YY_NULL, it'll still work - another
1062 * YY_NULL will get returned.
/external/elfutils/src/
H A Dldlex.c131 #define YY_NULL 0 macro
1249 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
1290 #define yyterminate() return YY_NULL
1853 * YY_NULL, it'll still work - another
1854 * YY_NULL will get returned.
/external/libpcap/
H A Dscanner.c102 #define YY_NULL 0 macro
2558 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
2599 #define yyterminate() return YY_NULL
3542 * YY_NULL, it'll still work - another
3543 * YY_NULL will get returned.

Completed in 664 milliseconds