/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-token.re | 2 * NASM-compatible re2c lexer
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 116 /// identifiers because they are language keywords. This causes the lexer to
|
/external/clang/lib/Frontend/ |
PrintPreprocessedOutput.cpp | 626 // -traditional-cpp the lexer keeps /all/ whitespace, including comments.
|
/external/clang/lib/Parse/ |
ParseStmtAsm.cpp | 232 // staged before, implicitly killing off the token-lexer we pushed.
|
Parser.cpp | 489 // Prime the lexer look-ahead. [all...] |
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 21 #include "clang/Lex/Lexer.h" 289 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), 294 lexer.LexFromRawLexer(Tok); [all...] |
AnalysisBasedWarnings.cpp | 37 #include "clang/Lex/Lexer.h" 651 SourceLocation ElseKwLoc = Lexer::getLocForEndOfToken( [all...] |
/external/llvm/docs/tutorial/ |
LangImpl8.rst | 17 taken. We built the entire lexer, parser, AST, code generator, and an
|
OCamlLangImpl8.rst | 17 taken. We built the entire lexer, parser, AST, code generator, and an
|
LangImpl6.rst | 110 This just adds lexer support for the unary and binary keywords, like we 300 simple support for the 'unary' keyword to the lexer. In addition to
|
/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 134 /** Initialize the lexer with a buffer.
|
/external/owasp/sanitizer/distrib/javadoc/org/owasp/html/ |
HtmlChangeReporter.html | 115 notices differences between the events from the lexer and those from the
|
/external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/ |
HtmlChangeReporter.html | 52 <FONT color="green">049</FONT> * notices differences between the events from the lexer and those from the<a name="line.49"></a>
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlLexer.java | 40 * A flexible lexer for HTML.
|
/external/qemu/ |
Makefile.common | 565 qobject/json-lexer.c \
|
/external/smali/smali/src/main/antlr3/ |
smaliParser.g | 37 //Lexer tokens [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
HTMLScanner.java | 663 the lexer state to CDATA content (no markup is recognized except
|
/packages/providers/DownloadProvider/docs/ |
index.html | 207 <tr><td > <code>com.android.providers.downloads.Helpers.Lexer</code> </td><td > Keeps state about an ongoing lex, can probably be merged into another class by making the lexer <code>synchronized</code>, since the operation is short-lived. </td></tr> [all...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.html | 523 <li>glsl: Add lexer rules for uint and uvecN (N=2..4)</li> 525 <li>glsl: Add lexer rules for << and >> in GLSL 1.30</li> 536 <li>glsl: Fix lexer rule for ^=</li> [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | 523 <li>glsl: Add lexer rules for uint and uvecN (N=2..4)</li> 525 <li>glsl: Add lexer rules for << and >> in GLSL 1.30</li> 536 <li>glsl: Fix lexer rule for ^=</li> [all...] |
/external/bison/ |
ChangeLog-2012 | [all...] |
/external/bison/doc/ |
bison.texi | 157 * Rpcalc Lexer:: The lexical analyzer. 173 * Ltcalc Lexer:: The lexical analyzer. [all...] |
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 20 #include "clang/Lex/Lexer.h" [all...] |
/external/clang/unittests/AST/ |
CommentLexer.cpp | 1 //===- unittests/AST/CommentLexer.cpp ------ Comment lexer tests ----------===// 67 Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source)); [all...] |