/llvm-project/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()
|
/llvm-project/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()
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 361 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 386 auto Proto = ParsePrototype(); in ParseDefinition() 409 return ParsePrototype(); in ParseExtern()
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangBuiltinsEmitter.cpp | 37 ParsePrototype(Builtin->getValueAsString("Prototype")); 41 void ParsePrototype(StringRef Prototype) { in ParsePrototype() 38 void ParsePrototype(StringRef Prototype) { ParsePrototype() function in __anon320b0ec10111::PrototypeParser
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 488 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 513 auto Proto = ParsePrototype(); in ParseDefinition() 536 return ParsePrototype(); in ParseExtern()
|
/llvm-project/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()
|
/llvm-project/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()
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 540 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 605 auto Proto = ParsePrototype(); in ParseDefinition() 628 return ParsePrototype(); in ParseExtern()
|
/llvm-project/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()
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 613 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function 678 auto Proto = ParsePrototype(); in ParseDefinition() 701 return ParsePrototype(); in ParseExtern()
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/ |
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()
|
/llvm-project/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()
|
/llvm-project/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()
|
/llvm-project/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()
|
/llvm-project/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()
|
/llvm-project/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()
|
/llvm-project/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()
|
/llvm-project/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() {
|