Home
last modified time | relevance | path

Searched refs:yylex (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/intel/tools/
H A Di965_asm.h44 int yylex(void);
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y92 static int yylex(YYSTYPE* lvalp, Context* context);
338 int yylex(YYSTYPE *lvalp, Context *context)
H A Dpreprocessor_tab_autogen.cpp67 #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 Dpreprocessor_lex_autogen.cpp96 #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 DExpressionParser.y104 static int yylex(YYSTYPE* lvalp, Context* context);
350 int yylex(YYSTYPE *lvalp, Context *context)
H A DExpressionParser.cpp64 #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 DTokenizer.cpp138 #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 Dparser.y40 extern int yylex(void);
/third_party/mksh/
H A Dsyn.c73 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 Dlex.c198 yylex(int cf) in yylex() function
1232 * input for yylex with alias expansion
H A Dexec.c1608 if (yylex(sub) != LWORD) in hereinval()
1609 internal_errorf("herein: yylex"); in hereinval()
H A Deval.c133 if (yylex(ONEWORD) != LWORD) in substitute()
H A Dsh.h2272 /* 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 Dglslang_tab.cpp340 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 Dglslang_lex.cpp315 * 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 Dglslang.y104 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.cpp406 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 Dglslang_lex_autogen.cpp238 * 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 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.c328 #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 Dpolicy_parse.y60 extern int yylex(void);
/third_party/glslang/glslang/MachineIndependent/
H A DScan.cpp61 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 Di386_parse.y55 extern int yylex (void);
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y262 extern int yylex(void);
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y286 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,

Completed in 58 milliseconds

12