Home
last modified time | relevance | path

Searched refs:ParsePrototype (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp320 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 Dtoy.cpp347 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 Dtoy.cpp357 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 Dtoy.cpp484 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 Dtoy.cpp536 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 Dtoy-jit.cpp517 static PrototypeAST *ParsePrototype() { in ParsePrototype() function
581 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition()
602 return ParsePrototype(); in ParseExtern()
H A Dtoy.cpp518 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 Dtoy-jit.cpp532 static PrototypeAST *ParsePrototype() { in ParsePrototype() function
596 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition()
617 return ParsePrototype(); in ParseExtern()
H A Dtoy.cpp539 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 Dtoy.cpp604 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 Dtoy.cpp604 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 Dtoy.cpp587 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 Dtoy.cpp610 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 Dtoy.cpp604 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 Dtoy.cpp609 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 Dtoy.cpp516 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 Dtoy.cpp558 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 Dtoy.cpp722 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 DLangImpl02.rst574 static std::unique_ptr<PrototypeAST> ParsePrototype() {
605 auto Proto = ParsePrototype();
622 return ParsePrototype();
H A DLangImpl06.rst172 static std::unique_ptr<PrototypeAST> ParsePrototype() {
399 static std::unique_ptr<PrototypeAST> ParsePrototype() {