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

1 2 3

  /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/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.h 153 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
154 typedef union YYSTYPE
188 } YYSTYPE;
190 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 117 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
119 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
glsl_parser.h 443 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
444 typedef union YYSTYPE
487 } YYSTYPE;
489 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
  /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;
grammar.c 433 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
435 typedef union YYSTYPE {
449 } YYSTYPE;
452 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
557 YYSTYPE yyvs;
566 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 257 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
258 typedef union YYSTYPE
292 } YYSTYPE;
294 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 51 typedef union YYSTYPE
58 } YYSTYPE;
94 YYSTYPE value;
219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 51 typedef union YYSTYPE
58 } YYSTYPE;
94 YYSTYPE value;
219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
  /external/bison/examples/calc++/
calc++-parser.hh 75 #ifndef YYSTYPE
89 typedef YYSTYPE semantic_type;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 88 #define YYSTYPE nasm_yystype
121 int nasm_parser_lex(YYSTYPE *lvalp, yasm_parser_nasm *parser_nasm);
  /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/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
ExpressionParser.cpp 103 typedef __int64 YYSTYPE;
106 typedef intmax_t YYSTYPE;
124 static int yylex(YYSTYPE* lvalp, Context* context);
174 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
175 typedef int YYSTYPE;
177 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
365 YYSTYPE yyvs_alloc;
374 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
744 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context
    [all...]
ExpressionParser.y 44 typedef __int64 YYSTYPE;
47 typedef intmax_t YYSTYPE;
71 static int yylex(YYSTYPE* lvalp, Context* context);
192 int yylex(YYSTYPE* lvalp, Context* context)
207 *lvalp = static_cast<YYSTYPE>(val);
  /external/e2fsprogs/intl/
plural.c 66 #ifndef YYSTYPE
71 } yystype; typedef in typeref:union:__anon19235
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/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 64 } yystype; typedef in typeref:union:__anon16402
65 #define YYSTYPE yystype
109 yystype tokval;
114 yystype peek_tokval;
161 int gas_parser_lex(YYSTYPE *lvalp, yasm_parser_gas *parser_gas);
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 24 extern YYSTYPE yylval;
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.h 264 union YYSTYPE;
265 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 264 union YYSTYPE;
265 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
  /external/bison/data/
yacc.c 106 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
197 static YYSTYPE yyval_default;
210 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);]b4_locations_if([[
246 YYSTYPE yyvsa[YYINITDEPTH];
247 YYSTYPE *yyvs;
248 YYSTYPE *yyvsp;]b4_locations_if([[
352 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[
546 YYSTYPE yyvs_alloc;]b4_locations_if([
557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
560 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
    [all...]

Completed in 2236 milliseconds

1 2 3