/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 22 let stream = Lexer.lex (Stream.of_channel stdin) in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 22 let stream = Lexer.lex (Stream.of_channel stdin) in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 22 let stream = Lexer.lex (Stream.of_channel stdin) in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 23 let stream = Lexer.lex (Stream.of_channel stdin) in
|
/external/llvm/utils/lit/lit/ |
ShCommands.py | 28 dequoted = list(ShUtil.ShLexer(quoted).lex())
|
/external/selinux/libsepol/tests/ |
Makefile | 20 $(CHECKPOLICY)parse_util.o $(CHECKPOLICY)lex.yy.o \
|
/frameworks/compile/slang/ |
slang_rs_pragma_handler.h | 22 #include "clang/Lex/Pragma.h"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
shlex.py | 275 lex = shlex(s, posix=posix) 276 lex.whitespace_split = True 278 lex.commenters = '' 279 return list(lex)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
shlex.py | 275 lex = shlex(s, posix=posix) 276 lex.whitespace_split = True 278 lex.commenters = '' 279 return list(lex)
|
/prebuilts/go/darwin-x86/src/text/template/parse/ |
lex_test.go | 356 l := lex(t.name, t.input, left, right) 474 lexer := lex("foo", text, "{{", "}}") 488 func (t *Tree) parseLexer(lex *lexer, text string) (tree *Tree, err error) { 491 t.startParse(nil, lex)
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
lex_test.go | 356 l := lex(t.name, t.input, left, right) 474 lexer := lex("foo", text, "{{", "}}") 488 func (t *Tree) parseLexer(lex *lexer, text string) (tree *Tree, err error) { 491 t.startParse(nil, lex)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shlex.py | 275 lex = shlex(s, posix=posix) 276 lex.whitespace_split = True 278 lex.commenters = '' 279 return list(lex)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shlex.py | 275 lex = shlex(s, posix=posix) 276 lex.whitespace_split = True 278 lex.commenters = '' 279 return list(lex)
|
/toolchain/binutils/binutils-2.25/binutils/ |
arlex.l | 92 /* Needed for lex, though not flex. */
|
deflex.l | 95 /* Needed for lex, though not flex. */
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 183 --CurPtr; // Another call to lex will return EOF again. 255 /// Lex all tokens that start with an @ character. 378 /// Lex all tokens that start with a % character. 386 /// Lex all tokens that start with a " character. 407 /// Lex all tokens that start with a ! character. 411 // Lex a metadata name as a MetadataVar. 428 /// Lex all tokens that start with a # character. 446 /// Lex a label, integer type, keyword, or hexadecimal integer constant. 824 /// Lex all tokens that start with a 0x prefix, knowing they match and are not 883 /// Lex tokens for a label or a numeric constant, possibly starting with - [all...] |
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 501 Parser.Lex(); 530 Parser.Lex(); 589 Parser.Lex(); 619 Parser.Lex(); 629 Parser.Lex(); 718 Parser.Lex(); 732 Parser.Lex(); 877 Parser.Lex(); 894 Parser.Lex(); 900 Parser.Lex(); [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
deffilep.y | 1310 printf ("lex: forcing token %d\n", i); 1324 printf ("lex: EOF\n"); 1356 printf ("lex: `%s' returns DIGITS\n", buffer); 1378 printf ("lex: @ returns itself\n"); 1395 printf ("lex: `%s' is a string token\n", buffer); 1401 printf ("lex: `%s' returns ID\n", buffer); 1420 printf ("lex: `%s' returns ID\n", buffer); [all...] |
/external/clang/include/clang/Frontend/ |
CompilerInvocation.h | 23 #include "clang/Lex/HeaderSearchOptions.h" 24 #include "clang/Lex/PreprocessorOptions.h"
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 21 #include "clang/Lex/Lexer.h" 22 #include "clang/Lex/PTHManager.h" 23 #include "clang/Lex/Preprocessor.h" 333 // Special processing for #include. Store the '#' token and lex 374 // Lex the next token as an include string. 414 // Don't immediately lex the next one. 590 // Lex through the entire file. This will populate SourceManager with 594 do { PP.Lex(Tok); } while (Tok.isNot(tok::eof));
|
DependencyGraph.cpp | 19 #include "clang/Lex/PPCallbacks.h" 20 #include "clang/Lex/Preprocessor.h"
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlLexerTest.java | 51 lex(input, actual); method 124 private static void lex(String input, Appendable out) throws Exception { method in class:HtmlLexerTest
|
/ndk/sources/host-tools/nawk-20071023/ |
README | 53 cc -c lex.c 54 cc ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o -lm
|
/external/clang/lib/Lex/ |
Lexer.cpp | 14 #include "clang/Lex/Lexer.h" 18 #include "clang/Lex/CodeCompletionHandler.h" 19 #include "clang/Lex/LexDiagnostic.h" 20 #include "clang/Lex/LiteralSupport.h" 21 #include "clang/Lex/Preprocessor.h" 97 // to quickly lex the tokens of the buffer, e.g. when handling a "#if 0" block 160 /// Preprocessor::Lex virtual. Given that, we could just dump in a magic lexer 170 // Create the lexer as if we were going to lex the file normally. 176 // just lex the subsection of the file that we want. This is lexing from a 303 // Lex from the start of the given location [all...] |