Home
last modified time | relevance | path

Searched refs:ExprSymbol (Results 26 – 50 of 135) sorted by relevance

123456

/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp884 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
885 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
889 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp884 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
885 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
889 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp884 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
885 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
889 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm90/llvm-9.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp884 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
885 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
889 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm80/llvm-8.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp884 auto ExprSymbol = TheJIT->findSymbol("__anon_expr");
885 assert(ExprSymbol && "Function not found");
889 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress());
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp884 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
885 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
889 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp619 auto ExprSymbol = ExitOnErr(TheJIT->lookup("__anon_expr")); in HandleTopLevelExpression() local
623 double (*FP)() = (double (*)())(intptr_t)ExprSymbol.getAddress(); in HandleTopLevelExpression()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1003 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1004 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1008 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1003 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1004 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1008 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1003 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1004 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1008 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dexpr_value.h821 class ExprSymbol: public ExprValue {
842 ExprSymbol(ExprManager *em, int kind, const std::string& name,
846 virtual ~ExprSymbol() { } in ~ExprSymbol()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1003 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1004 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1008 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm90/llvm-9.0.1.src/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1003 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1004 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1008 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm80/llvm-8.0.1.src/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1003 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1004 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1008 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1003 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1004 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1008 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1148 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1149 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1153 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp1151 auto ExprSymbol = TheJIT->findSymbol("__anon_expr"); in HandleTopLevelExpression() local
1152 assert(ExprSymbol && "Function not found"); in HandleTopLevelExpression()
1156 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress()); in HandleTopLevelExpression()

123456