/external/angle/src/compiler/preprocessor/ |
D | preprocessor.y | 56 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 …]
|
D | preprocessor_tab_autogen.cpp | 115 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/ |
D | ExpressionParser.y | 68 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 …]
|
D | ExpressionParser.cpp | 118 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/ |
D | array-odr-violation.ll | 6 ; 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/ |
D | emp_ematch.yacc.h | 57 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 59 union YYSTYPE union 70 typedef union YYSTYPE YYSTYPE; typedef 90 extern YYSTYPE ematch_lval;
|
D | emp_ematch.yacc.c | 126 #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/ |
D | policy_parse.h | 81 #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/ |
D | prsa_par.h | 91 #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;
|
D | cfparse.h | 373 #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/ |
D | parser.h | 124 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 125 union YYSTYPE union 160 typedef union YYSTYPE YYSTYPE; typedef
|
D | parser.c | 548 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/ |
D | glslang_tab.h | 184 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 186 union YYSTYPE union 225 typedef union YYSTYPE YYSTYPE; typedef
|
/external/e2fsprogs/intl/ |
D | plural.c | 66 #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 …]
|
D | plural.y | 57 static int yylex (YYSTYPE *lval, const char **pexp); 235 yylex (YYSTYPE *lval, const char **pexp) in yylex()
|
/external/libpcap/ |
D | grammar.h | 297 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 298 union YYSTYPE union 318 typedef union YYSTYPE YYSTYPE; typedef
|
D | scanner.h | 524 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)
|
D | grammar.c | 632 #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/angle/src/compiler/translator/ |
D | glslang_tab_autogen.h | 240 #if !defined YYSTYPE && !defined YYSTYPE_IS_DECLARED 242 union YYSTYPE union 292 typedef union YYSTYPE YYSTYPE; typedef
|
D | glslang_tab_autogen.cpp | 329 # 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/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 63 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/ |
D | yacc.c | 180 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/ |
D | glslang_tab.cpp.h | 504 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 505 union YYSTYPE union 546 typedef union YYSTYPE YYSTYPE; typedef
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 514 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 515 union YYSTYPE union 559 typedef union YYSTYPE YYSTYPE; typedef
|
/external/libxkbcommon/src/xkbcomp/ |
D | parser-priv.h | 36 _xkbcommon_lex(YYSTYPE *yylval, struct scanner *scanner);
|