HomeSort by relevance Sort by last modified time
    Searched refs:tok_identifier (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
toy.cpp 20 tok_identifier = -4, tok_number = -5 enumerator in enum:Token
23 static std::string IdentifierStr; // Filled in if tok_identifier
41 return tok_identifier;
232 case tok_identifier: return ParseIdentifierExpr();
284 if (CurTok != tok_identifier)
294 while (getNextToken() == tok_identifier)
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 35 tok_identifier = -4, enumerator in enum:Token
39 static std::string IdentifierStr; // Filled in if tok_identifier
59 return tok_identifier;
267 case tok_identifier:
327 if (CurTok != tok_identifier)
337 while (getNextToken() == tok_identifier)
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
toy.cpp 25 tok_identifier = -4, tok_number = -5 enumerator in enum:Token
28 static std::string IdentifierStr; // Filled in if tok_identifier
46 return tok_identifier;
244 case tok_identifier: return ParseIdentifierExpr();
296 if (CurTok != tok_identifier)
306 while (getNextToken() == tok_identifier)
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 36 tok_identifier = -4, enumerator in enum:Token
40 static std::string IdentifierStr; // Filled in if tok_identifier
60 return tok_identifier;
277 case tok_identifier:
337 if (CurTok != tok_identifier)
347 while (getNextToken() == tok_identifier)
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 45 tok_identifier = -4, enumerator in enum:Token
49 static std::string IdentifierStr; // Filled in if tok_identifier
69 return tok_identifier;
286 case tok_identifier:
346 if (CurTok != tok_identifier)
356 while (getNextToken() == tok_identifier)
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
toy.cpp 32 tok_identifier = -4, tok_number = -5 enumerator in enum:Token
35 static std::string IdentifierStr; // Filled in if tok_identifier
53 return tok_identifier;
251 case tok_identifier: return ParseIdentifierExpr();
303 if (CurTok != tok_identifier)
313 while (getNextToken() == tok_identifier)
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 46 tok_identifier = -4, enumerator in enum:Token
57 static std::string IdentifierStr; // Filled in if tok_identifier
87 return tok_identifier;
355 if (CurTok != tok_identifier)
407 case tok_identifier:
471 if (CurTok != tok_identifier)
481 while (getNextToken() == tok_identifier)
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 32 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
39 static std::string IdentifierStr; // Filled in if tok_identifier
62 return tok_identifier;
303 if (CurTok != tok_identifier)
350 case tok_identifier: return ParseIdentifierExpr();
404 if (CurTok != tok_identifier)
414 while (getNextToken() == tok_identifier)
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 32 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
42 static std::string IdentifierStr; // Filled in if tok_identifier
67 return tok_identifier;
331 if (CurTok != tok_identifier)
378 case tok_identifier: return ParseIdentifierExpr();
458 case tok_identifier:
495 while (getNextToken() == tok_identifier)
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 47 tok_identifier = -4, enumerator in enum:Token
65 static std::string IdentifierStr; // Filled in if tok_identifier
101 return tok_identifier;
408 if (CurTok != tok_identifier)
458 if (CurTok != tok_identifier)
482 if (CurTok != tok_identifier)
509 case tok_identifier:
601 case tok_identifier:
638 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 47 tok_identifier = -4, enumerator in enum:Token
65 static std::string IdentifierStr; // Filled in if tok_identifier
101 return tok_identifier;
408 if (CurTok != tok_identifier)
458 if (CurTok != tok_identifier)
482 if (CurTok != tok_identifier)
509 case tok_identifier:
601 case tok_identifier:
638 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 47 tok_identifier = -4, enumerator in enum:Token
65 static std::string IdentifierStr; // Filled in if tok_identifier
101 return tok_identifier;
408 if (CurTok != tok_identifier)
458 if (CurTok != tok_identifier)
482 if (CurTok != tok_identifier)
509 case tok_identifier:
601 case tok_identifier:
638 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 48 tok_identifier = -4, enumerator in enum:Token
66 static std::string IdentifierStr; // Filled in if tok_identifier
102 return tok_identifier;
396 if (CurTok != tok_identifier)
446 if (CurTok != tok_identifier)
470 if (CurTok != tok_identifier)
497 case tok_identifier:
589 case tok_identifier:
626 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp 63 tok_identifier = -4, enumerator in enum:Token
81 static std::string IdentifierStr; // Filled in if tok_identifier
117 return tok_identifier;
411 if (CurTok != tok_identifier)
461 if (CurTok != tok_identifier)
485 if (CurTok != tok_identifier)
512 case tok_identifier:
604 case tok_identifier:
641 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 47 tok_identifier = -4, enumerator in enum:Token
65 static std::string IdentifierStr; // Filled in if tok_identifier
101 return tok_identifier;
408 if (CurTok != tok_identifier)
458 if (CurTok != tok_identifier)
482 if (CurTok != tok_identifier)
509 case tok_identifier:
601 case tok_identifier:
638 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 44 tok_identifier = -4, enumerator in enum:Token
62 static std::string IdentifierStr; // Filled in if tok_identifier
98 return tok_identifier;
405 if (CurTok != tok_identifier)
455 if (CurTok != tok_identifier)
479 if (CurTok != tok_identifier)
506 case tok_identifier:
598 case tok_identifier:
635 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 50 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
63 static std::string IdentifierStr; // Filled in if tok_identifier
89 return tok_identifier;
367 if (CurTok != tok_identifier)
413 if (CurTok != tok_identifier)
435 if (CurTok != tok_identifier)
460 case tok_identifier: return ParseIdentifierExpr();
541 case tok_identifier:
578 while (getNextToken() == tok_identifier)
    [all...]
toy.cpp 57 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
70 static std::string IdentifierStr; // Filled in if tok_identifier
96 return tok_identifier;
374 if (CurTok != tok_identifier)
420 if (CurTok != tok_identifier)
442 if (CurTok != tok_identifier)
467 case tok_identifier: return ParseIdentifierExpr();
548 case tok_identifier:
585 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 34 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
47 static std::string IdentifierStr; // Filled in if tok_identifier
73 return tok_identifier;
351 if (CurTok != tok_identifier)
397 if (CurTok != tok_identifier)
419 if (CurTok != tok_identifier)
444 case tok_identifier: return ParseIdentifierExpr();
525 case tok_identifier:
562 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 35 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
48 static std::string IdentifierStr; // Filled in if tok_identifier
74 return tok_identifier;
352 if (CurTok != tok_identifier)
398 if (CurTok != tok_identifier)
420 if (CurTok != tok_identifier)
445 case tok_identifier: return ParseIdentifierExpr();
526 case tok_identifier:
563 while (getNextToken() == tok_identifier)
    [all...]
toy.cpp 36 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
49 static std::string IdentifierStr; // Filled in if tok_identifier
75 return tok_identifier;
353 if (CurTok != tok_identifier)
399 if (CurTok != tok_identifier)
421 if (CurTok != tok_identifier)
446 case tok_identifier: return ParseIdentifierExpr();
527 case tok_identifier:
564 while (getNextToken() == tok_identifier)
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 32 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
45 static std::string IdentifierStr; // Filled in if tok_identifier
71 return tok_identifier;
349 if (CurTok != tok_identifier)
395 if (CurTok != tok_identifier)
417 if (CurTok != tok_identifier)
442 case tok_identifier: return ParseIdentifierExpr();
523 case tok_identifier:
560 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 36 tok_identifier = -4, enumerator in enum:Token
62 case tok_identifier:
119 static std::string IdentifierStr; // Filled in if tok_identifier
157 return tok_identifier;
537 if (CurTok != tok_identifier)
587 if (CurTok != tok_identifier)
611 if (CurTok != tok_identifier)
638 case tok_identifier:
733 case tok_identifier:
770 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 76 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
89 static std::string IdentifierStr; // Filled in if tok_identifier
115 return tok_identifier;
393 if (CurTok != tok_identifier)
439 if (CurTok != tok_identifier)
461 if (CurTok != tok_identifier)
486 case tok_identifier: return ParseIdentifierExpr();
567 case tok_identifier:
604 while (getNextToken() == tok_identifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 46 tok_identifier = -4, enumerator in enum:Token
61 static std::string IdentifierStr; // Filled in if tok_identifier
95 return tok_identifier;
388 if (CurTok != tok_identifier)
440 case tok_identifier:
530 case tok_identifier:
567 while (getNextToken() == tok_identifier)

Completed in 957 milliseconds

1 2