/external/bison/examples/calc++/ |
position.hh | 45 # ifndef YY_NULL 47 # define YY_NULL nullptr 49 # define YY_NULL 0 63 explicit position (std::string* f = YY_NULL, 74 void initialize (std::string* fn = YY_NULL,
|
calc++-parser.cc | 57 # ifndef YY_NULL 59 # define YY_NULL nullptr 61 # define YY_NULL 0 745 yydestruct_ (YY_NULL, yytoken, &yylval, &yylloc); 750 yydestruct_ (YY_NULL, 826 char const* yyformat = YY_NULL; 952 "assignments", "assignment", "exp", YY_NULL [all...] |
calc++-scanner.cc | 144 #define YY_NULL 0 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. [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
ExpressionParser.cpp | 135 # ifndef YY_NULL 137 # define YY_NULL nullptr 139 # define YY_NULL 0 519 "$accept", "input", "expression", YY_NULL 1016 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1020 const char *yyformat = YY_NULL; [all...] |
Tokenizer.cpp | 122 #define YY_NULL 0 700 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 741 #define yyterminate() return YY_NULL [all...] |
/external/bison/src/ |
scan-skel.c | 163 #define YY_NULL 0 779 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 823 #define yyterminate() return YY_NULL [all...] |
parse-gram.c | 174 # ifndef YY_NULL 176 # define YY_NULL nullptr 178 # define YY_NULL 0 739 "id_colon", "symbol", "string_as_id", "epilogue.opt", YY_NULL [all...] |
scan-code.c | 163 #define YY_NULL 0 864 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 908 #define yyterminate() return YY_NULL [all...] |
scan-gram.c | 163 #define YY_NULL 0 [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_lex.cpp | 134 #define YY_NULL 0 [all...] |
glslang_tab.cpp | 97 # ifndef YY_NULL 99 # define YY_NULL nullptr 101 # define YY_NULL 0 790 "function_definition", "$@10", YY_NULL [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 113 #define YY_NULL 0 788 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 829 #define yyterminate() return YY_NULL [all...] |
glsl_lexer.cc | 113 #define YY_NULL 0 [all...] |
lex.yy.c | 113 #define YY_NULL 0 [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 130 #define YY_NULL 0 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. [all...] |
/external/elfutils/src/ |
ldlex.c | 131 #define YY_NULL 0 [all...] |
/external/libpcap/ |
scanner.c | 102 #define YY_NULL 0 [all...] |
/system/core/sh/ |
arith_lex.c | 103 #define YY_NULL 0 523 result = (*buf = *arith_buf++) ? 1 : YY_NULL; 586 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 627 #define yyterminate() return YY_NULL 1000 * YY_NULL, it'll still work - another 1001 * YY_NULL will get returned. [all...] |
init.c | 165 #undef YY_NULL 166 #define YY_NULL 0 457 #undef YY_NULL 458 #define YY_NULL 0 749 #undef YY_NULL 750 #define YY_NULL 0
|