Home
last modified time | relevance | path

Searched refs:DeviceCI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h121 std::unique_ptr<CompilerInstance> DeviceCI; variable
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp514 Interp->DeviceCI = std::move(DCI); in createWithCUDA()
517 *Interp->DeviceCI, *Interp->getCompilerInstance(), IMVFS, Err, in createWithCUDA()