/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/libconfig/lib/ |
D | scanner.h | 93 #ifdef yylex 96 #define yylex libconfig_yylex macro 549 extern int yylex \ 552 #define YY_DECL int yylex \ 607 #undef yylex
|
D | scanner.c | 89 #ifdef yylex 92 #define yylex libconfig_yylex macro 1019 extern int yylex \ 1022 #define YY_DECL int yylex \
|
/external/libpcap/ |
D | scanner.h | 126 #ifdef yylex 129 #define yylex pcap_lex macro 580 extern int yylex \ 583 #define YY_DECL int yylex \ 638 #undef yylex
|
/external/ipsec-tools/src/racoon/ |
D | cftoken_proto.h | 39 extern int yylex __P((void));
|
/external/libtracefs/src/ |
D | sqlhist.y | 11 extern int yylex(YYSTYPE *yylval, void *); 39 #define yylex tracefs_lex macro
|
D | sqlhist.tab.h | 113 #define yylex tracefs_lex macro
|
D | sqlhist.tab.c | 70 #define yylex tracefs_lex macro 87 extern int yylex(YYSTYPE *yylval, void *); 207 #define yylex tracefs_lex macro 1237 yychar = yylex (&yylval, scanner); in yyparse()
|
/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/iproute2/misc/ |
D | ssfilter.y | 33 static int yylex(void); 193 int yylex(void) in yylex() function
|
/external/ppp/pppd/include/ |
D | pcap-int.h | 100 int yylex(void);
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | 2003-04-25-AssertFail.ll | 6 define i32 @yylex() {
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_lexer.l | 32 int yylex(void);
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor.y | 93 static int yylex(YYSTYPE* lvalp, Context* context); 339 int yylex(YYSTYPE *lvalp, Context *context)
|
D | preprocessor_tab_autogen.cpp | 70 #define yylex pplex macro 149 static int yylex(YYSTYPE *lvalp, Context *context); 1081 yychar = yylex(&yylval, context); in yyparse() 1639 int yylex(YYSTYPE *lvalp, Context *context) in yylex() function
|
D | preprocessor_lex_autogen.cpp | 96 #ifdef yylex 99 # define yylex pplex macro 969 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner); 971 # define YY_DECL int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner) 2579 int tokenType = yylex(&token->text, &token->location, mHandle); in lex()
|
/external/angle/tools/flex-bison/third_party/skeletons/ |
D | lalr1.d | 119 Symbol yylex (); 343 private final ]b4_parser_class[.Symbol yylex () { 344 return yylexer.yylex (); 587 Symbol yysymbol = yylex(); 847 status = this.pushParse(yylex());
|
D | lalr1.cc | 139 #Call yylex. 142 [b4_function_call([yylex], 144 [b4_function_call([yylex], [int], 534 [#]define yylex b4_prefix[]lex])[
|
D | lalr1.java | 231 int yylex()]b4_maybe_throws([b4_lex_throws])[; 645 yychar = yylexer.yylex (); 917 int token = yylexer.yylex();
|
/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/mesa3d/src/freedreno/afuc/ |
D | parser.y | 40 extern int yylex(void);
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliFlexLexer.java | 3086 Token token = yylex(); in nextToken() 3472 public Token yylex() throws java.io.IOException { in yylex() method in smaliFlexLexer
|