HomeSort by relevance Sort by last modified time
    Searched full:yystype (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/bluetooth/bluez/tools/
parser.h 71 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
72 typedef union YYSTYPE
81 YYSTYPE;
82 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
87 extern YYSTYPE yylval;
parser.c 72 } YYSTYPE;
241 YYSTYPE *yyvsp;
242 YYSTYPE yyval;
243 YYSTYPE yylval;
248 static YYSTYPE *yyvs;
295 YYSTYPE *newvs;
314 ? (YYSTYPE *)realloc(yyvs, newsize * sizeof(*newvs))
315 : (YYSTYPE *)malloc(newsize * sizeof(*newvs));
  /external/ipsec-tools/src/libipsec/
policy_parse.h 81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 typedef union YYSTYPE
99 } YYSTYPE;
101 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
105 extern YYSTYPE __libipseclval;
  /external/elfutils/src/
ldscript.h 90 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
92 typedef union YYSTYPE {
105 } YYSTYPE;
108 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
113 extern YYSTYPE ldlval;
  /external/ipsec-tools/src/racoon/
prsa_par.h 91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
92 typedef union YYSTYPE
108 } YYSTYPE;
110 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
114 extern YYSTYPE prsalval;
cfparse.h 391 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
392 typedef union YYSTYPE
408 } YYSTYPE;
410 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
414 extern YYSTYPE yylval;
  /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/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/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
files.h 51 /* If semantic parser, output a .h file that defines YYSTYPE... */
reader.h 54 # define YY_DECL int gram_lex (YYSTYPE *val, location *loc)
  /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,
  /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
  /external/bison/tests/
cxx-type.at 59 #define YYSTYPE Node *
61 [ static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1);])[
67 # define LEX_PARAMETERS YYSTYPE *lvalp, struct YYLTYPE *llocp
70 # define LEX_PARAMETERS YYSTYPE *lvalp
313 [[static YYSTYPE
314 stmtMerge (YYSTYPE x0, YYSTYPE x1)
glr-regression.at 34 #define YYSTYPE int
35 static YYSTYPE exprMerge (YYSTYPE x0, YYSTYPE x1);
59 static YYSTYPE exprMerge (YYSTYPE x0, YYSTYPE x1)
123 #define YYSTYPE char *
349 static char *merge (YYSTYPE, YYSTYPE);
    [all...]
  /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...]
glr.cc 291 #ifndef YYSTYPE
300 typedef YYSTYPE semantic_type;
380 #ifndef YYSTYPE
381 # define YYSTYPE ]b4_namespace[::]b4_parser_class_name[::semantic_type
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 108 #define YYSTYPE lexer_type
  /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:__anon5329
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...]
plural.y 57 static int yylex (YYSTYPE *lval, const char **pexp);
235 yylex (YYSTYPE *lval, const char **pexp)
  /external/bison/
NEWS 9 * It is now documented that any definition of YYSTYPE or YYLTYPE should
79 The tokens were defined as free form enums and cpp macros. YYSTYPE
86 definition of tokens and YYSTYPE. This change is suitable both
236 - If the user does not define YYSTYPE as a macro, Bison now declares it
244 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
245 The default union tag is `YYSTYPE', for compatibility with Solaris 9 Yacc.
255 - `yystype' and `yyltype' are now obsolescent macros instead of being
459 YYSTYPE as a class. The recent adjustment of C parsers for data

Completed in 565 milliseconds

1 2 3 4