Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h60 llvm::Expected<std::unique_ptr<CompilerInstance>> CreateCudaHost();
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp187 CI = ExitOnErr(CB.CreateCudaHost()); in main()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp225 IncrementalCompilerBuilder::CreateCudaHost() { in CreateCudaHost() function in IncrementalCompilerBuilder