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

123

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
H A Dtokenizer_proxy.js25 TokenizerProxy.prototype.getNextToken = function () {
26 var token = this.tokenizer.getNextToken();
/external/nist-sip/java/gov/nist/core/
H A DStringTokenizer.java174 public String getNextToken(char delim) throws ParseException { method in class:StringTokenizer
H A DLexerCore.java159 public Token getNextToken() { method in class:LexerCore
/external/icu/icu4c/source/tools/genrb/
H A Dread.c64 getNextToken(UCHARBUF* buf, function
/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp168 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
169 /// token the parser is looking at. getNextToken reads another token from the
172 static int getNextToken() { return CurTok = gettok(); } function
205 getNextToken(); // consume the number
211 getNextToken(); // eat (.
218 getNextToken(); // eat ).
228 getNextToken(); // eat identifier.
234 getNextToken(); // eat (
248 getNextToken();
253 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp170 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
171 /// token the parser is looking at. getNextToken reads another token from the
174 static int getNextToken() { return CurTok = gettok(); } function
208 getNextToken(); // consume the number
214 getNextToken(); // eat (.
221 getNextToken(); // eat ).
231 getNextToken(); // eat identifier.
237 getNextToken(); // eat (
251 getNextToken();
256 getNextToken();
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp63 NextToken = getNextToken();
70 NextToken = getNextToken();
79 NextToken = getNextToken();
86 TokenInfo getNextToken() { function in class:clang::ast_matchers::dynamic::Parser::CodeTokenizer
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp176 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
177 /// token the parser is looking at. getNextToken reads another token from the
180 static int getNextToken() { return CurTok = gettok(); } function
214 getNextToken(); // consume the number
220 getNextToken(); // eat (.
227 getNextToken(); // eat ).
237 getNextToken(); // eat identifier.
243 getNextToken(); // eat (
257 getNextToken();
262 getNextToken();
[all...]
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp459 getNextToken(status);
594 getNextToken(status);
608 getNextToken(status);
1176 PluralRuleParser::getNextToken(UErrorCode &status) function in class:PluralRuleParser
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp218 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
219 /// token the parser is looking at. getNextToken reads another token from the
222 static int getNextToken() { return CurTok = gettok(); } function
256 getNextToken(); // consume the number
262 getNextToken(); // eat (.
269 getNextToken(); // eat ).
279 getNextToken(); // eat identifier.
285 getNextToken(); // eat (
299 getNextToken();
304 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp251 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
252 /// token the parser is looking at. getNextToken reads another token from the
255 static int getNextToken() { return CurTok = gettok(); } function
289 getNextToken(); // consume the number
295 getNextToken(); // eat (.
302 getNextToken(); // eat ).
312 getNextToken(); // eat identifier.
318 getNextToken(); // eat (
332 getNextToken();
337 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp270 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
271 /// token the parser is looking at. getNextToken reads another token from the
274 static int getNextToken() { return CurTok = gettok(); } function
308 getNextToken(); // consume the number
314 getNextToken(); // eat (.
321 getNextToken(); // eat ).
331 getNextToken(); // eat identifier.
337 getNextToken(); // eat (
351 getNextToken();
356 getNextToken();
[all...]
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
H A Dtokenizer.js205 Tokenizer.prototype.getNextToken = function () {
/external/clang/lib/Format/
H A DFormat.cpp783 Tokens.push_back(getNextToken());
1175 FormatToken *getNextToken() { function in class:clang::format::__anon1195::FormatTokenLexer
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp407 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
408 /// token the parser is looking at. getNextToken reads another token from the
411 static int getNextToken() { return CurTok = gettok(); } function
445 getNextToken(); // consume the number
451 getNextToken(); // eat (.
458 getNextToken(); // eat ).
470 getNextToken(); // eat identifier.
476 getNextToken(); // eat (
490 getNextToken();
495 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp254 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
255 /// token the parser is looking at. getNextToken reads another token from the
258 static int getNextToken() { function
290 getNextToken(); // eat identifier.
296 getNextToken(); // eat (
308 getNextToken();
313 getNextToken();
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
333 getNextToken(); // ea
[all...]
H A Dtoy.cpp261 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
262 /// token the parser is looking at. getNextToken reads another token from the
265 static int getNextToken() { function
297 getNextToken(); // eat identifier.
303 getNextToken(); // eat (
315 getNextToken();
320 getNextToken();
328 getNextToken(); // consume the number
334 getNextToken(); // eat (.
340 getNextToken(); // ea
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp280 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
281 /// token the parser is looking at. getNextToken reads another token from the
284 static int getNextToken() { function
316 getNextToken(); // eat identifier.
322 getNextToken(); // eat (
334 getNextToken();
339 getNextToken();
347 getNextToken(); // consume the number
353 getNextToken(); // eat (.
359 getNextToken(); // ea
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp238 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
239 /// token the parser is looking at. getNextToken reads another token from the
242 static int getNextToken() { function
274 getNextToken(); // eat identifier.
280 getNextToken(); // eat (
292 getNextToken();
297 getNextToken();
305 getNextToken(); // consume the number
311 getNextToken(); // eat (.
317 getNextToken(); // ea
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp239 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
240 /// token the parser is looking at. getNextToken reads another token from the
243 static int getNextToken() { function
275 getNextToken(); // eat identifier.
281 getNextToken(); // eat (
293 getNextToken();
298 getNextToken();
306 getNextToken(); // consume the number
312 getNextToken(); // eat (.
318 getNextToken(); // ea
[all...]
H A Dtoy.cpp240 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
241 /// token the parser is looking at. getNextToken reads another token from the
244 static int getNextToken() { function
276 getNextToken(); // eat identifier.
282 getNextToken(); // eat (
294 getNextToken();
299 getNextToken();
307 getNextToken(); // consume the number
313 getNextToken(); // eat (.
319 getNextToken(); // ea
[all...]
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp255 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
256 /// token the parser is looking at. getNextToken reads another token from the
259 static int getNextToken() { function
298 getNextToken(); // eat identifier.
304 getNextToken(); // eat (
316 getNextToken();
321 getNextToken();
329 getNextToken(); // consume the number
335 getNextToken(); // eat (.
342 getNextToken(); // ea
[all...]
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp254 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
255 /// token the parser is looking at. getNextToken reads another token from the
258 static int getNextToken() { function
297 getNextToken(); // eat identifier.
303 getNextToken(); // eat (
315 getNextToken();
320 getNextToken();
328 getNextToken(); // consume the number
334 getNextToken(); // eat (.
341 getNextToken(); // ea
[all...]
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp254 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
255 /// token the parser is looking at. getNextToken reads another token from the
258 static int getNextToken() { function
297 getNextToken(); // eat identifier.
303 getNextToken(); // eat (
315 getNextToken();
320 getNextToken();
328 getNextToken(); // consume the number
334 getNextToken(); // eat (.
341 getNextToken(); // ea
[all...]
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp254 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
255 /// token the parser is looking at. getNextToken reads another token from the
258 static int getNextToken() { function
297 getNextToken(); // eat identifier.
303 getNextToken(); // eat (
315 getNextToken();
320 getNextToken();
328 getNextToken(); // consume the number
334 getNextToken(); // eat (.
341 getNextToken(); // ea
[all...]

Completed in 1371 milliseconds

123