Home
last modified time | relevance | path

Searched defs:ImplPtr (Results 1 – 23 of 23) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp33 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp36 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST() local
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DReconnectingRequestChannel.h47 using ImplPtr = std::shared_ptr<Impl>; variable
H A DPooledRequestChannel.h36 using ImplPtr = std::shared_ptr<Impl>; variable
H A DRetryingRequestChannel.h31 using ImplPtr = std::shared_ptr<Impl>; variable
H A DHibernatingRequestChannel.h32 using ImplPtr = std::shared_ptr<Impl>; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/i18nlangtag/
H A Dlanguagetag.hxx540 typedef std::shared_ptr< LanguageTagImpl > ImplPtr; typedef in LanguageTag
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/i18nlangtag/
H A Dlanguagetag.hxx534 typedef std::shared_ptr< LanguageTagImpl > ImplPtr; typedef in LanguageTag
/dports/net/kea/kea-2.0.1/src/bin/agent/tests/
H A Dbasic_auth_library.cc114 typedef boost::shared_ptr<Impl> ImplPtr; typedef