/external/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 21 tok_identifier = -4, tok_number = -5 enumerator in enum:Token 24 static std::string IdentifierStr; // Filled in if tok_identifier 42 return tok_identifier; 225 case tok_identifier: return ParseIdentifierExpr(); 277 if (CurTok != tok_identifier) 287 while (getNextToken() == tok_identifier)
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 26 tok_identifier = -4, tok_number = -5 enumerator in enum:Token 29 static std::string IdentifierStr; // Filled in if tok_identifier 47 return tok_identifier; 246 case tok_identifier: return ParseIdentifierExpr(); 298 if (CurTok != tok_identifier) 308 while (getNextToken() == tok_identifier)
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 33 tok_identifier = -4, tok_number = -5 enumerator in enum:Token 36 static std::string IdentifierStr; // Filled in if tok_identifier 54 return tok_identifier; 253 case tok_identifier: return ParseIdentifierExpr(); 305 if (CurTok != tok_identifier) 315 while (getNextToken() == tok_identifier)
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 33 tok_identifier = -4, tok_number = -5, enumerator in enum:Token 40 static std::string IdentifierStr; // Filled in if tok_identifier 63 return tok_identifier; 305 if (CurTok != tok_identifier) 352 case tok_identifier: return ParseIdentifierExpr(); 406 if (CurTok != tok_identifier) 416 while (getNextToken() == tok_identifier)
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 33 tok_identifier = -4, tok_number = -5, enumerator in enum:Token 43 static std::string IdentifierStr; // Filled in if tok_identifier 68 return tok_identifier; 333 if (CurTok != tok_identifier) 380 case tok_identifier: return ParseIdentifierExpr(); 460 case tok_identifier: 497 while (getNextToken() == tok_identifier)
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 33 tok_identifier = -4, tok_number = -5, enumerator in enum:Token 46 static std::string IdentifierStr; // Filled in if tok_identifier 72 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/cached/ |
toy-jit.cpp | 51 tok_identifier = -4, tok_number = -5, enumerator in enum:Token 64 static std::string IdentifierStr; // Filled in if tok_identifier 90 return tok_identifier; 368 if (CurTok != tok_identifier) 414 if (CurTok != tok_identifier) 436 if (CurTok != tok_identifier) 461 case tok_identifier: return ParseIdentifierExpr(); 542 case tok_identifier: 579 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/lazy/ |
toy-jit.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...] |
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/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 81 tok_identifier = -4, tok_number = -5, enumerator in enum:Token 94 static std::string IdentifierStr; // Filled in if tok_identifier 120 return tok_identifier; 398 if (CurTok != tok_identifier) 444 if (CurTok != tok_identifier) 466 if (CurTok != tok_identifier) 491 case tok_identifier: return ParseIdentifierExpr(); 572 case tok_identifier: 609 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...] |