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

  /external/clang/lib/CodeGen/
CodeGenModule.h 290 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime;
524 assert(OpenMPRuntime != nullptr);
525 return *OpenMPRuntime;
    [all...]
CodeGenModule.cpp 196 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this));
199 OpenMPRuntime.reset(new CGOpenMPRuntime(*this));
356 if (OpenMPRuntime)
357 OpenMPRuntime->clear();
391 if (OpenMPRuntime)
393 OpenMPRuntime->emitRegistrationFunction())
    [all...]

Completed in 1060 milliseconds