/external/clang/unittests/Lex/ |
Makefile | 1 ##===- unittests/Lex/Makefile ------------------------------*- Makefile -*-===## 11 TESTNAME = Lex
|
PPConditionalDirectiveRecordTest.cpp | 1 //===- unittests/Lex/PPConditionalDirectiveRecordTest.cpp-PP directive tests =// 10 #include "clang/Lex/PPConditionalDirectiveRecord.h" 18 #include "clang/Lex/HeaderSearch.h" 19 #include "clang/Lex/HeaderSearchOptions.h" 20 #include "clang/Lex/ModuleLoader.h" 21 #include "clang/Lex/Preprocessor.h" 22 #include "clang/Lex/PreprocessorOptions.h" 111 PP.Lex(tok);
|
/external/jsoncpp/scons-tools/ |
srcdist.py | 14 ## lex = shlex.shlex(instream = file_contents, posix = True) 15 ## lex.wordchars += "*+./-:" 16 ## lex.whitespace = lex.whitespace.replace("\n", "") 17 ## lex.escape = "" 19 ## lineno = lex.lineno 21 ## token = lex.get_token() 54 ## token = lex.get_token()
|
/external/svox/pico/lib/ |
picowa.h | 52 processing (ie. lex lookup and POS prediction) is possible with 61 - graph not in lex, POSes determined with dtree, or 62 - graph in lex - single entry without phone (:G2P), POSes from lex 64 - graph in lex - {1,4} entries with phone, pos1...posN from lex, 91 - for one graph we can have 2-4 solutions from the lex which all 93 - in this case GRAPH, POS, and PHON all must be available in lex
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
lex.go | 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex.go:1 8 // Package lex implements lexical analysis for the assembler. 9 package lex 71 // instruction from the current lex line.) 96 // A TokenReader is like a reader, but returns lex tokens of type Token. It also can tell you what
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
lex.go | 1 // Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex.go 3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex.go:1 8 // Package lex implements lexical analysis for the assembler. 9 package lex 71 // instruction from the current lex line.) 96 // A TokenReader is like a reader, but returns lex tokens of type Token. It also can tell you what
|
/toolchain/binutils/binutils-2.25/gas/config/ |
bfin-lex-wrapper.c | 21 the C code in bfin-lex.l. Make sure we include sysdep.h first, so 25 #include "bfin-lex.c"
|
/toolchain/binutils/binutils-2.25/gas/ |
itbl-lex-wrapper.c | 21 the C code in itbl-lex.l. Make sure we include sysdep.h first, so 25 #include "itbl-lex.c"
|
itbl-lex.l | 1 /* itbl-lex.l 23 #include "itbl-lex.h" 95 MDBG (("in lex, NL = %d (x%x)\n", NL, NL));
|
/external/selinux/sepolgen/src/sepolgen/ |
classperms.py | 55 from . import lex namespace 56 lex.lex() 103 #lex.input(txt) 105 # tok = lex.token()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
classperms.py | 55 from . import lex namespace 56 lex.lex() 103 #lex.input(txt) 105 # tok = lex.token()
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
parse.go | 21 "bootstrap/asm/internal/lex" 26 lex lex.TokenReader 32 input []lex.Token 50 func NewParser(ctxt *obj.Link, ar *arch.Arch, lexer lex.TokenReader) *Parser { 54 lex: lexer, 75 args = append([]interface{}{p.lex.File(), p.lineNum}, args...) 96 var tok lex.ScanToken 98 tok = p.lex.Next() 102 p.lineNum = p.lex.Line( [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
parse.go | 18 "cmd/asm/internal/lex" 23 lex lex.TokenReader 29 input []lex.Token 47 func NewParser(ctxt *obj.Link, ar *arch.Arch, lexer lex.TokenReader) *Parser { 51 lex: lexer, 72 args = append([]interface{}{p.lex.File(), p.lineNum}, args...) 93 var tok lex.ScanToken 95 tok = p.lex.Next() 99 p.lineNum = p.lex.Line( [all...] |
endtoend_test.go | 17 "cmd/asm/internal/lex" 26 lex.InitHist() 30 lexer := lex.NewLexer(input, ctxt)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
parse.go | 21 "bootstrap/asm/internal/lex" 26 lex lex.TokenReader 32 input []lex.Token 50 func NewParser(ctxt *obj.Link, ar *arch.Arch, lexer lex.TokenReader) *Parser { 54 lex: lexer, 75 args = append([]interface{}{p.lex.File(), p.lineNum}, args...) 96 var tok lex.ScanToken 98 tok = p.lex.Next() 102 p.lineNum = p.lex.Line( [all...] |
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
parse.go | 18 "cmd/asm/internal/lex" 23 lex lex.TokenReader 29 input []lex.Token 47 func NewParser(ctxt *obj.Link, ar *arch.Arch, lexer lex.TokenReader) *Parser { 51 lex: lexer, 72 args = append([]interface{}{p.lex.File(), p.lineNum}, args...) 93 var tok lex.ScanToken 95 tok = p.lex.Next() 99 p.lineNum = p.lex.Line( [all...] |
endtoend_test.go | 17 "cmd/asm/internal/lex" 26 lex.InitHist() 30 lexer := lex.NewLexer(input, ctxt)
|
/external/llvm/lib/MC/MCParser/ |
DarwinAsmParser.cpp | 389 Lex(); 423 Lex(); 432 Lex(); 468 Lex(); 481 Lex(); 486 Lex(); 510 Lex(); 516 Lex(); 535 Lex(); 544 Lex(); [all...] |
ELFAsmParser.cpp | 176 Lex(); 180 Lex(); 206 Lex(); 227 Lex(); 237 Lex(); // Consume the "-". 240 Lex(); 243 Lex(); 310 Lex(); // Eat the #. 327 Lex(); // Eat the flag. 331 Lex(); // Eat the comma [all...] |
AsmParser.cpp | 221 const AsmToken &Lex() override; 314 /// current token is not set; clients should ensure Lex() is called 608 const AsmToken &AsmParser::Lex() { 609 const AsmToken *tok = &Lexer.Lex(); 617 tok = &Lexer.Lex(); 633 Lex(); 719 Lex(); 723 Lex(); 730 Lex(); 741 Lex(); [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.h | 92 LLLexer Lex; 145 : Context(M->getContext()), Lex(F, SM, Err, M->getContext()), M(M), 156 return Lex.Error(L, Msg); 159 return Error(Lex.getLoc(), Msg); 179 if (Lex.getKind() != T) return false; 180 Lex.Lex(); 187 switch (Lex.getKind()) { 188 case lltok::kw_fast: FMF.setUnsafeAlgebra(); Lex.Lex(); continue [all...] |
/external/clang/lib/Lex/ |
Pragma.cpp | 15 #include "clang/Lex/Pragma.h" 18 #include "clang/Lex/HeaderSearch.h" 19 #include "clang/Lex/LexDiagnostic.h" 20 #include "clang/Lex/LiteralSupport.h" 21 #include "clang/Lex/MacroInfo.h" 22 #include "clang/Lex/Preprocessor.h" 103 /// HandlePragmaDirective - The "\#pragma" directive has been parsed. Lex the 168 // In that case we don't actually "activate" the pragma now, we only lex it 184 Lex(Tok); 191 Lex(Tok) [all...] |
/external/elfutils/tests/ |
run-getsrc-die.sh | 20 # See run-addr2line-test.sh run-addr2line-i-test.sh run-addr2line-i-lex-test.sh 24 testfiles testfile testfile-inlines testfile-lex-inlines 44 testrun_compare ${abs_top_builddir}/tests/getsrc_die testfile-lex-inlines 0x0000000000000680 0x0000000000000681 0x0000000000000690 0x0000000000000691 <<\EOF
|
/prebuilts/go/darwin-x86/pkg/bootstrap/pkg/darwin_amd64/bootstrap/asm/internal/ |
asm.a | 18 import lex "bootstrap/asm/internal/lex" 20 type @"bootstrap/asm/internal/lex".ScanToken int32 21 func (@"bootstrap/asm/internal/lex".t·2 @"bootstrap/asm/internal/lex".ScanToken) String () (? string) 22 type @"bootstrap/asm/internal/lex".TokenReader interface { Close(); Col() (? int); File() (? string); Line() (? int); Next() (? @"bootstrap/asm/internal/lex".ScanToken); SetPos(@"bootstrap/asm/internal/lex".line int, @"bootstrap/asm/internal/lex".file string); Text() (? string) } 23 type @"bootstrap/asm/internal/lex".Token struct { ? @"bootstrap/asm/internal/lex".ScanToken; @"bootstrap/asm/internal/lex".text stri (…) [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/asm/internal/ |
asm.a | 18 import lex "cmd/asm/internal/lex" 20 type @"cmd/asm/internal/lex".ScanToken int32 21 func (@"cmd/asm/internal/lex".t·2 @"cmd/asm/internal/lex".ScanToken) String () (? string) 22 type @"cmd/asm/internal/lex".TokenReader interface { Close(); Col() (? int); File() (? string); Line() (? int); Next() (? @"cmd/asm/internal/lex".ScanToken); SetPos(@"cmd/asm/internal/lex".line int, @"cmd/asm/internal/lex".file string); Text() (? string) } 23 type @"cmd/asm/internal/lex".Token struct { ? @"cmd/asm/internal/lex".ScanToken; @"cmd/asm/internal/lex".text string [all...] |