/third_party/mesa3d/src/intel/tools/ |
H A D | i965_asm.h | 44 int yylex(void);
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor.y | 92 static int yylex(YYSTYPE* lvalp, Context* context); 338 int yylex(YYSTYPE *lvalp, Context *context)
|
H A D | preprocessor_tab_autogen.cpp | 67 #define yylex pplex macro 145 static int yylex(YYSTYPE *lvalp, Context *context); 442 as returned by yylex, with out-of-bounds checking. */ 446 as returned by yylex. */ 1136 yychar = yylex(&yylval, context); 1776 int yylex(YYSTYPE *lvalp, Context *context)
|
H A D | preprocessor_lex_autogen.cpp | 96 #ifdef yylex 99 # define yylex pplex macro 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) 1393 * yylex(). If so, then we have to assure 1507 } /* end of yylex */ 2095 /** Setup the input buffer state to scan a string. The next call to yylex() will 2109 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 2463 * yylex() is called, initialization will occur. */ in yylex_destroy() 2574 int tokenType = yylex( in lex() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | ExpressionParser.y | 104 static int yylex(YYSTYPE* lvalp, Context* context); 350 int yylex(YYSTYPE *lvalp, Context *context)
|
H A D | ExpressionParser.cpp | 64 #define yylex pplex macro 148 static int yylex(YYSTYPE* lvalp, Context* context); 466 by yylex, with out-of-bounds checking. */ 474 as returned by yylex, without out-of-bounds checking. */ 1263 yychar = yylex (&yylval, context); 1927 int yylex(YYSTYPE *lvalp, Context *context)
|
H A D | Tokenizer.cpp | 138 #ifdef yylex 141 #define yylex pplex macro 1290 extern int yylex \ 1293 #define YY_DECL int yylex \ 1733 * yylex(). If so, then we have to assure 1848 } /* end of yylex */ 2465 /** Setup the input buffer state to scan a string. The next call to yylex() will 2482 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 2907 * yylex() is called, initialization will occur. */ in yylex_destroy() 3034 int tokenType = yylex( in lex() [all...] |
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | parser.y | 40 extern int yylex(void);
|
/third_party/mksh/ |
H A D | syn.c | 73 static int symbol; /* yylex value */ 77 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf))) 78 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf))) 1119 * Helper function called from within lex.c:yylex() to parse
|
H A D | lex.c | 198 yylex(int cf) in yylex() function 1232 * input for yylex with alias expansion
|
H A D | exec.c | 1608 if (yylex(sub) != LWORD) in hereinval() 1609 internal_errorf("herein: yylex"); in hereinval()
|
H A D | eval.c | 133 if (yylex(ONEWORD) != LWORD) in substitute()
|
H A D | sh.h | 2272 /* flags to yylex */ 2359 EXTERN Source *source; /* yyparse/yylex source */ 2360 EXTERN YYSTYPE yylval; /* result from yylex */ 2567 int yylex(int);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_tab.cpp | 340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner); 651 by yylex, with out-of-bounds checking. */ 659 as returned by yylex, without out-of-bounds checking. */ 2290 yychar = yylex (&yylval, &yylloc, yyscanner);
|
H A D | glslang_lex.cpp | 315 * existing scanners that call yyless() from OUTSIDE yylex. 1503 extern int yylex \ 1506 #define YY_DECL int yylex \ 2368 * yylex(). If so, then we have to assure 2483 } /* end of yylex */ 3106 /** Setup the input buffer state to scan a string. The next call to yylex() will 3123 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 3550 * yylex() is called, initialization will occur. */ in yylex_destroy()
|
H A D | glslang.y | 104 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.cpp | 406 extern int yylex(YYSTYPE *yylval, YYLTYPE *yylloc, void *yyscanner); 714 as returned by yylex, with out-of-bounds checking. */ 718 as returned by yylex. */ 2290 yychar = yylex(&yylval, &yylloc, scanner);
|
H A D | glslang_lex_autogen.cpp | 238 * existing scanners that call yyless() from OUTSIDE yylex. 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) 2159 * yylex(). If so, then we have to assure 2273 } /* end of yylex */ 2869 /** Setup the input buffer state to scan a string. The next call to yylex() will 2883 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 3237 * yylex() is called, initialization will occur. */ in yylex_destroy()
|
H A D | glslang.y | 111 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
H A D | yacc.c | 328 #define yylex ]b4_prefix[lex macro 568 as returned by yylex, with out-of-bounds checking. */ 573 as returned by yylex. */
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 60 extern int yylex(void);
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Scan.cpp | 61 int yylex(YYSTYPE*, glslang::TParseContext&); 292 int yylex(YYSTYPE* glslangTokenDesc, glslang::TParseContext& parseContext) in yylex() function 822 // Called by yylex to get the next token.
|
/third_party/elfutils/libcpu/ |
H A D | i386_parse.y | 55 extern int yylex (void);
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_parser.y | 262 extern int yylex(void);
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 286 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
|