Searched defs:lex (Results 1 - 25 of 25) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
50 | [< ' ('\n'); stream=lex >] -> stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
50 | [< ' ('\n'); stream=lex >] -> stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
50 | [< ' ('\n'); stream=lex >] -> stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
55 | [< ' ('\n'); stream=lex >] -> stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
57 | [< ' ('\n'); stream=lex >] -> stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
58 | [< ' ('\n'); stream=lex >] -> stream
/external/javassist/src/main/javassist/compiler/
H A DCompileError.java22 private Lex lex; field in class:CompileError
27 lex = l;
32 lex = null;
43 public Lex getLex() { return lex; }
H A DParser.java21 private Lex lex; field in class:Parser
23 public Parser(Lex lex) { argument
24 this.lex = lex;
27 public boolean hasMore() { return lex.lookAhead() >= 0; }
46 if (lex.lookAhead() == Identifier && lex.lookAhead(1) == '(') {
53 if (lex.get() != Identifier)
54 throw new SyntaxError(lex);
60 name = lex
[all...]
/external/srec/srec/Semproc/src/
H A DLexicalAnalyzer.c49 ESR_ReturnCode LA_Analyze(LexicalAnalyzer *lex, LCHAR *script) argument
51 if (lex == NULL || script == NULL)
58 lex->nextToken = lex->script = script;
62 ESR_ReturnCode LA_Free(LexicalAnalyzer *lex) argument
64 if (lex == NULL)
69 FREE(lex);
74 ESR_ReturnCode LA_nextToken(LexicalAnalyzer *lex, LCHAR *tokenBuf, size_t* tokenLen) argument
79 while (LISSPACE(*lex->nextToken))
80 ++lex
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DLiteralParser.cpp45 LiteralParser::TokenType LiteralParser::Lexer::lex(LiteralParserToken& token) function in class:JSC::LiteralParser::Lexer
/external/webkit/Source/WebCore/storage/
H A DIDBKeyPath.cpp60 m_currentTokenType = lex(m_currentElement);
67 TokenType lex(IDBKeyPathElement&);
77 IDBKeyPathLexer::TokenType IDBKeyPathLexer::lex(IDBKeyPathElement& element) function in class:WebCore::IDBKeyPathLexer
/external/llvm/utils/lit/lit/
H A DShUtil.py61 # Otherwise, lex the operator and convert to a redirection
159 def lex(self): member in class:ShLexer
171 self.tokens = ShLexer(data, win32Escapes = win32Escapes).lex()
173 def lex(self): member in class:ShParser
180 next = self.lex()
186 tok = self.lex()
203 args.append(self.lex())
212 op = self.lex()
213 arg = self.lex()
223 self.lex()
252 def lex(self, str, *args, **kwargs): member in class:TestShLexer
[all...]
H A DTclUtil.py152 def lex(self): member in class:TclLexer
172 def lex(self): member in class:TclExecCommand
179 next = self.lex()
186 arg = self.lex()
204 arg = self.lex()
238 self.lex()
254 def lex(self, str, *args, **kwargs): member in class:TestTclLexer
255 return list(TclLexer(str, *args, **kwargs).lex())
262 self.assertEqual(self.lex('a b c'),
264 self.assertEqual(self.lex(
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToSAXHandler.java48 LexicalHandler lex,
52 setLexHandler(lex);
46 ToSAXHandler( ContentHandler hdlr, LexicalHandler lex, String encoding) argument
H A DToTextSAXHandler.java67 public ToTextSAXHandler(ContentHandler hdlr, LexicalHandler lex, String encoding) argument
69 super(hdlr, lex, encoding);
H A DToXMLSAXHandler.java482 LexicalHandler lex,
485 super(handler, lex, encoding);
480 ToXMLSAXHandler( ContentHandler handler, LexicalHandler lex, String encoding) argument
/external/qemu/android/
H A Dconfig.c260 static int lex(cstate *cs, int value)
268 #define lex(cs,v) _lex(cs,v) macro
277 switch(lex(cs, 0)){
298 switch(lex(cs, 1)) {
300 if(lex(cs, 0) != T_TEXT) return -1;
326 switch(lex(&cs, 0)){
/external/svox/pico/lib/
H A Dpicowa.c66 /* lex knowledge base */
67 picoklex_Lex lex; member in struct:wa_subobj
105 /* kb lex */
106 wa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
107 if (wa->lex == NULL) {
111 PICODBG_DEBUG(("got lex"));
290 if (!found && !picoklex_lexLookup(wa->lex, content, head->len, &lexres)) {
291 /* no lex entry found, WORDGRAPH(POS,NA)graph */
309 ensured for user lex too */
344 /* set lex po
[all...]
H A Dpicosa.c86 2. lex-index lookup and G2P (both directions possible, left-to-right done):
229 /* lex knowledge base */
230 picoklex_Lex lex; member in struct:sa_subobj
402 /* kb lex */
403 sa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
404 if (sa->lex == NULL) {
408 PICODBG_DEBUG(("got lex"));
735 picoklex_Lex lex,
742 if (picoklex_lexIndLookup(lex, &(sa->cbuf1[sa->headx[ind].cind + 1]),
1178 PWP | lex/g2
733 saLexIndLookup(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoklex_Lex lex, picoos_uint16 ind) argument
1197 picoklex_Lex lex; local
[all...]
/external/webkit/Source/WebCore/xml/
H A DXPathParser.cpp425 int Parser::lex(void* data) function in class:WebCore::XPath::Parser
/external/webkit/Source/JavaScriptCore/parser/
H A DLexer.cpp715 JSTokenType Lexer::lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType lexType, bool strictMode) function in class:JSC::Lexer
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.h244 } lex; member in union:YYSTYPE
H A Dglslang_tab.cpp307 } lex; member in union:YYSTYPE
2117 const TSymbol* symbol = (yyvsp[(1) - (1)].lex).symbol;
2120 context->error((yyvsp[(1) - (1)].lex).line, "undeclared identifier", (yyvsp[(1) - (1)].lex).string->c_str(), "");
2123 TVariable* fakeVariable = new TVariable((yyvsp[(1) - (1)].lex).string, type);
2129 context->error((yyvsp[(1) - (1)].lex).line, "variable expected", (yyvsp[(1) - (1)].lex).string->c_str(), "");
2141 (yyval.interm.intermTypedNode) = context->intermediate.addConstantUnion(constArray, t, (yyvsp[(1) - (1)].lex).line);
2145 variable->getType(), (yyvsp[(1) - (1)].lex).line);
2163 if (abs((yyvsp[(1) - (1)].lex)
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp5920 int CSSParser::lex(void* yylvalWithoutType) function in class:WebCore::CSSParser
5925 lex();
6797 #define YY_DECL int CSSParser::lex()
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 6230 milliseconds