/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
lexer.ml | 5 let rec lex = parser var 7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream 27 [< 'Token.Kwd c; lex stream >] 36 | [< stream=lex >] -> 43 | [< stream=lex >] -> 55 | [< ' ('\n'); stream=lex >] -> stream
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
lexer.ml | 5 let rec lex = parser var 7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream 27 [< 'Token.Kwd c; lex stream >] 36 | [< stream=lex >] -> 43 | [< stream=lex >] -> 57 | [< ' ('\n'); stream=lex >] -> stream
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
lexer.ml | 5 let rec lex = parser var 7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream 27 [< 'Token.Kwd c; lex stream >] 36 | [< stream=lex >] -> 43 | [< stream=lex >] -> 58 | [< ' ('\n'); stream=lex >] -> stream
|
/external/llvm/tools/llvm-mcmarkup/ |
llvm-mcmarkup.cpp | 70 MarkupLexer &Lex; 73 MarkupParser(MarkupLexer &lex, SourceMgr &SrcMgr) : Lex(lex), SM(SrcMgr) {} 125 StringRef::const_iterator Start = Lex.getPosition(); 127 while(Lex.getNextChar() != ':') { 129 if (Lex.isEOF()) 132 StringRef RawTag(Start, Lex.getPosition() - Start - 1); 153 MarkupLexer Lex(InputSource); 154 MarkupParser Parser(Lex, SrcMgr) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
main.m | 16 LangLexer lex = new LangLexer(input); 17 CommonTokenStream tokens = new CommonTokenStream(lex); 40 LangLexer *lex = [LangLexer newLangLexerWithCharStream:stream]; 41 ANTLRCommonTokenStream *tokens = [ANTLRCommonTokenStream newANTLRCommonTokenStreamWithTokenSource:lex];
|
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 46 Lex.Lex(); 55 Lex.Lex(); 60 if (Lex.getKind() != lltok::Eof) 61 return Error(Lex.getLoc(), "expected end of string"); 213 switch (Lex.getKind()) { 280 assert(Lex.getKind() == lltok::kw_module); 281 Lex.Lex(); [all...] |
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
AbstractTLexer.java | 35 * the input to lex into tokens. 38 * wish to compile (or lex at least) 47 * @param input The character stream we are going to lex
|
/prebuilts/go/darwin-x86/src/cmd/yacc/ |
doc.go | 31 Lex(lval *yySymType) int 35 Lex should return the token identifier, and place other token 55 the value of the current lookahead token, as returned by yylex.Lex. 56 If there is no current lookahead token (because the parser has not called Lex 57 or has consumed the token returned by the most recent call to Lex),
|
/prebuilts/go/linux-x86/src/cmd/yacc/ |
doc.go | 31 Lex(lval *yySymType) int 35 Lex should return the token identifier, and place other token 55 the value of the current lookahead token, as returned by yylex.Lex. 56 If there is no current lookahead token (because the parser has not called Lex 57 or has consumed the token returned by the most recent call to Lex),
|
/prebuilts/go/darwin-x86/pkg/bootstrap/pkg/darwin_amd64/bootstrap/asm/internal/ |
lex.a | 7 package lex [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/asm/internal/ |
lex.a | 7 package lex [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/ |
lex.a | 7 package lex [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/asm/internal/ |
lex.a | 7 package lex [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t020fuzzy.html | 24 " FuzzyJava lex = new FuzzyJava(input);", 25 " TokenStream tokens = new CommonTokenStream(lex);", 38 "found var lex",
|
t019lexer.html | 24 " FuzzyJava lex = new FuzzyJava(input);", 25 " TokenStream tokens = new CommonTokenStream(lex);",
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
slice.go | 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/slice.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/slice.go:1 8 package lex
|
stack.go | 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/stack.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/stack.go:1 8 package lex
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
slice.go | 1 // Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/slice.go 3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/slice.go:1 8 package lex
|
stack.go | 1 // Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/stack.go 3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/stack.go:1 8 package lex
|
/external/clang/examples/clang-interpreter/ |
README.txt | 10 3. Invoking the Clang compiler to lex, parse, syntax check, and then generate
|
/external/clang/test/CXX/lex/lex.literal/lex.string/ |
p4.cpp | 5 // that we don't propagate them into string literals as per [lex.string]p4.
|
/external/clang/unittests/ |
CMakeLists.txt | 13 add_subdirectory(Lex)
|
/external/llvm/lib/MC/MCParser/ |
COFFAsmParser.cpp | 285 Lex(); 289 Lex(); 306 Lex(); 319 Lex(); 348 Lex(); 354 Lex(); 364 Lex(); 377 Lex(); 406 Lex(); 418 Lex(); [all...] |
/external/llvm/lib/CodeGen/MIRParser/ |
MIParser.cpp | 90 void lex(); 253 void MIParser::lex() { function in class:MIParser 297 lex(); 304 lex(); 316 lex(); 327 lex(); 331 lex(); 341 lex(); 377 lex(); 380 lex(); [all...] |
/external/clang/lib/Parse/ |
ParsePragma.cpp | 17 #include "clang/Lex/Preprocessor.h" 507 PP.Lex(Tok); // pragma kind 510 // because lex shouldn't emit the annotation token for unrecognized pragmas. 524 PP.Lex(Tok); 525 PP.Lex(Tok); 535 PP.Lex(Tok); // ( 554 PP.Lex(Tok); // , 559 PP.Lex(Tok); // long/short 589 PP.Lex(Tok); // Identifier 599 PP.Lex(Tok); // [all...] |