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

1 2

  /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/libxkbcommon/xkbcommon/src/xkbcomp/
parser-priv.h 36 _xkbcommon_lex(YYSTYPE *yylval, struct scanner *scanner);
parser.h 179 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
180 typedef union YYSTYPE YYSTYPE;
181 union YYSTYPE
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.y 68 typedef int32_t YYSTYPE;
104 static int yylex(YYSTYPE* lvalp, Context* context);
158 $$ = static_cast<YYSTYPE>(1);
179 $$ = static_cast<YYSTYPE>(0);
226 $$ = static_cast<YYSTYPE>(0);
231 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) >> $3);
251 $$ = static_cast<YYSTYPE>(0);
257 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) << $3);
279 $$ = static_cast<YYSTYPE>(0);
281 else if (($1 == std::numeric_limits<YYSTYPE>::min()) && ($3 == -1)
    [all...]
ExpressionParser.cpp 118 typedef int32_t YYSTYPE;
148 static int yylex(YYSTYPE* lvalp, Context* context);
198 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
199 typedef int YYSTYPE;
399 YYSTYPE yyvs_alloc;
408 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
735 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context)
755 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context)
793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, Context *context)
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 184 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
186 union YYSTYPE
225 typedef union YYSTYPE YYSTYPE;
glslang_tab.cpp 271 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
273 union YYSTYPE
312 typedef union YYSTYPE YYSTYPE;
340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
583 YYSTYPE yyvs_alloc;
593 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]
  /external/libpcap/
grammar.h 291 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
292 typedef union YYSTYPE YYSTYPE;
293 union YYSTYPE
scanner.h 289 YYSTYPE * pcap_get_lval (yyscan_t yyscanner );
291 void pcap_set_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
339 (YYSTYPE * yylval_param ,yyscan_t yyscanner);
342 (YYSTYPE * yylval_param , yyscan_t yyscanner)
grammar.c 594 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
595 typedef union YYSTYPE YYSTYPE;
596 union YYSTYPE
815 YYSTYPE yyvs_alloc;
824 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 59 typedef union YYSTYPE
67 } YYSTYPE;
103 YYSTYPE value;
261 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
  /external/e2fsprogs/intl/
plural.c 66 #ifndef YYSTYPE
71 } yystype; typedef in typeref:union:__anon19024
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)
  /toolchain/binutils/binutils-2.27/intl/
plural.c 66 #ifndef YYSTYPE
71 } yystype; typedef in typeref:union:__anon4942
72 # define YYSTYPE yystype
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
402 YYSTYPE yyvs;
415 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
419 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
677 YYSTYPE yylval; \
731 YYSTYPE yyvsa[YYINITDEPTH]
    [all...]
plural.y 69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
261 YYSTYPE *lval;
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 24 extern YYSTYPE yylval;
  /external/libnl/lib/route/
pktloc_syntax.y 25 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 347 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
349 union YYSTYPE
388 typedef union YYSTYPE YYSTYPE;
  /prebuilts/build-tools/common/bison/
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...]
glr.c 63 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
193 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[
226 static YYSTYPE yyval_default;]b4_locations_if([[
491 [YYSTYPE yylval;]b4_locations_if([[
697 YYSTYPE yysval;
722 YYSTYPE yyval;]b4_locations_if([[
744 YYSTYPE yyval;]b4_locations_if([[
833 YYSTYPE* yyvalp]b4_locuser_formals[)
885 yyuserMerge (int yyn, YYSTYPE* yy0, YYSTYPE* yy1
    [all...]
  /external/fio/exp/
expression-parser.l 25 #define YYSTYPE PARSER_VALUE_TYPE
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.h 872 union YYSTYPE;
873 extern int _mesa_glsl_lexer_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
  /system/tools/hidl/
hidl-gen_l.ll 66 #define YY_DECL int yylex(YYSTYPE* yylval_param, YYLTYPE* yylloc_param, \

Completed in 1267 milliseconds

1 2