/external/clang/include/clang/ |
module.modulemap | 66 module Lex { header "Lex/LexDiagnostic.h" export * } 100 module Clang_Lex { requires cplusplus umbrella "Lex" module * { export * } }
|
/external/icu/icu4c/source/tools/genren/ |
Makefile | 36 LEX=$(ICUDIR)/lib/libiculx.$(SO) 40 LIBS=$(COM) $(I18) $(LAY) $(LEX) $(UIO) 75 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
|
/external/svox/pico/lib/ |
picoklex.h | 59 /* return kb lex for usage in PU */ 102 /** lookup lex by graph; result(s) are in lexres, ie. the phones are 114 /** lookup lex entry by index ind; ind is a sequence of bytes with
|
picoklex.c | 47 - lex consists of optional searchindex and a non-empty list of lexblocks 52 - one lex entry has POS GRAPH PHON, all mandatory, but 58 - for one graph we can have two or three solutions from the lex 60 - in this case GRAPH, POS, and PHON all must be available in lex 75 - 500KB lex -> 1000 blocks, 76 1000 entries in searchindex, ~25.6K lex-entries, 79 - 100KB lex -> 200 blocks, 80 200 entries in searchindex, ~5.1K lex-entries, 86 lex-kb = content 217 /* for now we don't need to do anything special for the main lex */ [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
endtoend_test.go | 20 "bootstrap/asm/internal/lex" 29 lex.InitHist() 33 lexer := lex.NewLexer(input, ctxt)
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
lex_test.go | 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex_test.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex_test.go:1 8 package lex
|
tokenizer.go | 1 // Do not edit. Bootstrap copy of /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/tokenizer.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/tokenizer.go:1 8 package lex
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
endtoend_test.go | 20 "bootstrap/asm/internal/lex" 29 lex.InitHist() 33 lexer := lex.NewLexer(input, ctxt)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
lex_test.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_test.go 3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex_test.go:1 8 package lex
|
tokenizer.go | 1 // Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/tokenizer.go 3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/tokenizer.go:1 8 package lex
|
/external/clang/include/clang/Lex/ |
TokenLexer.h | 1 //===--- TokenLexer.h - Lex from a token buffer -----------------*- C++ -*-===// 58 /// CurToken - This is the next token that Lex will return. 146 /// Lex - Lex and return a token from this macro stream. 147 bool Lex(Token &Tok); 156 /// isAtEnd - Return true if the next lex call will pop this macro off the
|
/external/clang/unittests/Basic/ |
SourceManagerTest.cpp | 17 #include "clang/Lex/HeaderSearch.h" 18 #include "clang/Lex/HeaderSearchOptions.h" 19 #include "clang/Lex/ModuleLoader.h" 20 #include "clang/Lex/Preprocessor.h" 21 #include "clang/Lex/PreprocessorOptions.h" 93 PP.Lex(tok); 210 PP.Lex(tok); 312 PP.Lex(tok);
|
/external/clang/unittests/Lex/ |
LexerTest.cpp | 1 //===- unittests/Lex/LexerTest.cpp ------ Lexer tests ---------------------===// 10 #include "clang/Lex/Lexer.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" 79 PP.Lex(tok);
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmParserExtension.h | 81 const AsmToken &Lex() { return getParser().Lex(); }
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/ |
main.go | 19 "bootstrap/asm/internal/lex" 58 lexer := lex.NewLexer(flag.Arg(0), ctxt)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/ |
main.go | 19 "bootstrap/asm/internal/lex" 58 lexer := lex.NewLexer(flag.Arg(0), ctxt)
|
/external/fio/ |
Makefile | 170 FIO_OBJS += lex.yy.o y.tab.o 171 GFIO_OBJS += lex.yy.o y.tab.o 232 QUIET_LEX = @echo ' ' LEX $@; 273 lex.yy.c: exp/expression-parser.l 274 $(QUIET_LEX)$(LEX) exp/expression-parser.l 276 lex.yy.o: lex.yy.c y.tab.h 287 lexer.h: lex.yy.c 292 $(QUIET_LINK)$(CC) $(LDFLAGS) $(CFLAGS) $< y.tab.o lex.yy.o -o $@ $(LIBS) 294 parse.o: lex.yy.o y.tab. [all...] |
/prebuilts/go/darwin-x86/src/text/template/parse/ |
parse.go | 27 lex *lexer 63 t.token[0] = t.lex.nextItem() 94 t.token[0] = t.lex.nextItem() 159 format = fmt.Sprintf("template: %s:%d: %s", t.ParseName, t.lex.lineNumber(), format) 199 t.lex.drain() 208 func (t *Tree) startParse(funcs []map[string]interface{}, lex *lexer) { 210 t.lex = lex 217 t.lex = nil 229 t.startParse(funcs, lex(t.Name, text, leftDelim, rightDelim) [all...] |
/prebuilts/go/linux-x86/src/text/template/parse/ |
parse.go | 27 lex *lexer 63 t.token[0] = t.lex.nextItem() 94 t.token[0] = t.lex.nextItem() 159 format = fmt.Sprintf("template: %s:%d: %s", t.ParseName, t.lex.lineNumber(), format) 199 t.lex.drain() 208 func (t *Tree) startParse(funcs []map[string]interface{}, lex *lexer) { 210 t.lex = lex 217 t.lex = nil 229 t.startParse(funcs, lex(t.Name, text, leftDelim, rightDelim) [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
script.cc | 199 class Lex 217 Lex(const char* input_string, size_t input_length, int parsing_token) 233 Lex::Mode 243 Lex(const Lex&); 244 Lex& operator=(const Lex&); 303 { return Lex::can_start_number(*c) ? c + 1 : NULL; } 338 const char* (Lex::*can_continue_fn)(const char*), 369 Lex::read_file(Input_file* input_file, std::string* contents [all...] |
/external/chromium-trace/catapult/third_party/coverage/ |
AUTHORS.txt | 47 Lex Berezhny
|
/external/clang/include/clang/Basic/ |
CMakeLists.txt | 14 clang_diag_gen(Lex)
|
/external/clang/lib/ |
Makefile | 12 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Frontend \
|
/external/clang/test/Lexer/ |
hexfloat.cpp | 9 // PR12717: In order to minimally diverge from the C++ standard, we do not lex
|
/external/clang/unittests/ |
Makefile | 17 PARALLEL_DIRS = CodeGen Basic Lex Driver Format ASTMatchers AST Tooling \
|