Home
last modified time | relevance | path

Searched refs:ParseExtern (Results 1 – 18 of 18) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp320 static PrototypeAST *ParseExtern() { in ParseExtern() function
339 if (ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp341 static PrototypeAST *ParseExtern() { in ParseExtern() function
488 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp378 static PrototypeAST *ParseExtern() { in ParseExtern() function
772 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp498 static PrototypeAST *ParseExtern() { in ParseExtern() function
812 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp586 static PrototypeAST *ParseExtern() { in ParseExtern() function
927 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp615 static PrototypeAST *ParseExtern() { in ParseExtern() function
1045 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
Dtoy.cpp622 static PrototypeAST *ParseExtern() { in ParseExtern() function
1412 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp657 static PrototypeAST *ParseExtern() { in ParseExtern() function
1100 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp600 static PrototypeAST *ParseExtern() { in ParseExtern() function
1027 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
Dtoy.cpp601 static PrototypeAST *ParseExtern() { in ParseExtern() function
1310 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp599 static PrototypeAST *ParseExtern() { in ParseExtern() function
1269 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp808 static PrototypeAST *ParseExtern() { in ParseExtern() function
1344 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp641 static PrototypeAST *ParseExtern() { in ParseExtern() function
1490 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp641 static std::unique_ptr<PrototypeAST> ParseExtern() { in ParseExtern() function
1258 if (auto P = ParseExtern()) in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp641 static std::unique_ptr<PrototypeAST> ParseExtern() { in ParseExtern() function
1223 if (auto P = ParseExtern()) in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp641 static std::unique_ptr<PrototypeAST> ParseExtern() { in ParseExtern() function
1227 if (auto P = ParseExtern()) in HandleExtern()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp642 static std::unique_ptr<PrototypeAST> ParseExtern() { in ParseExtern() function
1325 if (auto P = ParseExtern()) in HandleExtern()
/external/llvm/docs/tutorial/
DLangImpl2.rst590 static PrototypeAST *ParseExtern() {