Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp4532 const InputInfo *OpenMPDeviceInput = nullptr; in ConstructJob() local
4548 } else if (IsOpenMPDevice && !OpenMPDeviceInput) { in ConstructJob()
4549 OpenMPDeviceInput = &I; in ConstructJob()
7215 if (OpenMPDeviceInput) { in ConstructJob()
7217 CmdArgs.push_back(Args.MakeArgString(OpenMPDeviceInput->getFilename())); in ConstructJob()