/external/llvm/docs/ |
ExtendingLLVM.rst | 193 #. ``llvm/lib/AsmParser/Lexer.l``: 247 #. ``llvm/lib/AsmReader/Lexer.l``: 280 #. ``llvm/lib/AsmReader/Lexer.l``:
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 8 // Lexer 11 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 144 /// lexer and updates CurTok with its results.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceHTMLTokenizer.re2js | 226 // Do not tokenize script tag contents, keep lexer state, even though processing "<". 247 // Do not tokenize style tag contents, keep lexer state, even though processing "<". 268 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<".
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 4 * lexer, parser, and tree grammars. This is all the parsing 19 /** State of a lexer, parser, or tree parser are collected into a state 278 /** Get number of recognition errors (lexer, parser, tree parser). Each 279 * recognizer tracks its own number. So parser and lexer each have 299 * your token objects because you don't have to go modify your lexer 631 * If you change what tokens must be created by the lexer,
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 37 @lexer::header { 119 // TODO : currently gUnit just ignores illegal test for lexer rule, but should also emit a reminding message
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BufferedTokenStream.cs | 40 * lexer. Useful when the parser or lexer has to set context/mode info before
|
RecognitionException.cs | 48 * the various reporting methods in Parser and Lexer can be overridden 102 * generated from a lexer. We need to track this since the
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BufferedTokenStream.cs | 41 * lexer. Useful when the parser or lexer has to set context/mode info before
|
RecognitionException.cs | 49 * the various reporting methods in Parser and Lexer can be overridden 104 * generated from a lexer. We need to track this since the
|
Antlr3.Runtime.csproj | 76 <Compile Include="Lexer.cs" />
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t051treeRewriteAST.html | 105 lexer = new lexerCls(cstream), 106 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t049treeparser.py | 40 lexer = lexerCls(cStream) 41 tStream = antlr3.CommonTokenStream(lexer)
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSanity.java | 219 if ( grammar.type!=Grammar.LEXER ) { 221 // args on a token ref not in a lexer rule
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSets.java | 32 /** Test the set stuff in lexer and parser */ 230 // This doesn't work in lexer yet.
|
/external/clang/docs/ |
PTHInternals.rst | 56 mainly cache the raw lexer *tokens* that are needed to segment the 73 Clang's lexer can handle, including C, Objective-C, and (in the early
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 281 /// \sa clang::Lexer::getSpelling(), clang::Lexer::getImmediateMacroName().
|
/external/clang/lib/ARCMigrate/ |
TransGCAttrs.cpp | 14 #include "clang/Lex/Lexer.h" 98 StringRef Spell = Lexer::getSpelling(
|
/external/clang/lib/Rewrite/Frontend/ |
RewriteMacros.cpp | 66 // Create a lexer to lex all the tokens of the main file in raw mode. Even 69 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts());
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
Lexer.java | 3 package com.google.clearsilver.jsilver.syntax.lexer; 9 public class Lexer 27 public Lexer(@SuppressWarnings("hiding") PushbackReader in) 69 @SuppressWarnings("hiding") int[][][] gotoTable = Lexer.gotoTable[this.state.id()]; 70 @SuppressWarnings("hiding") int[] accept = Lexer.accept[this.state.id()]; [all...] |
/external/qemu/ |
json-parser.c | 24 #include "json-lexer.h" 47 * about a token identified by the lexer. These are routines that make working with
|
/external/webkit/Source/JavaScriptCore/ |
create_hash_table | 96 push(@values, { "type" => "Lexer", "value" => $val }); 270 } elsif ($values[$i]{"type"} eq "Lexer") {
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Lookup.h | 89 intptr_t lexerValue() const { ASSERT(!m_attributes); return m_u.lexer.value; } 117 } lexer; member in union:JSC::HashEntry::__anon17576
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
StGUnit.g | 46 @lexer::header {package org.antlr.gunit.swingui.parsers;}
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3exception.h | 170 * generated from a lexer. We need to track this since the
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3cyclicdfa.c | 13 * lexer's Tokens rule DFA has 326 states roughly.
|