HomeSort by relevance Sort by last modified time
    Searched full:lex (Results 76 - 100 of 747) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/pkg/linux_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...]
  /prebuilts/go/linux-x86/pkg/bootstrap/pkg/linux_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...]
  /build/soong/cc/
gen.go 42 lex = pctx.StaticRule("lex",
46 Description: "lex $out",
69 Rule: lex,
  /external/clang/lib/Lex/
PPCallbacks.cpp 10 #include "clang/Lex/PPCallbacks.h"
PPCaching.cpp 15 #include "clang/Lex/Preprocessor.h"
21 // make the Preprocessor re-lex the same tokens.
38 // Make Preprocessor re-lex the tokens that were lexed since
58 Lex(Result);
91 Lex(CachedTokens.back());
Preprocessor.cpp 28 #include "clang/Lex/Preprocessor.h"
33 #include "clang/Lex/CodeCompletionHandler.h"
34 #include "clang/Lex/ExternalPreprocessorSource.h"
35 #include "clang/Lex/HeaderSearch.h"
36 #include "clang/Lex/LexDiagnostic.h"
37 #include "clang/Lex/LiteralSupport.h"
38 #include "clang/Lex/MacroArgs.h"
39 #include "clang/Lex/MacroInfo.h"
40 #include "clang/Lex/ModuleLoader.h"
41 #include "clang/Lex/PTHManager.h
    [all...]
  /external/clang/lib/Rewrite/
TokenRewriter.cpp 17 #include "clang/Lex/Lexer.h"
18 #include "clang/Lex/ScratchBuffer.h"
25 // Create a lexer to lex all the tokens of the main file in raw mode.
32 // Lex the file, populating our datastructures.
  /external/elfutils/libcpu/
Makefile.am 34 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) -P$(<F:lex.l=)
35 LEX_OUTPUT_ROOT = lex.$(<F:lex.l=)
  /external/iproute2/misc/
Android.mk 17 # "-x c" forces the lex/yacc files to be compiled as c the build system
  /external/javassist/src/main/javassist/compiler/
SyntaxError.java 19 public SyntaxError(Lex lexer) {
  /external/llvm/test/MC/AArch64/
arm64-separator.s 3 ; ARM64 uses a multi-character statement separator, "%%". Check that we lex
  /toolchain/binutils/binutils-2.25/gas/
itbl-lex.h 1 /* itbl-lex.h
app.c 59 static char lex[256]; variable
86 #define IS_SYMBOL_COMPONENT(c) (lex[c] == LEX_IS_SYMBOL_COMPONENT)
87 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE)
88 #define IS_LINE_SEPARATOR(c) (lex[c] == LEX_IS_LINE_SEPARATOR)
89 #define IS_PARALLEL_SEPARATOR(c) (lex[c] == LEX_IS_PARALLEL_SEPARATOR)
90 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START)
91 #define IS_LINE_COMMENT(c) (lex[c] == LEX_IS_LINE_COMMENT_START)
92 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE)
106 lex[' '] = LEX_IS_WHITESPACE;
107 lex['\t'] = LEX_IS_WHITESPACE
    [all...]
Makefile.am 28 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
30 # Automake 1.10+ disables lex and yacc output file regeneration if
52 IT_SRCS=itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
53 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
54 IT_OBJS=itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
110 itbl-lex.h \
364 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
365 bfin-parse.c bfin-parse.h bfin-lex.c \
483 bfin-lex.c: $(srcdir)/config/bfin-lex.
    [all...]
  /external/clang/docs/
LibFormat.rst 25 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
29 This reads a token stream out of the lexer ``Lex`` and reformats all the code
  /external/libnl/src/lib/
Makefile.am 11 # $(LEX) --header-file=cls/ematch_grammar.h $(LFLAGS) -o $@ $^
17 # $(LEX) --header-file=cls/pktloc_grammar.h $(LFLAGS) -o $@ $^
  /external/mesa3d/src/glsl/glcpp/
Makefile.am 42 glcpp-lex.l \
53 BUILT_SOURCES = glcpp-lex.c glcpp-parse.c glcpp-parse.h
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptScanner.h 22 mcld::ScriptParser::token_type mcld::ScriptScanner::lex( \
43 virtual ScriptParser::token_type lex(ScriptParser::semantic_type* yylval,
  /prebuilts/go/darwin-x86/src/cmd/asm/
main.go 16 "cmd/asm/internal/lex"
55 lexer := lex.NewLexer(flag.Arg(0), ctxt)
  /prebuilts/go/linux-x86/src/cmd/asm/
main.go 16 "cmd/asm/internal/lex"
55 lexer := lex.NewLexer(flag.Arg(0), ctxt)
  /system/core/libcutils/
config_utils.c 232 static int lex(cstate *cs, int value)
240 #define lex(cs,v) _lex(cs,v) macro
248 switch(lex(cs, 0)){
272 switch(lex(cs, 1)) {
274 if(lex(cs, 0) != T_TEXT)
300 switch(lex(&cs, 0)) {
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 1 //===- unittests/Lex/PPCallbacksTest.cpp - PPCallbacks tests ------===//
10 #include "clang/Lex/Preprocessor.h"
20 #include "clang/Lex/HeaderSearch.h"
21 #include "clang/Lex/HeaderSearchOptions.h"
22 #include "clang/Lex/ModuleLoader.h"
23 #include "clang/Lex/PreprocessorOptions.h"
178 // Lex source text.
183 PP.Lex(Tok);
224 // Lex source text.
228 PP.Lex(Tok)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 81 FuzzyJava lex = new FuzzyJava(input);
82 TokenStream tokens = new CommonTokenStream(lex);
215 FuzzyJava lex = new FuzzyJava(input);
216 TokenStream tokens = new CommonTokenStream(lex);
230 found var lex
  /external/clang/include/clang/Lex/
PTHLexer.h 17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
  /external/mesa3d/src/glsl/
Android.gen.mk 35 glcpp/glcpp-lex.c \
51 @echo "Mesa Lex: $(PRIVATE_MODULE) <= $<"
52 $(hide) $(LEX) --nounistd -o$@ $<
79 $(intermediates)/glcpp/glcpp-lex.c: $(LOCAL_PATH)/glcpp/glcpp-lex.l

Completed in 1610 milliseconds

1 2 34 5 6 7 8 91011>>