Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp4221 const InputInfo *OpenMPDeviceInput = nullptr; in ConstructJob() local
4236 } else if (IsOpenMPDevice && !OpenMPDeviceInput) { in ConstructJob()
4237 OpenMPDeviceInput = &I; in ConstructJob()
6586 if (OpenMPDeviceInput) { in ConstructJob()
6588 CmdArgs.push_back(Args.MakeArgString(OpenMPDeviceInput->getFilename())); in ConstructJob()