Searched refs:OpenMPDeviceActions (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2869 ActionList OpenMPDeviceActions; member in class:final
2883 if (OpenMPDeviceActions.empty())
2887 assert(OpenMPDeviceActions.size() == ToolChains.size() &&
2896 for (auto *A : OpenMPDeviceActions) {
2903 OpenMPDeviceActions.clear();
2908 for (Action *&A : OpenMPDeviceActions)
2918 OpenMPDeviceActions.clear();
2920 OpenMPDeviceActions.push_back(
2927 OpenMPDeviceActions.clear();
2940 OpenMPDeviceActions
[all...]

Completed in 94 milliseconds