HomeSort by: relevance | last modified time | path
    Searched defs:getNextToken (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 163 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
164 /// token the parser is looking at. getNextToken reads another token from the
167 static int getNextToken() { return CurTok = gettok(); }
200 getNextToken(); // consume the number
206 getNextToken(); // eat (.
213 getNextToken(); // eat ).
223 getNextToken(); // eat identifier.
229 getNextToken(); // eat (
243 getNextToken();
248 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 189 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
190 /// token the parser is looking at. getNextToken reads another token from the
193 static int getNextToken() { return CurTok = gettok(); }
227 getNextToken(); // consume the number
233 getNextToken(); // eat (.
240 getNextToken(); // eat ).
250 getNextToken(); // eat identifier.
256 getNextToken(); // eat (
270 getNextToken();
275 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 199 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
200 /// token the parser is looking at. getNextToken reads another token from the
203 static int getNextToken() { return CurTok = gettok(); }
237 getNextToken(); // consume the number
243 getNextToken(); // eat (.
250 getNextToken(); // eat ).
260 getNextToken(); // eat identifier.
266 getNextToken(); // eat (
280 getNextToken();
285 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 73 NextToken = getNextToken();
80 NextToken = getNextToken();
89 NextToken = getNextToken();
95 NextToken = getNextToken();
109 TokenInfo getNextToken() {
130 return getNextToken();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 295 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
296 /// token the parser is looking at. getNextToken reads another token from the
299 static int getNextToken() { return CurTok = gettok(); }
333 getNextToken(); // consume the number
339 getNextToken(); // eat (.
346 getNextToken(); // eat ).
356 getNextToken(); // eat identifier.
362 getNextToken(); // eat (
376 getNextToken();
381 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 295 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
296 /// token the parser is looking at. getNextToken reads another token from the
299 static int getNextToken() { return CurTok = gettok(); }
333 getNextToken(); // consume the number
339 getNextToken(); // eat (.
346 getNextToken(); // eat ).
356 getNextToken(); // eat identifier.
362 getNextToken(); // eat (
376 getNextToken();
381 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 295 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
296 /// token the parser is looking at. getNextToken reads another token from the
299 static int getNextToken() { return CurTok = gettok(); }
333 getNextToken(); // consume the number
339 getNextToken(); // eat (.
346 getNextToken(); // eat ).
356 getNextToken(); // eat identifier.
362 getNextToken(); // eat (
376 getNextToken();
381 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 278 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
279 /// token the parser is looking at. getNextToken reads another token from the
282 static int getNextToken() { return CurTok = gettok(); }
316 getNextToken(); // consume the number
322 getNextToken(); // eat (.
329 getNextToken(); // eat ).
339 getNextToken(); // eat identifier.
345 getNextToken(); // eat (
359 getNextToken();
364 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 244 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
245 /// token the parser is looking at. getNextToken reads another token from the
248 static int getNextToken() { return CurTok = gettok(); }
282 getNextToken(); // consume the number
288 getNextToken(); // eat (.
295 getNextToken(); // eat ).
305 getNextToken(); // eat identifier.
311 getNextToken(); // eat (
325 getNextToken();
330 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 278 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
279 /// token the parser is looking at. getNextToken reads another token from the
282 static int getNextToken() { return CurTok = gettok(); }
316 getNextToken(); // consume the number
322 getNextToken(); // eat (.
329 getNextToken(); // eat ).
339 getNextToken(); // eat identifier.
345 getNextToken(); // eat (
359 getNextToken();
364 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 300 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
301 /// token the parser is looking at. getNextToken reads another token from the
304 static int getNextToken() { return CurTok = gettok(); }
338 getNextToken(); // consume the number
344 getNextToken(); // eat (.
351 getNextToken(); // eat ).
361 getNextToken(); // eat identifier.
367 getNextToken(); // eat (
381 getNextToken();
386 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 301 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
302 /// token the parser is looking at. getNextToken reads another token from the
305 static int getNextToken() { return CurTok = gettok(); }
339 getNextToken(); // consume the number
345 getNextToken(); // eat (.
352 getNextToken(); // eat ).
362 getNextToken(); // eat identifier.
368 getNextToken(); // eat (
382 getNextToken();
387 getNextToken();
    [all...]
  /src/external/apache2/llvm/dist/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...]
toy.cpp 261 /// 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() {
297 getNextToken(); // eat identifier.
303 getNextToken(); // eat (
315 getNextToken();
320 getNextToken();
328 getNextToken(); // consume the number
334 getNextToken(); // eat (.
340 getNextToken(); // eat )
    [all...]
  /src/external/apache2/llvm/dist/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...]
  /src/external/apache2/llvm/dist/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...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
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() {
316 getNextToken(); // eat identifier.
322 getNextToken(); // eat (
334 getNextToken();
339 getNextToken();
347 getNextToken(); // consume the number
353 getNextToken(); // eat (.
359 getNextToken(); // eat )
    [all...]
  /src/external/apache2/llvm/dist/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...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 172 milliseconds