Home
last modified time | relevance | path

Searched refs:yylex (Results 1 – 25 of 65) 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/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/bison/tests/
Dc++.at125 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
Dtorture.at104 yylex (void)
199 yylex (void)
327 yylex (void)
407 yylex (void)
Djava.at135 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
Dglr-regression.at83 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)
Dskeletons.at91 int yylex (void);
105 yylex (void)
Dconflicts.at74 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/
Dscanner.h4 #define YY_DECL int yylex(void)
Dpcap-int.h341 int yylex(void);
/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/iproute2/misc/
Dssfilter.y33 static int yylex(void);
178 int yylex(void) in yylex() function
/external/bison/examples/calc++/
Dcalc++-driver.hh11 yylex (yy::calcxx_parser::semantic_type* yylval, \
Dcalc++-scanner.ll16 /* By default yylex returns int, we use token_type.
/external/llvm/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll6 define i32 @yylex() {
/external/ppp/pppd/include/
Dpcap-int.h100 int yylex(void);
/external/bison/data/
Dlalr1.java134 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/
Ddnsextd_lexer.l32 int yylex(void);
/external/bison/doc/
Dbison.texi248 * 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 …]
Dbison.info211 * 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/
Dexpression-parser.y44 extern int yylex(void);
/external/bison/m4/
Dflex.m460 return ! yylex () + ! yywrap ();
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3030 Token token = yylex(); in nextToken()
3399 public Token yylex() throws java.io.IOException { in yylex() method in smaliFlexLexer

123