/toolchain/binutils/binutils-2.25/ |
Makefile.tpl | 140 LEX="$(LEX)"; export LEX; \ 377 LEX = @LEX@ [all...] |
configure | 606 LEX [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
Makefile.in | 243 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) 245 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS) 329 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` 440 # Automake 1.10+ disables lex and yacc output file regeneration if [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ChangeLog-2012 | 16 * itbl-lex-wrapper.c: Likewise. 18 * config/bfin-lex-wrapper.c: Likewise. [all...] |
ChangeLog-2005 | 414 * Makefile.am: Disable -Werror for the itbl-lex.o rule. 569 (EXTRA_DIST): Add bfin-parse.h and bfin-lex.c. 571 * config/bfin-lex.l: Include bfin-parse.h instead of bfin-parse.tab.h. 616 * Makefile.am (bfin-lex.c): Update ylwrap invocation. 727 * Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h. 802 * config/bfin-lex.l: New file. [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 29 #include "clang/Lex/HeaderSearch.h" 30 #include "clang/Lex/PTHManager.h" 31 #include "clang/Lex/Preprocessor.h" [all...] |
/ndk/sources/host-tools/make-3.81/doc/ |
make-stds.texi | 176 ar bison cc flex install ld ldconfig lex 183 $(AR) $(BISON) $(CC) $(FLEX) $(INSTALL) $(LD) $(LDCONFIG) $(LEX) 226 compiler, @code{YFLAGS} for yacc, and @code{LFLAGS} for lex, are [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
y.go | 164 // See comment in lex.C about loophack. 911 Lex(lval *yySymType) int 1019 func yylex1(lex yyLexer, lval *yySymType) (char, token int) { 1021 char = lex.Lex(lval) 1049 __yyfmt__.Printf("lex %s(%d)\n", yyTokname(token), uint(char)) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
y.go | 161 // See comment in lex.C about loophack. 908 Lex(lval *yySymType) int 1016 func yylex1(lex yyLexer, lval *yySymType) (char, token int) { 1018 char = lex.Lex(lval) 1046 __yyfmt__.Printf("lex %s(%d)\n", yyTokname(token), uint(char)) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
y.go | 164 // See comment in lex.C about loophack. 911 Lex(lval *yySymType) int 1019 func yylex1(lex yyLexer, lval *yySymType) (char, token int) { 1021 char = lex.Lex(lval) 1049 __yyfmt__.Printf("lex %s(%d)\n", yyTokname(token), uint(char)) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
y.go | 161 // See comment in lex.C about loophack. 908 Lex(lval *yySymType) int 1016 func yylex1(lex yyLexer, lval *yySymType) (char, token int) { 1018 char = lex.Lex(lval) 1046 __yyfmt__.Printf("lex %s(%d)\n", yyTokname(token), uint(char)) [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
streams.py | 1049 TLexer lex = new TLexer(input); 1050 TokenRewriteStream tokens = new TokenRewriteStream(lex); [all...] |
treewizard.py | 68 ## The tree pattern to lex like "(A B C)"
|
/external/bison/src/ |
scan-gram.l | 21 %option prefix="gram_" outfile="lex.yy.c" 195 "%lex-param" return PERCENT_LEX_PARAM;
|
Makefile.in | 251 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) 254 am__v_LEX_0 = @echo " LEX " $@; [all...] |
scan-code.l | 21 %option prefix="code_" outfile="lex.yy.c"
|
/external/bison/tests/ |
local.at | 137 [m4_bmatch([$3], [%lex-param], [$1], [$2])]) 328 [int AT_NAME_PREFIX[]lex (]AT_YYLEX_FORMALS[)[]dnl
|
/external/clang/lib/Parse/ |
ParseCXXInlineMethods.cpp | 23 /// Declarator is a well formed C++ inline method definition. Now lex its body 188 /// declaration. Now lex its initializer and store its tokens for parsing [all...] |
/external/mksh/src/ |
lex.c | 1 /* $OpenBSD: lex.c,v 1.51 2015/09/10 22:48:58 nicm Exp $ */ 26 __RCSID("$MirOS: src/bin/mksh/lex.c,v 1.218 2016/01/20 21:34:12 tg Exp $"); [all...] |
/external/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 40 // The traditional approach to lexing is to use lex to generate a lexer for 41 // you. Unfortunately, lex's output is ridiculously ugly and difficult to [all...] |
/external/svox/pico/lib/ |
picoacph.c | [all...] |
/toolchain/binutils/binutils-2.25/binutils/doc/ |
Makefile.in | 179 LEX = @LEX@
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
Makefile.in | 162 LEX = @LEX@
|
/external/antlr/antlr-3.4/runtime/C/ |
README | 650 TLexer lex = new TLexer(input); 651 CommonTokenStream tokens = new CommonTokenStream(lex); [all...] |
/external/clang/include/clang/Frontend/ |
CompilerInstance.h | 19 #include "clang/Lex/ModuleLoader.h"
|