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

References

projects/openmp/libomptarget/src/device.cpp
  124   for (lr.Entry = HostDataToTargetMap.begin();
  125       lr.Entry != HostDataToTargetMap.end(); ++lr.Entry) {
  125       lr.Entry != HostDataToTargetMap.end(); ++lr.Entry) {
  126     auto &HT = *lr.Entry;
  173     auto &HT = *lr.Entry;
  231     auto &HT = *lr.Entry;
  264     auto &HT = *lr.Entry;
  281     auto &HT = *lr.Entry;
  292       HostDataToTargetMap.erase(lr.Entry);