/external/llvm/test/Transforms/CodeExtractor/ |
D | 2004-08-12-BlockExtractPHI.ll | 5 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/ |
D | 2004-08-12-BlockExtractPHI.ll | 5 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/ |
D | lexer.h | 26 #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/ |
D | scanner.h | 119 #ifdef yylex 122 #define yylex pcap_lex macro 573 extern int yylex \ 576 #define YY_DECL int yylex \ 631 #undef yylex
|
/external/e2fsprogs/intl/ |
D | plural.c | 7 #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
|
D | plural.y | 57 static int yylex (YYSTYPE *lval, const char **pexp); 235 yylex (YYSTYPE *lval, const char **pexp) in yylex() function
|
/external/ipsec-tools/src/racoon/ |
D | cftoken_proto.h | 39 extern int yylex __P((void));
|
/external/ipsec-tools/src/libipsec/ |
D | policy_token.l | 62 int yylex __P((void));
|
/external/mesa3d/src/intel/tools/ |
D | i965_asm.h | 45 int yylex(void);
|
/external/llvm-project/llvm/test/Transforms/LoopSimplify/ |
D | 2003-04-25-AssertFail.ll | 6 define i32 @yylex() {
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | 2003-04-25-AssertFail.ll | 6 define i32 @yylex() {
|
/external/ppp/pppd/include/ |
D | pcap-int.h | 100 int yylex(void);
|
/external/iproute2/misc/ |
D | ssfilter.y | 33 static int yylex(void); 193 int yylex(void) in yylex() function
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_lexer.l | 32 int yylex(void);
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.y | 104 static int yylex(YYSTYPE* lvalp, Context* context); 350 int yylex(YYSTYPE *lvalp, Context *context)
|
D | ExpressionParser.cpp | 64 #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
|
D | Tokenizer.cpp | 138 #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/ |
D | preprocessor.y | 92 static int yylex(YYSTYPE* lvalp, Context* context); 338 int yylex(YYSTYPE *lvalp, Context *context)
|
D | preprocessor_tab_autogen.cpp | 67 #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
|
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) 2574 int tokenType = yylex(&token->text, &token->location, mHandle); in lex()
|
/external/igt-gpu-tools/assembler/ |
D | gen4asm.h | 225 int yylex(void);
|
/external/dtc/ |
D | convert-dtsv0-lexer.l | 210 while(yylex())
|
/external/one-true-awk/ |
D | proto.h | 32 extern int yylex(void);
|
/external/ltp/pan/ |
D | scan.l | 302 while(yylex())
|
/external/mesa3d/src/freedreno/afuc/ |
D | parser.y | 40 extern int yylex(void);
|