Home
last modified time | relevance | path

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

123

/external/angle/src/compiler/preprocessor/
Dpreprocessor.y56 typedef int32_t YYSTYPE; typedef
92 static int yylex(YYSTYPE* lvalp, Context* context);
146 $$ = static_cast<YYSTYPE>(1);
167 $$ = static_cast<YYSTYPE>(0);
214 $$ = static_cast<YYSTYPE>(0);
219 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) >> $3);
239 $$ = static_cast<YYSTYPE>(0);
245 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) << $3);
249 $$ = gl::WrappingDiff<YYSTYPE>($1, $3);
252 $$ = gl::WrappingSum<YYSTYPE>($1, $3);
[all …]
Dpreprocessor_tab_autogen.cpp115 typedef int32_t YYSTYPE; typedef
145 static int yylex(YYSTYPE *lvalp, Context *context);
196 #if !defined YYSTYPE && !defined YYSTYPE_IS_DECLARED
197 typedef int YYSTYPE; typedef
377 YYSTYPE yyvs_alloc;
385 # define YYSTACK_BYTES(N) ((N) * (sizeof(yytype_int16) + sizeof(YYSTYPE)) + YYSTACK_GAP_MAXIMUM)
623 YYSTYPE const *const yyvaluep, in yy_symbol_value_print()
642 static void yy_symbol_print(FILE *yyo, int yytype, YYSTYPE const *const yyvaluep, Context *context) in yy_symbol_print()
677 static void yy_reduce_print(yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, Context *context) in yy_reduce_print()
954 static void yydestruct(const char *yymsg, int yytype, YYSTYPE *yyvaluep, Context *context) in yydestruct()
[all …]
/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 …]
/external/llvm-project/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]; }
23 ; CHECK: .long 0x1003 # ElementType: YYSTYPE
36 ; CHECK: .asciz "YYSTYPE" # Name
44 %union.YYSTYPE = type { i32 }
45 %union.YYSTYPE.0 = type { i8 }
47 @"\01?a@@3TYYSTYPE@@A" = global %union.YYSTYPE zeroinitializer, align 4, !dbg !0
52 %a = alloca [1 x %union.YYSTYPE.0], align 1
[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/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.h124 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
125 union YYSTYPE union
160 typedef union YYSTYPE YYSTYPE; typedef
Dparser.c548 YYSTYPE yyvs_alloc;
557 ((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE)) \
1182 … yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, struct parser_param *param) in yy_symbol_value_print()
1205 yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, struct parser_param *param) in yy_symbol_print()
1243 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print()
1306 yysymbol_kind_t yykind, YYSTYPE *yyvaluep, struct parser_param *param) in yydestruct()
1588 YY_INITIAL_VALUE (static YYSTYPE yyval_default;) in yyparse()
1589 YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); in yyparse()
1610 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1611 YYSTYPE *yyvs = yyvsa; in yyparse()
[all …]
/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/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/angle/src/compiler/translator/
Dglslang_tab_autogen.h240 #if !defined YYSTYPE && !defined YYSTYPE_IS_DECLARED
242 union YYSTYPE union
292 typedef union YYSTYPE YYSTYPE; typedef
Dglslang_tab_autogen.cpp329 # if !defined YYSTYPE && !defined YYSTYPE_IS_DECLARED
331 union YYSTYPE union
381 typedef union YYSTYPE YYSTYPE; typedef
406 extern int yylex(YYSTYPE *yylval, YYLTYPE *yylloc, void *yyscanner);
647 YYSTYPE yyvs_alloc;
657 ((N) * (sizeof(yytype_int16) + sizeof(YYSTYPE) + sizeof(YYLTYPE)) + 2 * YYSTACK_GAP_MAXIMUM)
1727 YYSTYPE const *const yyvaluep, in yy_symbol_value_print()
1752 YYSTYPE const *const yyvaluep, in yy_symbol_print()
1793 YYSTYPE *yyvsp, in yy_reduce_print()
2076 YYSTYPE *yyvaluep, in yydestruct()
[all …]
/external/libpcap/
Dgrammar.h297 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
298 union YYSTYPE union
318 typedef union YYSTYPE YYSTYPE; typedef
Dscanner.h524 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
526 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
574 (YYSTYPE * yylval_param , yyscan_t yyscanner);
577 (YYSTYPE * yylval_param , yyscan_t yyscanner)
Dgrammar.c632 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
633 union YYSTYPE union
653 typedef union YYSTYPE YYSTYPE; typedef
913 YYSTYPE yyvs_alloc;
922 ((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE)) \
1551 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, comp… in yy_symbol_value_print()
1574 yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, compiler_s… in yy_symbol_print()
1612 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t *… in yy_reduce_print()
1902 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *yyscanner, compiler_state_t *cs… in yydestruct()
1933 YY_INITIAL_VALUE (static YYSTYPE yyval_default;) in yyparse()
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h63 typedef union YYSTYPE union
71 } YYSTYPE; typedef
107 YYSTYPE value;
267 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
/external/angle/tools/flex-bison/third_party/skeletons/
Dyacc.c180 YY_INITIAL_VALUE (static YYSTYPE yyval_default;)
181 YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default);]b4_locations_if([[
187 YYSTYPE yylval;]b4_locations_if([[
220 YYSTYPE yyvsa[YYINITDEPTH];
221 YYSTYPE *yyvs;
222 YYSTYPE *yyvsp;]b4_locations_if([[
318 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[
493 YYSTYPE yyvs_alloc;]b4_locations_if([
504 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
507 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h504 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
505 union YYSTYPE union
546 typedef union YYSTYPE YYSTYPE; typedef
/external/libxkbcommon/src/xkbcomp/
Dparser-priv.h36 _xkbcommon_lex(YYSTYPE *yylval, struct scanner *scanner);

123