HomeSort by relevance Sort by last modified time
    Searched defs:YYLTYPE (Results 1 - 10 of 10) sorted by null

  /bootable/recovery/edify/
yydefs.h 20 #define YYLTYPE YYLTYPE
23 } YYLTYPE;
  /external/dtc/
srcpos.h 79 #define YYLTYPE struct srcpos
  /external/mesa3d/src/mesa/program/
program_parser.h 229 typedef struct YYLTYPE {
235 } YYLTYPE;
  /prebuilts/build-tools/common/bison/
glr.c 64 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])])dnl
104 [b4_pure_if([b4_locations_if([, YYLTYPE *yylocp])])[]b4_user_formals])
110 [b4_locations_if([, YYLTYPE *m4_default([$1], [yylocp])])[]b4_user_formals])
194 #define YYLTYPE ]b4_api_PREFIX[LTYPE]])])[
227 static YYLTYPE yyloc_default][]b4_yyloc_default;])[
492 YYLTYPE yylloc;]])[
700 YYLTYPE yyloc;]])[
723 YYLTYPE yyloc;]])[
745 YYLTYPE yyloc;]])[
    [all...]
yacc.c 107 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])m4_ifdef([b4_lex_param], [, ])])dnl
200 static YYLTYPE yyloc_default][]b4_yyloc_default[;]])])[
213 YYLTYPE yylloc]b4_pure_if([ = yyloc_default], [b4_yyloc_default])[;
251 YYLTYPE yylsa[YYINITDEPTH];
252 YYLTYPE *yyls;
253 YYLTYPE *yylsp;
256 YYLTYPE yyerror_range[3];]])[
353 #define YYLTYPE ]b4_api_PREFIX[LTYPE]])])[
547 YYLTYPE yyls_alloc;])[
557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 72 typedef struct YYLTYPE {
78 } YYLTYPE;
104 YYLTYPE location;
164 YYLTYPE loc; /* location of the initial #if/#elif/... */
247 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
250 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
261 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 45 #define YYLTYPE TSourceLoc
231 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
232 typedef struct YYLTYPE YYLTYPE;
233 struct YYLTYPE
glslang_tab.cpp 132 #define YYLTYPE TSourceLoc
318 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
319 typedef struct YYLTYPE YYLTYPE;
320 struct YYLTYPE
340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
341 extern void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason);
584 YYLTYPE yyls_alloc;
593 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 939 typedef pp::SourceLocation YYLTYPE;
1029 YYLTYPE * yylloc_r;
1043 /* This must go here because YYSTYPE and YYLTYPE are included
1134 YYLTYPE *yyget_lloc ( yyscan_t yyscanner );
1138 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner );
1291 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner);
1294 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
    [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.h 61 typedef struct YYLTYPE {
67 } YYLTYPE;
71 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
116 YYLTYPE *locp, const char *fmt, ...) PRINTFLIKE(5, 6);
118 bool check_arrays_of_arrays_allowed(YYLTYPE *locp)
132 bool check_precision_qualifiers_allowed(YYLTYPE *locp)
138 bool check_bitwise_operations_allowed(YYLTYPE *locp)
143 bool check_explicit_attrib_stream_allowed(YYLTYPE *locp)
156 bool check_explicit_attrib_location_allowed(YYLTYPE *locp,
172 bool check_separate_shader_objects_allowed(YYLTYPE *locp
    [all...]

Completed in 415 milliseconds