Home
last modified time | relevance | path

Searched refs:createWithCUDA (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h99 createWithCUDA(std::unique_ptr<CompilerInstance> CI,
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp206 clang::Interpreter::createWithCUDA(std::move(CI), std::move(DeviceCI))); in main()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp294 Interpreter::createWithCUDA(std::unique_ptr<CompilerInstance> CI, in createWithCUDA() function in Interpreter