HomeSort by relevance Sort by last modified time
    Searched refs:CudaDeviceClass (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Driver/
Action.cpp 24 case CudaDeviceClass: return "cuda-device";
58 : Action(CudaDeviceClass, Input), GpuArch(Arch), AtTopLevel(AtTopLevel) {}
ToolChain.cpp 251 case Action::CudaDeviceClass:
  /external/clang/include/clang/Driver/
Action.h 53 CudaDeviceClass,
178 return A->getKind() == CudaDeviceClass;

Completed in 90 milliseconds