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

  /external/clang/lib/CodeGen/
CodeGenModule.h 297 CGCUDARuntime* CUDARuntime;
514 assert(CUDARuntime != nullptr);
515 return *CUDARuntime;
    [all...]
CodeGenModule.cpp 83 CUDARuntime(nullptr), DebugInfo(nullptr), ARCData(nullptr),
154 delete CUDARuntime;
190 CUDARuntime = CreateNVCUDARuntime(*this);
    [all...]

Completed in 315 milliseconds