Home
last modified time | relevance | path

Searched refs:YYSTYPE (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y56 typedef int32_t YYSTYPE;
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>(
[all...]
H A 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 *yyvalue
[all...]
H A Dpreprocessor_lex_autogen.cpp722 typedef std::string YYSTYPE; typedef
794 YYSTYPE *yylval_r;
802 /* This must go here because YYSTYPE and YYLTYPE are included
845 YYSTYPE *yyget_lval(yyscan_t yyscanner);
847 void yyset_lval(YYSTYPE *yylval_param, yyscan_t yyscanner);
970 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner);
972 # define YY_DECL int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner)
2320 YYSTYPE *yyget_lval(yyscan_t yyscanner) in yyget_lval()
2326 void yyset_lval(YYSTYPE *yylval_param, yyscan_t yyscanner) in yyset_lval()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.y68 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>
[all...]
H A 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 *yyvalue
[all...]
H A DTokenizer.cpp938 typedef std::string YYSTYPE; typedef
1025 YYSTYPE * yylval_r;
1043 /* This must go here because YYSTYPE and YYLTYPE are included
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()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h184 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
186 union YYSTYPE union
225 typedef union YYSTYPE YYSTYPE; typedef
H A 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 * const yylocationp, TParseContext* context, void* yyscanner) in yy_symbol_value_print()
1753 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context, void* yyscanner) in yy_symbol_print()
1793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvs
[all...]
H A Dglslang_lex.cpp1238 YYSTYPE * yylval_r;
1256 /* This must go here because YYSTYPE and YYLTYPE are included
1340 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
1343 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
1504 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner);
1507 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
3385 YYSTYPE * yyget_lval (yyscan_t yyscanner) in yyget_lval()
3393 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) in yyset_lval()
H A Dglslang.y104 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h63 typedef union YYSTYPE union
71 } YYSTYPE; typedef
108 YYSTYPE value;
268 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
H A Dglcpp-parse.y158 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
2303 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.h240 #if !defined YYSTYPE && !defined YYSTYPE_IS_DECLARED
242 union YYSTYPE union
292 typedef union YYSTYPE YYSTYPE; typedef
H A 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 *yyvs in yy_reduce_print()
[all...]
H A Dglslang_lex_autogen.cpp1002 YYSTYPE *yylval_r;
1010 /* This must go here because YYSTYPE and YYLTYPE are included
1053 YYSTYPE *yyget_lval(yyscan_t yyscanner);
1055 void yyset_lval(YYSTYPE *yylval_param, yyscan_t yyscanner);
1178 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner);
1180 # define YY_DECL int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner)
3094 YYSTYPE *yyget_lval(yyscan_t yyscanner) in yyget_lval()
3100 void yyset_lval(YYSTYPE *yylval_param, yyscan_t yyscanner) in yyset_lval()
H A Dglslang.y111 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A 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([[ macro
493 YYSTYPE yyvs_alloc;]b4_locations_if([
504 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
507 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp.h524 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
525 union YYSTYPE union
569 typedef union YYSTYPE YYSTYPE; typedef
H A DScan.cpp61 int yylex(YYSTYPE*, glslang::TParseContext&);
281 explicit TParserToken(YYSTYPE& b) : sType(b) { } in TParserToken()
283 YYSTYPE& sType;
292 int yylex(YYSTYPE* glslangTokenDesc, glslang::TParseContext& parseContext) in yylex()
H A Dglslang_tab.cpp732 extern int yylex(YYSTYPE*, TParseContext&);
1004 YYSTYPE yyvs_alloc;
1013 ((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE)) \
4538 yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, glslang::TParseContext* pParseContext) in yy_symbol_value_print()
4557 yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, glslang::TParseContext* pParseContext) in yy_symbol_print()
4595 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print()
4925 yysymbol_kind_t yykind, YYSTYPE *yyvaluep, glslang::TParseContext* pParseContext)
4957 YY_INITIAL_VALUE (static YYSTYPE yyval_default;)
4958 YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default);
4978 YYSTYPE yyvs
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.h1025 union YYSTYPE;
1026 extern int _mesa_glsl_lexer_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y282 _mesa_program_lexer_lex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
286 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
/third_party/mksh/
H A Dsh.h2240 } YYSTYPE; typedef
2360 EXTERN YYSTYPE yylval; /* result from yylex */
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y309 static void print_token(FILE *file, int type, YYSTYPE value)

Completed in 58 milliseconds