HomeSort by relevance Sort by last modified time
    Searched full:lexer (Results 601 - 625 of 912) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 21 allocation "size_t", 2) change an include file when the lexer is
286 # This will probably need to be adjusted for your existing lexer/parser
304 # The resulting generated lexer (the real goal, right?) will compile
  /external/clang/docs/
InternalsManual.rst 521 either ``Lexer::MeasureTokenLength()`` or ``Lexer::getLocForEndOfToken()``. For
547 The Lexer and Preprocessor Library
550 The Lexer library contains several tightly-connected classes that are involved
559 preprocessor is capable of reading from: a buffer lexer (provided by the
560 :ref:`Lexer <Lexer>` class) and a buffered token stream (provided by the
569 intended to be used by the lexer/preprocess and parser libraries, but are not
580 normal tokens. Normal tokens are those returned by the lexer, annotation
595 identifier lookup was enabled when the token was lexed (e.g., the lexer wa
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
  /external/antlr/antlr-3.4/gunit/
CHANGES.txt 51 * gUnitTestSuite.java: use lexer rule name if parser rule name is null (by Shaoting)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
.flexLibProperties 14 <classEntry path="org.antlr.runtime.Lexer"/>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenSource.cs 45 /// Errors from the lexer are never passed to the parser. Either you want
TokenConstants.cs 72 * In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenSource.cs 43 * Errors from the lexer are never passed to the parser. Either you want
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 144 S1 := TANTLRStringStream.Create('lexer'#13#10);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 47 /** In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 6 * - for the lexer : SymbolTableLexerLexer
29 /** As per Terence: No returns for lexer rules! */
60 /* ObjC Start of actions.lexer.methods */
61 /* ObjC end of actions.lexer.methods */
  /external/antlr/antlr-3.4/runtime/Python/
TODO 75 - in lexer rules:
  /external/antlr/antlr-3.4/runtime/Python/tests/
t048rewrite.py 17 lexer = self.getLexer(cStream)
18 tStream = antlr3.TokenRewriteStream(lexer)
419 lexer = self.getLexer(cStream)
420 tStream = antlr3.TokenRewriteStream(lexer)
t060leftrecursion.py 34 # lexer = lexerCls(cStream)
35 # tStream = antlr3.CommonTokenStream(lexer)
48 # lexer = lexerCls(cStream)
49 # tStream = antlr3.CommonTokenStream(lexer)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RuleLabelScope.java 72 predefinedLexerRulePropertiesScope, // LEXER
  /external/clang/include/clang/Lex/
TokenConcatenation.h 28 /// other would cause the lexer to produce one "foobar" token. Emitting "1"
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 17 #include "clang/Lex/Lexer.h"
34 /// This differs from Lexer::getImmediateMacroName in that any macro argument
41 /// Lexer::getImmediateMacroName will return "MAC2".
63 unsigned MacroTokenLength = Lexer::MeasureTokenLength(Loc, SM, LangOpts);
HeaderIncludeGen.cpp 112 Lexer::Stringify(Filename);
  /external/llvm/lib/AsmParser/
LLToken.h 10 // This file defines the enums for the .ll lexer.
  /external/webkit/Source/JavaScriptCore/
DerivedSources.pro 62 keywordlut.output = $${JSC_GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}Lexer.lut.h
GNUmakefile.am 30 Source/JavaScriptCore/Lexer.lut.h: $(srcdir)/Source/JavaScriptCore/create_hash_table $(srcdir)/Source/JavaScriptCore/parser/Keywords.table
  /external/webkit/Source/JavaScriptCore/runtime/
FunctionConstructor.cpp 30 #include "Lexer.h"
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Common.h 19 // incremented/decremented by lexer. The right SOURCE_LOC_LINE_SIZE bits store
  /external/llvm/docs/tutorial/
LangImpl2.rst 13 lexer, built in `Chapter 1 <LangImpl1.html>`_, to build a full
140 (which is returned as three tokens by the lexer) into an AST that could
155 /// lexer and updates CurTok with its results.
161 This implements a simple token buffer around the lexer. This allows us
162 to look one token ahead at what the lexer is returning. Every function
201 creates a ``NumberExprAST`` node, advances the lexer to the next token,
206 production and returns the lexer buffer with the next token (which is
652 lexer, parser, and AST builder. With this done, the executable will
703 // Lexer
706 // The lexer returns tokens [0-255] if it is an unknown character, otherwise on
    [all...]
OCamlLangImpl2.rst 13 use the lexer, built in `Chapter 1 <OCamlLangImpl1.html>`_, to build a
104 (which is returned as three tokens by the lexer) into an AST that could
149 creates a ``Ast.Number`` node, advances the lexer to the next token, and
154 production and returns the lexer buffer with the next token (which is
555 lexer, parser, and AST builder. With this done, the executable will
600 <{lexer,parser}.ml>: use_camlp4, pp(camlp4of)
606 * Lexer Tokens
609 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
621 lexer.ml:
625 * Lexer
    [all...]

Completed in 2007 milliseconds

<<21222324252627282930>>