HomeSort by relevance Sort by last modified time
    Searched defs:YY_NULL (Results 1 - 15 of 15) 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...]
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/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 87 /* gets input and stuffs it into "buf". number of characters read, or YY_NULL,
93 #define YY_NULL 0
99 #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/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...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 121 #define YY_NULL 0
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 67 #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

Completed in 1564 milliseconds