HomeSort by relevance Sort by last modified time
    Searched refs:YYSTYPE (Results 1 - 25 of 47) sorted by null

1 2

  /external/elfutils/libcpu/
i386_parse.h 69 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
70 typedef union YYSTYPE
83 YYSTYPE;
84 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
89 extern YYSTYPE i386_lval;
  /external/ipsec-tools/src/libipsec/
policy_parse.h 81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 typedef union YYSTYPE
94 YYSTYPE;
95 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
100 extern YYSTYPE __libipseclval;
  /external/ipsec-tools/src/racoon/
prsa_par.h 91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
92 typedef union YYSTYPE
103 YYSTYPE;
104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
109 extern YYSTYPE prsalval;
cfparse.h 373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
374 typedef union YYSTYPE
385 YYSTYPE;
386 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
391 extern YYSTYPE yylval;
  /external/elfutils/src/
ldscript.h 103 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
104 typedef union YYSTYPE
122 YYSTYPE;
123 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
128 extern YYSTYPE ldlval;
ldscript.c 228 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
229 typedef union YYSTYPE
247 YYSTYPE;
248 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
423 YYSTYPE yyvs;
432 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.h 78 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
80 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
glcpp.h 50 typedef union YYSTYPE
57 } YYSTYPE;
93 YYSTYPE value;
212 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
  /external/bison/src/
parse-gram.h 149 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
150 typedef union YYSTYPE
162 YYSTYPE;
163 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
reader.h 54 # define YY_DECL int gram_lex (YYSTYPE *val, location *loc)
parse-gram.c 277 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
278 typedef union YYSTYPE
290 YYSTYPE;
291 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
479 YYSTYPE yyvs;
489 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]
  /external/libpcap/
tokdefs.h 241 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
243 typedef union YYSTYPE {
257 } YYSTYPE;
260 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
265 extern YYSTYPE pcap_lval;
  /external/mesa3d/src/glsl/
glsl_parser.h 236 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
237 typedef union YYSTYPE
275 } YYSTYPE;
277 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
glsl_parser_extras.h 193 union YYSTYPE;
194 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
glsl_parser.cpp 338 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
339 typedef union YYSTYPE
377 } YYSTYPE;
379 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
566 YYSTYPE yyvs_alloc;
576 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 231 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
232 typedef union YYSTYPE
267 YYSTYPE;
268 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
glslang_tab.cpp 294 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
295 typedef union YYSTYPE
330 YYSTYPE;
331 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
341 extern int yylex(YYSTYPE* yylval_param, void* yyscanner);
532 YYSTYPE yyvs;
541 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
    [all...]
  /system/core/sh/
arith.c 188 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
189 typedef int YYSTYPE;
190 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
250 YYSTYPE yyvs;
259 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
792 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
798 YYSTYPE *yyvaluep;
829 yydestruct (int yytype, YYSTYPE *yyvaluep)
834 YYSTYPE *yyvaluep
    [all...]
  /external/e2fsprogs/intl/
plural.c 66 #ifndef YYSTYPE
71 } yystype; typedef in typeref:union:__anon6696
72 # define YYSTYPE yystype
78 static int yylex (YYSTYPE *lval, const char **pexp);
378 YYSTYPE yyvs;
391 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
395 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
651 YYSTYPE yylval; \
705 YYSTYPE yyvsa[YYINITDEPTH]
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 24 extern YYSTYPE yylval;
  /external/bison/data/
yacc.c 61 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
188 [typedef union[]m4_bregexp(b4_stype, [^{], [ YYSTYPE])
192 YYSTYPE;],
193 [typedef int YYSTYPE;])[
194 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
369 YYSTYPE yyvs;
381 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
384 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
1504 # define yystype macro
    [all...]
lalr1.cc 110 #ifndef YYSTYPE
119 typedef YYSTYPE semantic_type;
297 #ifndef YYSTYPE
299 # define YYSTYPE b4_namespace::b4_parser_class_name::semantic_type
586 [[YYSTYPE*], [&yylval]][]dnl
glr.c 54 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
174 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
176 [typedef union m4_bregexp(b4_stype, [^{], [YYSTYPE ])
180 YYSTYPE;],
181 [typedef int YYSTYPE;])[
229 static YYSTYPE yyval_default;
548 [YYSTYPE yylval;
756 YYSTYPE yysval;
781 YYSTYPE yyval;
803 YYSTYPE yyval
    [all...]
  /frameworks/base/tools/aidl/
aidl_language.h 117 #define YYSTYPE lexer_type
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 106 * wrap their definitions of YYSTYPE with "#ifndef YYSTYPE"'s, so the
109 #define YYSTYPE int
376 #ifndef YYSTYPE
377 typedef int YYSTYPE;
395 YYSTYPE *yyvsp;
396 YYSTYPE yyval;
397 YYSTYPE yylval;
399 YYSTYPE yyvs[YYSTACKSIZE];
    [all...]

Completed in 1080 milliseconds

1 2