reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/libomptarget/src/device.cpp
   51   newEntry.HstPtrBase = (uintptr_t) HstPtrBegin;
   52   newEntry.HstPtrBegin = (uintptr_t) HstPtrBegin;
   53   newEntry.HstPtrEnd = (uintptr_t) HstPtrBegin + Size;
   54   newEntry.TgtPtrBegin = (uintptr_t) TgtPtrBegin;
   56   newEntry.RefCount = INF_REF_CNT;
   62   HostDataToTargetMap.push_front(newEntry);