Home
last modified time | relevance | path

Searched refs:yylex (Results 1 – 25 of 71) sorted by relevance

123

/external/llvm/test/Transforms/CodeExtractor/
D2004-08-12-BlockExtractPHI.ll5 br i1 false, label %yylex.entry, label %yylex.entry
7 yylex.entry: ; preds = %no_exit.0.i, %no_exit.0.i
14 switch i32 0, label %yylex.entry [
15 i32 0, label %yylex.entry
19 yylex.entry: ; preds = %no_exit.0.i, %no_exit.0.i
/external/llvm-project/llvm/test/Transforms/CodeExtractor/
D2004-08-12-BlockExtractPHI.ll5 br i1 false, label %yylex.entry, label %yylex.entry
7 yylex.entry: ; preds = %no_exit.0.i, %no_exit.0.i
14 switch i32 0, label %yylex.entry [
15 i32 0, label %yylex.entry
19 yylex.entry: ; preds = %no_exit.0.i, %no_exit.0.i
/external/bcc/src/cc/frontends/b/
Dlexer.h26 #define YY_DECL int ebpf::cc::Lexer::yylex()
44 int yylex(BisonParser::semantic_type *lval, BisonParser::location_type *lloc) { in yylex() function
47 return yylex(); in yylex()
126 int yylex();
/external/libpcap/
Dscanner.h119 #ifdef yylex
122 #define yylex pcap_lex macro
573 extern int yylex \
576 #define YY_DECL int yylex \
631 #undef yylex
/external/e2fsprogs/intl/
Dplural.c7 #define yylex __gettextlex macro
78 static int yylex (YYSTYPE *lval, const char **pexp);
504 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
506 # define YYLEX yylex (&yylval, &yylloc)
510 # define YYLEX yylex (&yylval, YYLEX_PARAM)
512 # define YYLEX yylex (&yylval)
516 # define YYLEX yylex ()
1344 yylex (YYSTYPE *lval, const char **pexp) in yylex() function
Dplural.y57 static int yylex (YYSTYPE *lval, const char **pexp);
235 yylex (YYSTYPE *lval, const char **pexp) in yylex() function
/external/ipsec-tools/src/racoon/
Dcftoken_proto.h39 extern int yylex __P((void));
/external/ipsec-tools/src/libipsec/
Dpolicy_token.l62 int yylex __P((void));
/external/mesa3d/src/intel/tools/
Di965_asm.h45 int yylex(void);
/external/llvm-project/llvm/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll6 define i32 @yylex() {
/external/llvm/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll6 define i32 @yylex() {
/external/ppp/pppd/include/
Dpcap-int.h100 int yylex(void);
/external/iproute2/misc/
Dssfilter.y33 static int yylex(void);
193 int yylex(void) in yylex() function
/external/mdnsresponder/mDNSShared/
Ddnsextd_lexer.l32 int yylex(void);
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.y104 static int yylex(YYSTYPE* lvalp, Context* context);
350 int yylex(YYSTYPE *lvalp, Context *context)
DExpressionParser.cpp64 #define yylex pplex macro
148 static int yylex(YYSTYPE* lvalp, Context* context);
1263 yychar = yylex (&yylval, context); in yyparse()
1927 int yylex(YYSTYPE *lvalp, Context *context) in yylex() function
DTokenizer.cpp138 #ifdef yylex
141 #define yylex pplex macro
1290 extern int yylex \
1293 #define YY_DECL int yylex \
3034 int tokenType = yylex(&token->text, &token->location, mHandle); in lex()
/external/angle/src/compiler/preprocessor/
Dpreprocessor.y92 static int yylex(YYSTYPE* lvalp, Context* context);
338 int yylex(YYSTYPE *lvalp, Context *context)
Dpreprocessor_tab_autogen.cpp67 #define yylex pplex macro
145 static int yylex(YYSTYPE *lvalp, Context *context);
1136 yychar = yylex(&yylval, context); in yyparse()
1776 int yylex(YYSTYPE *lvalp, Context *context) in yylex() function
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)
2574 int tokenType = yylex(&token->text, &token->location, mHandle); in lex()
/external/igt-gpu-tools/assembler/
Dgen4asm.h225 int yylex(void);
/external/dtc/
Dconvert-dtsv0-lexer.l210 while(yylex())
/external/one-true-awk/
Dproto.h32 extern int yylex(void);
/external/ltp/pan/
Dscan.l302 while(yylex())
/external/mesa3d/src/freedreno/afuc/
Dparser.y40 extern int yylex(void);

123