Home
last modified time | relevance | path

Searched refs:YYSTYPE (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.y68 typedef int32_t YYSTYPE; typedef
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 …]
DExpressionParser.cpp118 typedef int32_t YYSTYPE; typedef
148 static int yylex(YYSTYPE* lvalp, Context* context);
198 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
199 typedef int YYSTYPE; typedef
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) in yy_symbol_value_print()
755 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context) in yy_symbol_print()
793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, Context *context) in yy_reduce_print()
1073 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, Context *context) in yydestruct()
[all …]
DTokenizer.cpp938 typedef std::string YYSTYPE; typedef
1025 YYSTYPE * yylval_r;
1127 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
1130 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
1291 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner);
1294 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
2744 YYSTYPE * yyget_lval (yyscan_t yyscanner) in yyget_lval()
2752 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) in yyset_lval()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Darray-odr-violation.ll6 ; typedef union YYSTYPE { int x; } YYSTYPE;
7 ; YYSTYPE a;
9 ; typedef union YYSTYPE { char x; } YYSTYPE;
10 ; void fn1() { YYSTYPE a[1]; }
22 ; CHECK: ElementType: YYSTYPE ({{.*}})
28 ; sizeof(YYSTYPE) == 4
38 ; CHECK: Name: YYSTYPE
47 %union.YYSTYPE = type { i32 }
48 %union.YYSTYPE.0 = type { i8 }
50 @"\01?a@@3TYYSTYPE@@A" = global %union.YYSTYPE zeroinitializer, align 4, !dbg !0
[all …]
/external/iproute2/tc/
Demp_ematch.yacc.h57 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
59 union YYSTYPE union
70 typedef union YYSTYPE YYSTYPE; typedef
90 extern YYSTYPE ematch_lval;
Demp_ematch.yacc.c126 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
128 union YYSTYPE union
139 typedef union YYSTYPE YYSTYPE; typedef
159 extern YYSTYPE ematch_lval;
361 YYSTYPE yyvs_alloc;
371 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
715 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print()
735 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print()
775 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) in yy_reduce_print()
1055 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yydestruct()
[all …]
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.h81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 typedef union YYSTYPE union
94 YYSTYPE; typedef
95 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
100 extern YYSTYPE __libipseclval;
/external/ipsec-tools/src/racoon/
Dprsa_par.h91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
92 typedef union YYSTYPE union
103 YYSTYPE; typedef
104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
109 extern YYSTYPE prsalval;
Dcfparse.h373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
374 typedef union YYSTYPE union
385 YYSTYPE; typedef
386 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
391 extern YYSTYPE yylval;
/external/one-true-awk/
Dytab.h241 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
243 union YYSTYPE union
255 typedef union YYSTYPE YYSTYPE; typedef
261 extern YYSTYPE yylval;
Dytab.c309 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
311 union YYSTYPE union
323 typedef union YYSTYPE YYSTYPE; typedef
329 extern YYSTYPE yylval;
524 YYSTYPE yyvs_alloc;
533 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
1947 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print()
1966 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print()
2004 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) in yy_reduce_print()
2284 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct()
[all …]
/external/e2fsprogs/intl/
Dplural.c66 #ifndef YYSTYPE
72 # define YYSTYPE yystype macro
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]; in yyparse()
706 YYSTYPE *yyvs = yyvsa; in yyparse()
707 register YYSTYPE *yyvsp; in yyparse()
[all …]
Dplural.y57 static int yylex (YYSTYPE *lval, const char **pexp);
235 yylex (YYSTYPE *lval, const char **pexp) in yylex()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h184 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
186 union YYSTYPE union
225 typedef union YYSTYPE YYSTYPE; typedef
Dglslang_tab.cpp271 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
273 union YYSTYPE union
312 typedef union YYSTYPE YYSTYPE; typedef
340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
583 YYSTYPE yyvs_alloc;
593 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1731 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print()
1753 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print()
1793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* co… in yy_reduce_print()
2073 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, TParseContext* … in yydestruct()
[all …]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.h179 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
180 typedef union YYSTYPE YYSTYPE; typedef
181 union YYSTYPE union
Dparser.c289 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
290 typedef union YYSTYPE YYSTYPE; typedef
291 union YYSTYPE union
520 YYSTYPE yyvs_alloc;
529 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
1138 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct parser_pa… in yy_symbol_value_print()
1158 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct parser_param *p… in yy_symbol_print()
1196 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, struct parser_param *param) in yy_reduce_print()
1476 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, struct parser_param *param) in yydestruct()
1757 YY_INITIAL_VALUE (static YYSTYPE yyval_default;) in yyparse()
[all …]
Dparser-priv.h36 _xkbcommon_lex(YYSTYPE *yylval, struct scanner *scanner);
/external/libpcap/
Dgrammar.h291 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
293 union YYSTYPE union
314 typedef union YYSTYPE YYSTYPE; typedef
Dscanner.h296 YYSTYPE * pcap_get_lval (yyscan_t yyscanner );
298 void pcap_set_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
346 (YYSTYPE * yylval_param ,yyscan_t yyscanner);
349 (YYSTYPE * yylval_param , yyscan_t yyscanner)
Dgrammar.c609 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
611 union YYSTYPE union
632 typedef union YYSTYPE YYSTYPE; typedef
832 YYSTYPE yyvs_alloc;
841 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
1471 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner,… in yy_symbol_value_print()
1492 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, compi… in yy_symbol_print()
1530 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t… in yy_reduce_print()
1810 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *yyscanner, compiler_state_t *cs… in yydestruct()
1841 YY_INITIAL_VALUE (static YYSTYPE yyval_default;) in yyparse()
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h61 typedef union YYSTYPE union
69 } YYSTYPE; typedef
105 YYSTYPE value;
263 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h455 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
457 union YYSTYPE union
497 typedef union YYSTYPE YYSTYPE; typedef
/external/toybox/kconfig/
Dzconf.tab.c_shipped201 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
203 typedef union YYSTYPE {
210 } YYSTYPE;
213 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
318 YYSTYPE yyvs;
327 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
1050 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
1056 YYSTYPE *yyvaluep;
1087 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
1093 YYSTYPE *yyvaluep;
[all …]
/external/libnl/lib/route/
Dpktloc_syntax.y25 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *);

12