HomeSort by relevance Sort by last modified time
    Searched full:getnexttoken (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 169 /// 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(); }
206 getNextToken(); // consume the number
212 getNextToken(); // eat (.
219 getNextToken(); // eat ).
229 getNextToken(); // eat identifier.
235 getNextToken(); // eat (
249 getNextToken();
254 getNextToken();
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
toy.cpp 142 /// 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() {
178 getNextToken(); // eat identifier.
184 getNextToken(); // eat (
196 getNextToken();
201 getNextToken();
209 getNextToken(); // consume the number
215 getNextToken(); // eat (.
221 getNextToken(); // eat )
    [all...]
  /external/icu/icu4c/source/tools/genrb/
read.h 28 /* The types of tokens which may be returned by getNextToken.
48 getNextToken(UCHARBUF *buf,
  /build/kati/
find.cc 414 bool GetNextToken(StringPiece* tok) {
477 if (!GetNextToken(&tok) || tok != "-d")
479 if (!GetNextToken(&tok) || tok.empty())
487 if (!GetNextToken(&tok) || tok.empty())
494 if (!GetNextToken(&tok) || tok.empty())
497 if (!GetNextToken(&tok) || tok != ")") {
502 if (!GetNextToken(&tok) || tok.empty())
506 if (!GetNextToken(&tok) || tok.empty())
537 if (!GetNextToken(&tok))
540 if (!GetNextToken(&tok) || tok.empty()
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 263 /// 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(); }
301 getNextToken(); // consume the number
307 getNextToken(); // eat (.
314 getNextToken(); // eat ).
324 getNextToken(); // eat identifier.
330 getNextToken(); // eat (
344 getNextToken();
349 getNextToken();
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 218 /// 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() {
254 getNextToken(); // eat identifier.
260 getNextToken(); // eat (
272 getNextToken();
277 getNextToken();
285 getNextToken(); // consume the number
291 getNextToken(); // eat (.
297 getNextToken(); // eat )
    [all...]
  /external/ImageMagick/coders/
svg.c 307 GetNextToken(p,&p,MagickPathExtent,token);
331 GetNextToken(p,&p,MagickPathExtent,token);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 88 Token token = lexer.getNextToken();
101 token = lexer.getNextToken();
106 Token token2 = lexer.getNextToken();
130 Token tok = lexer.getNextToken();
143 tok = lexer.getNextToken();
150 Token token2 = lexer.getNextToken();
ViaParser.java 57 Token protocolName = lexer.getNextToken();
65 Token protocolVersion = lexer.getNextToken();
75 Token transport = lexer.getNextToken();
122 Token tok = lexer.getNextToken();
125 tok = lexer.getNextToken();
150 Token name = lexer.getNextToken();
173 Token value = lexer.getNextToken();
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 283 /// 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(); }
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/
toy.cpp 283 /// 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(); }
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/
toy.cpp 283 /// 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(); }
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/
toy.cpp 271 /// 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(); }
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/
toy.cpp 286 /// 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(); }
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/Chapter7/
toy.cpp 283 /// 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(); }
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/
toy.cpp 280 /// 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(); }
318 getNextToken(); // consume the number
324 getNextToken(); // eat (.
331 getNextToken(); // eat ).
341 getNextToken(); // eat identifier.
347 getNextToken(); // eat (
361 getNextToken();
366 getNextToken();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 408 /// 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(); }
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/
toy-jit.cpp 254 /// 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() {
290 getNextToken(); // eat identifier.
296 getNextToken(); // eat (
308 getNextToken();
313 getNextToken();
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
333 getNextToken(); // eat )
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 238 /// 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() {
274 getNextToken(); // eat identifier.
280 getNextToken(); // eat (
292 getNextToken();
297 getNextToken();
305 getNextToken(); // consume the number
311 getNextToken(); // eat (.
317 getNextToken(); // eat )
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 239 /// 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() {
275 getNextToken(); // eat identifier.
281 getNextToken(); // eat (
293 getNextToken();
298 getNextToken();
306 getNextToken(); // consume the number
312 getNextToken(); // eat (.
318 getNextToken(); // eat )
    [all...]
toy.cpp 240 /// 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() {
276 getNextToken(); // eat identifier.
282 getNextToken(); // eat (
294 getNextToken();
299 getNextToken();
307 getNextToken(); // consume the number
313 getNextToken(); // eat (.
319 getNextToken(); // eat )
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 236 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
237 /// token the parser is looking at. getNextToken reads another token from the
240 static int getNextToken() {
272 getNextToken(); // eat identifier.
278 getNextToken(); // eat (
290 getNextToken();
295 getNextToken();
303 getNextToken(); // consume the number
309 getNextToken(); // eat (.
315 getNextToken(); // eat )
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 230 /// 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(); }
268 getNextToken(); // consume the number
274 getNextToken(); // eat (.
281 getNextToken(); // eat ).
291 getNextToken(); // eat identifier.
297 getNextToken(); // eat (
311 getNextToken();
316 getNextToken();
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 190 /// 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() {
226 getNextToken(); // eat identifier.
232 getNextToken(); // eat (
244 getNextToken();
249 getNextToken();
257 getNextToken(); // consume the number
263 getNextToken(); // eat (.
269 getNextToken(); // eat )
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 178 /// 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(); }
216 getNextToken(); // consume the number
222 getNextToken(); // eat (.
229 getNextToken(); // eat ).
239 getNextToken(); // eat identifier.
245 getNextToken(); // eat (
259 getNextToken();
264 getNextToken();
    [all...]

Completed in 806 milliseconds

1 2 3 4 5 6 7 8