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

123

/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/clang/lib/Format/
H A DFormatTokenLexer.cpp49 Tokens.push_back(getNextToken());
386 FormatToken *FormatTokenLexer::getNextToken() { function in class:clang::format::FormatTokenLexer
/external/icu/icu4c/source/tools/genrb/
H A Dread.c66 getNextToken(UCHARBUF* buf, function
/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp169 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
170 /// token the parser is looking at. getNextToken reads another token from the
173 static int getNextToken() { return CurTok = gettok(); } function
206 getNextToken(); // consume the number
212 getNextToken(); // eat (.
219 getNextToken(); // eat ).
229 getNextToken(); // eat identifier.
235 getNextToken(); // eat (
249 getNextToken();
254 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp178 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
179 /// token the parser is looking at. getNextToken reads another token from the
182 static int getNextToken() { return CurTok = gettok(); } function
216 getNextToken(); // consume the number
222 getNextToken(); // eat (.
229 getNextToken(); // eat ).
239 getNextToken(); // eat identifier.
245 getNextToken(); // eat (
259 getNextToken();
264 getNextToken();
[all...]
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp142 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
143 /// token the parser is looking at. getNextToken reads another token from the
146 static int getNextToken() { function
178 getNextToken(); // eat identifier.
184 getNextToken(); // eat (
196 getNextToken();
201 getNextToken();
209 getNextToken(); // consume the number
215 getNextToken(); // eat (.
221 getNextToken(); // ea
[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.cpp187 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
188 /// token the parser is looking at. getNextToken reads another token from the
191 static int getNextToken() { return CurTok = gettok(); } function
225 getNextToken(); // consume the number
231 getNextToken(); // eat (.
238 getNextToken(); // eat ).
248 getNextToken(); // eat identifier.
254 getNextToken(); // eat (
268 getNextToken();
273 getNextToken();
[all...]
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp154 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
155 /// token the parser is looking at. getNextToken reads another token from the
158 static int getNextToken() { function
190 getNextToken(); // eat identifier.
196 getNextToken(); // eat (
208 getNextToken();
213 getNextToken();
221 getNextToken(); // consume the number
227 getNextToken(); // eat (.
233 getNextToken(); // ea
[all...]
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp161 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
162 /// token the parser is looking at. getNextToken reads another token from the
165 static int getNextToken() { function
197 getNextToken(); // eat identifier.
203 getNextToken(); // eat (
215 getNextToken();
220 getNextToken();
228 getNextToken(); // consume the number
234 getNextToken(); // eat (.
240 getNextToken(); // ea
[all...]
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp459 getNextToken(status);
595 getNextToken(status);
609 getNextToken(status);
1177 PluralRuleParser::getNextToken(UErrorCode &status) function in class:PluralRuleParser
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp283 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
284 /// token the parser is looking at. getNextToken reads another token from the
287 static int getNextToken() { return CurTok = gettok(); } function
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
334 getNextToken(); // eat ).
344 getNextToken(); // eat identifier.
350 getNextToken(); // eat (
364 getNextToken();
369 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp283 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
284 /// token the parser is looking at. getNextToken reads another token from the
287 static int getNextToken() { return CurTok = gettok(); } function
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
334 getNextToken(); // eat ).
344 getNextToken(); // eat identifier.
350 getNextToken(); // eat (
364 getNextToken();
369 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp283 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
284 /// token the parser is looking at. getNextToken reads another token from the
287 static int getNextToken() { return CurTok = gettok(); } function
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
334 getNextToken(); // eat ).
344 getNextToken(); // eat identifier.
350 getNextToken(); // eat (
364 getNextToken();
369 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp271 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
272 /// token the parser is looking at. getNextToken reads another token from the
275 static int getNextToken() { return CurTok = gettok(); } function
309 getNextToken(); // consume the number
315 getNextToken(); // eat (.
322 getNextToken(); // eat ).
332 getNextToken(); // eat identifier.
338 getNextToken(); // eat (
352 getNextToken();
357 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp286 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
287 /// token the parser is looking at. getNextToken reads another token from the
290 static int getNextToken() { return CurTok = gettok(); } function
324 getNextToken(); // consume the number
330 getNextToken(); // eat (.
337 getNextToken(); // eat ).
347 getNextToken(); // eat identifier.
353 getNextToken(); // eat (
367 getNextToken();
372 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp230 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
231 /// token the parser is looking at. getNextToken reads another token from the
234 static int getNextToken() { return CurTok = gettok(); } function
268 getNextToken(); // consume the number
274 getNextToken(); // eat (.
281 getNextToken(); // eat ).
291 getNextToken(); // eat identifier.
297 getNextToken(); // eat (
311 getNextToken();
316 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp263 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
264 /// token the parser is looking at. getNextToken reads another token from the
267 static int getNextToken() { return CurTok = gettok(); } function
301 getNextToken(); // consume the number
307 getNextToken(); // eat (.
314 getNextToken(); // eat ).
324 getNextToken(); // eat identifier.
330 getNextToken(); // eat (
344 getNextToken();
349 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp283 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
284 /// token the parser is looking at. getNextToken reads another token from the
287 static int getNextToken() { return CurTok = gettok(); } function
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
334 getNextToken(); // eat ).
344 getNextToken(); // eat identifier.
350 getNextToken(); // eat (
364 getNextToken();
369 getNextToken();
[all...]
/external/llvm/examples/Kaleidoscope/Chapter8/
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() { return CurTok = gettok(); } function
318 getNextToken(); // consume the number
324 getNextToken(); // eat (.
331 getNextToken(); // eat ).
341 getNextToken(); // eat identifier.
347 getNextToken(); // eat (
361 getNextToken();
366 getNextToken();
[all...]
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp190 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
191 /// token the parser is looking at. getNextToken reads another token from the
194 static int getNextToken() { function
226 getNextToken(); // eat identifier.
232 getNextToken(); // eat (
244 getNextToken();
249 getNextToken();
257 getNextToken(); // consume the number
263 getNextToken(); // eat (.
269 getNextToken(); // ea
[all...]
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
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() { function
254 getNextToken(); // eat identifier.
260 getNextToken(); // eat (
272 getNextToken();
277 getNextToken();
285 getNextToken(); // consume the number
291 getNextToken(); // eat (.
297 getNextToken(); // ea
[all...]
/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp408 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
409 /// token the parser is looking at. getNextToken reads another token from the
412 static int getNextToken() { return CurTok = gettok(); } function
446 getNextToken(); // consume the number
452 getNextToken(); // eat (.
459 getNextToken(); // eat ).
471 getNextToken(); // eat identifier.
477 getNextToken(); // eat (
491 getNextToken();
496 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...]

Completed in 555 milliseconds

123