/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
|
D | 2004-03-18-InvokeHandling.ll | 7 define void @yylex() personality i32 (...)* @__gcc_personality_v0 {
|
/external/swiftshader/third_party/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
|
D | 2004-03-18-InvokeHandling.ll | 7 define void @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));
|
D | policy_parse.y | 123 extern int yylex __P((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/swiftshader/third_party/LLVM/test/Transforms/LoopSimplify/ |
D | 2003-04-25-AssertFail.ll | 6 define i32 @yylex() {
|
/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()
|
D | Tokenizer.l | 353 int tokenType = yylex(&token->text, &token->location, mHandle);
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_lexer.l | 32 int yylex(void);
|
D | dnsextd_parser.y | 27 int yylex(void);
|
/external/dtc/ |
D | convert-dtsv0-lexer.l | 224 while(yylex())
|
D | dtc-parser.y | 27 extern int yylex(void);
|
/external/fio/exp/ |
D | expression-parser.y | 44 extern int yylex(void);
|
/external/one-true-awk/ |
D | proto.h | 32 extern int yylex(void);
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliFlexLexer.java | 2962 Token token = yylex(); in nextToken() 3348 public Token yylex() throws java.io.IOException { in yylex() method in smaliFlexLexer
|
/external/ltp/pan/ |
D | scan.l | 302 while(yylex())
|