HomeSort by relevance Sort by last modified time
    Searched refs:YY_NULL (Results 1 - 23 of 23) sorted by null

  /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...]
location.hh 78 void initialize (std::string* f = YY_NULL,
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/iproute2/tc/
emp_ematch.l 16 result = YY_NULL; \
23 result = YY_NULL; \
  /system/core/sh/
arith_lex.l 55 result = (*buf = *arith_buf++) ? 1 : YY_NULL;
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
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...]
  /external/bison/data/
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,
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
ExpressionParser.cpp 129 # ifndef YY_NULL
131 # define YY_NULL nullptr
133 # define YY_NULL 0
513 "$accept", "input", "expression", YY_NULL
1010 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
1014 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/
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-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...]
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/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/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/libpcap/
scanner.c 102 #define YY_NULL 0
    [all...]
  /external/chromium_org/third_party/angle_dx11/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
789 "function_definition", "$@10", YY_NULL
    [all...]

Completed in 403 milliseconds