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 304 CGCUDARuntime* CUDARuntime;
526 assert(CUDARuntime != nullptr);
527 return *CUDARuntime;
    [all...]
CodeGenModule.cpp 86 CUDARuntime(nullptr), DebugInfo(nullptr), ARCData(nullptr),
164 delete CUDARuntime;
200 CUDARuntime = CreateNVCUDARuntime(*this);
    [all...]

Completed in 38 milliseconds