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

References

projects/openmp/libomptarget/src/device.cpp
   32                      HT.HstPtrEnd == (uintptr_t) HstPtrBegin + Size &&
   53   newEntry.HstPtrEnd = (uintptr_t) HstPtrBegin + Size;
  103     if (hp >= HT.HstPtrBegin && hp < HT.HstPtrEnd) {
  128     lr.Flags.IsContained = hp >= HT.HstPtrBegin && hp < HT.HstPtrEnd &&
  129         (hp+Size) <= HT.HstPtrEnd;
  133     lr.Flags.ExtendsAfter = hp < HT.HstPtrEnd && (hp+Size) > HT.HstPtrEnd;
  133     lr.Flags.ExtendsAfter = hp < HT.HstPtrEnd && (hp+Size) > HT.HstPtrEnd;