/external/doclava/src/com/google/doclava/parser/ |
Java.g | 77 * 4) Lexer part is rewritten completely to construct tokens needed for the parser. 253 * Lexer -- removed "Exponent?" from FloatingPointLiteral choice 4, since it 1284 Lexer section [all...] |
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 21 // Lexer 24 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 240 /// lexer and updates CurTok with its results. [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy-jit.cpp | 39 // Lexer 42 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 257 /// lexer and updates CurTok with its results. [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 22 // Lexer 25 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 240 /// lexer and updates CurTok with its results. [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy-jit.cpp | 24 // Lexer 27 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 242 /// lexer and updates CurTok with its results. [all...] |
toy.cpp | 24 // Lexer 27 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 242 /// lexer and updates CurTok with its results. [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontoken.h | 49 /* Base token types, which all lexer/parser tokens come after in sequence.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3filestream.c | 4 * can be loaded at once into memory and away the lexer goes.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ANTLRxxxxStreamFixture.cs | 302 ANTLRStringStream s1 = new ANTLRStringStream("lexer\r\n");
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.java | 8 public class SimpleCLexer extends Lexer {
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 57 # http://www.mozilla.org/js/language/js20-2000-07/formal/lexer-grammar.html
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 57 # http://www.mozilla.org/js/language/js20-2000-07/formal/lexer-grammar.html
|
/external/chromium_org/third_party/jinja2/ |
utils.py | 114 from jinja2.lexer import _lexer_cache
|
/external/chromium_org/third_party/mesa/ |
mesa_gensrc.gypi | 204 'message': "Generating glsl lexer ...",
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_lexer.ll | 52 * For example, consider the following lexer rule:
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-token.re | 2 * GAS-compatible re2c lexer
|
/external/clang/lib/Format/ |
FormatToken.h | 21 #include "clang/Lex/Lexer.h"
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 23 #include "clang/Lex/Lexer.h" [all...] |
/external/clang/tools/arcmt-test/ |
arcmt-test.cpp | 334 endCol += Lexer::MeasureTokenLength(end, SM, langOpts);
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 300 // Record the location of the include directories so that the lexer can find
|
/external/lldb/examples/python/ |
types.py | 169 # Use the Shell Lexer to properly parse up command options just like a
|
/external/mesa3d/src/glsl/ |
glsl_lexer.ll | 52 * For example, consider the following lexer rule:
|
/external/tagsoup/templates/org/ccil/cowan/tagsoup/ |
HTMLScanner.java | 442 the lexer state to CDATA content (no markup is recognized except
|
/prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/ |
qdox-1.12.pom | 196 <lexFile>${basedir}/src/grammar/lexer.flex</lexFile>
|
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 650 lexer.warning_count++; 695 lexer.warning_count++;
|