/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/ |
H A D | toy.cpp | 320 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 345 auto Proto = ParsePrototype(); in ParseDefinition() 368 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 347 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 372 auto Proto = ParsePrototype(); in ParseDefinition() 395 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 357 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 382 auto Proto = ParsePrototype(); in ParseDefinition() 405 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 484 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 509 auto Proto = ParsePrototype(); in ParseDefinition() 532 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 536 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 601 auto Proto = ParsePrototype(); in ParseDefinition() 624 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 517 static PrototypeAST *ParsePrototype() { in ParsePrototype() function 581 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() 602 return ParsePrototype(); in ParseExtern()
|
H A D | toy.cpp | 518 static PrototypeAST *ParsePrototype() { in ParsePrototype() function 582 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() 603 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 532 static PrototypeAST *ParsePrototype() { in ParsePrototype() function 596 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() 617 return ParsePrototype(); in ParseExtern()
|
H A D | toy.cpp | 539 static PrototypeAST *ParsePrototype() { in ParsePrototype() function 603 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() 624 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 604 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 669 auto Proto = ParsePrototype(); in ParseDefinition() 692 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 604 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 669 auto Proto = ParsePrototype(); in ParseDefinition() 692 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 587 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 652 auto Proto = ParsePrototype(); in ParseDefinition() 675 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 610 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 675 auto Proto = ParsePrototype(); in ParseDefinition() 698 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 604 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 669 auto Proto = ParsePrototype(); in ParseDefinition() 692 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 609 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 674 auto Proto = ParsePrototype(); in ParseDefinition() 697 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 516 static PrototypeAST *ParsePrototype() { in ParsePrototype() function 580 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() 601 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 558 static PrototypeAST *ParsePrototype() { in ParsePrototype() function 622 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() 643 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 722 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 789 auto Proto = ParsePrototype(); in ParseDefinition() 813 return ParsePrototype(); in ParseExtern()
|
/netbsd/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl02.rst | 574 static std::unique_ptr<PrototypeAST> ParsePrototype() { 605 auto Proto = ParsePrototype(); 622 return ParsePrototype();
|
H A D | LangImpl06.rst | 172 static std::unique_ptr<PrototypeAST> ParsePrototype() { 399 static std::unique_ptr<PrototypeAST> ParsePrototype() {
|