Home
last modified time | relevance | path

Searched refs:yylex (Results 1 – 25 of 82) sorted by relevance

1234

/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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dparser.c9 int yylex(void);
24 #define get_next_token() (curtok = yylex())
32 peektok = yylex(); in get_peek_token()
193 yylex(void) in yylex() function
/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)
/external/libpcap/
Dscanner.h4 #define YY_DECL int yylex(void)
Dpcap-int.h310 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/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.y77 static int yylex(YYSTYPE* lvalp, Context* context);
198 int yylex(YYSTYPE *lvalp, Context *context)
DExpressionParser.cpp64 #define yylex pplex macro
130 static int yylex(YYSTYPE* lvalp, Context* context);
720 # define YYLEX yylex (&yylval, YYLEX_PARAM)
722 # define YYLEX yylex (&yylval, context)
1894 int yylex(YYSTYPE *lvalp, Context *context) in yylex() function
/external/iproute2/misc/
Dssfilter.y29 static int yylex(void);
174 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/mdnsresponder/mDNSShared/
Ddnsextd_lexer.l32 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/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpmu-bison.c66 #define yylex perf_pmu_lex macro
633 # define YYLEX yylex (YYLEX_PARAM)
635 # define YYLEX yylex ()

1234