Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp325 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
350 auto Proto = ParsePrototype(); in ParseDefinition()
373 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp328 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
353 auto Proto = ParsePrototype(); in ParseDefinition()
376 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp334 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
359 auto Proto = ParsePrototype(); in ParseDefinition()
382 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp458 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
483 auto Proto = ParsePrototype(); in ParseDefinition()
506 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp532 static PrototypeAST *ParsePrototype() { in ParsePrototype() function
596 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition()
617 return ParsePrototype(); in ParseExtern()
Dtoy.cpp539 static PrototypeAST *ParsePrototype() { in ParsePrototype() function
603 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition()
624 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp517 static PrototypeAST *ParsePrototype() { in ParsePrototype() function
581 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition()
602 return ParsePrototype(); in ParseExtern()
Dtoy.cpp518 static PrototypeAST *ParsePrototype() { in ParsePrototype() function
582 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition()
603 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp509 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
574 auto Proto = ParsePrototype(); in ParseDefinition()
597 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp579 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
644 auto Proto = ParsePrototype(); in ParseDefinition()
667 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp516 static PrototypeAST *ParsePrototype() { in ParsePrototype() function
580 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition()
601 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp554 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
619 auto Proto = ParsePrototype(); in ParseDefinition()
642 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp558 static PrototypeAST *ParsePrototype() { in ParsePrototype() function
622 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition()
643 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp554 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
619 auto Proto = ParsePrototype(); in ParseDefinition()
642 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp554 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
619 auto Proto = ParsePrototype(); in ParseDefinition()
642 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp721 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
788 auto Proto = ParsePrototype(); in ParseDefinition()
812 return ParsePrototype(); in ParseExtern()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp555 static std::unique_ptr<PrototypeAST> ParsePrototype() { in ParsePrototype() function
620 auto Proto = ParsePrototype(); in ParseDefinition()
643 return ParsePrototype(); in ParseExtern()
/external/llvm/docs/tutorial/
DLangImpl2.rst572 static std::unique_ptr<PrototypeAST> ParsePrototype() {
603 auto Proto = ParsePrototype();
620 return ParsePrototype();
DLangImpl6.rst171 static std::unique_ptr<PrototypeAST> ParsePrototype() {
398 static std::unique_ptr<PrototypeAST> ParsePrototype() {