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

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 127 OpenMPGtidMapTy::iterator I = OpenMPGtidMap.find(CGF.CurFn);
128 if (I != OpenMPGtidMap.end()) {
137 OpenMPGtidMap[CGF.CurFn] = GTid;
144 if (OpenMPGtidMap.count(CGF.CurFn))
145 OpenMPGtidMap.erase(CGF.CurFn);
CGOpenMPRuntime.h 136 OpenMPGtidMapTy OpenMPGtidMap;

Completed in 3808 milliseconds