/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/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/bison/tests/ |
D | c++.at | 125 int yylex (YYSTYPE *lval) { 263 int yylex (yy::parser::semantic_type *); 314 yylex (yy::parser::semantic_type *lvalp) 320 // 'l': yylex throws. 327 throw std::runtime_error ("yylex"); 390 [[exception caught: yylex
|
D | torture.at | 104 yylex (void) 199 yylex (void) 327 yylex (void) 407 yylex (void)
|
D | java.at | 135 public int yylex () throws IOException { 414 # YYLEX is the body of yylex () which throws LEX_THROW. 432 public int yylex ()$2 705 AT_CHECK_JAVA_GREP([[ *int yylex ()]AT_JT_yylex_throws *[;]]) 778 public int yylex () throws IOException
|
D | glr-regression.at | 83 yylex (void) 172 yylex (void) 313 int yylex (void) 609 yylex (void) 704 int yylex (void) 791 yylex (void) 1330 yylex (void) 1589 yylex (YYSTYPE *lvalp, YYLTYPE *llocp)
|
D | skeletons.at | 91 int yylex (void); 105 yylex (void)
|
D | conflicts.at | 74 yylex (void) 162 [AT_SKEL_CC_IF([[int yylex (yy::parser::semantic_type *lvalp)]], 163 [[int yylex (YYSTYPE *lvalp)]])]) 195 | yylex. | 200 public int yylex () 355 // tokens are returned by yylex, which sets $$ = 1.
|
/external/libpcap/ |
D | scanner.h | 4 #define YY_DECL int yylex(void)
|
D | pcap-int.h | 341 int yylex(void);
|
/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/iproute2/misc/ |
D | ssfilter.y | 33 static int yylex(void); 178 int yylex(void) in yylex() function
|
/external/bison/examples/calc++/ |
D | calc++-driver.hh | 11 yylex (yy::calcxx_parser::semantic_type* yylval, \
|
D | calc++-scanner.ll | 16 /* By default yylex returns int, we use token_type.
|
/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/bison/data/ |
D | lalr1.java | 134 int yylex () ]b4_maybe_throws([b4_lex_throws])[; 203 private final int yylex () ]b4_maybe_throws([b4_lex_throws]) [{ 204 return yylexer.yylex (); 495 yychar = yylex ();]
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_lexer.l | 32 int yylex(void);
|
/external/bison/doc/ |
D | bison.texi | 248 * Lexical:: You must supply a function @code{yylex} 255 The Lexical Analyzer Function @code{yylex} 257 * Calling Convention:: How @code{yyparse} calls @code{yylex}. 258 * Token Values:: How @code{yylex} must return the semantic value 260 * Token Locations:: How @code{yylex} must return the text location 319 * Yacc Library:: Yacc-compatible @code{yylex} and @code{main}. 332 * C++ Scanner Interface:: Exchanges between yylex and parse 994 int yylex (void); 1283 @xref{Lexical, ,The Lexical Analyzer Function @code{yylex}}. 1298 functions such as the lexical analyzer function @code{yylex}, the [all …]
|
D | bison.info | 211 * Lexical:: You must supply a function `yylex' 218 The Lexical Analyzer Function `yylex' 220 * Calling Convention:: How `yyparse' calls `yylex'. 221 * Token Values:: How `yylex' must return the semantic value 223 * Token Locations:: How `yylex' must return the text location 282 * Yacc Library:: Yacc-compatible `yylex' and `main'. 295 * C++ Scanner Interface:: Exchanges between yylex and parse 1610 int yylex (void); 1855 The Lexical Analyzer Function `yylex': Lexical. 1869 as the lexical analyzer function `yylex', the error reporting function [all …]
|
/external/fio/exp/ |
D | expression-parser.y | 44 extern int yylex(void);
|
/external/bison/m4/ |
D | flex.m4 | 60 return ! yylex () + ! yywrap ();
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliFlexLexer.java | 3030 Token token = yylex(); in nextToken() 3399 public Token yylex() throws java.io.IOException { in yylex() method in smaliFlexLexer
|