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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2391 ActionList CudaDeviceActions; member in class:__anon1848::final::CudaActionBuilderBase
2441 CudaDeviceActions.push_back(
2456 CudaDeviceActions.clear();
2470 CudaDeviceActions.push_back(UA);
2492 CudaDeviceActions.clear();
2497 if (CudaDeviceActions.empty())
2503 assert(CudaDeviceActions.size() == GpuArchList.size() &&
2508 AddTopLevel(CudaDeviceActions[I], GpuArchList[I]);
2510 CudaDeviceActions.clear();
2619 if (CudaDeviceActions
[all...]

Completed in 33 milliseconds