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

References

projects/openmp/libomptarget/src/device.h
  112         IsInit(d.IsInit), InitFlag(), HasPendingGlobals(d.HasPendingGlobals),
  123     HasPendingGlobals = d.HasPendingGlobals;
  123     HasPendingGlobals = d.HasPendingGlobals;
projects/openmp/libomptarget/src/omptarget.cpp
  178   Device.HasPendingGlobals = false;
  198   bool hasPendingGlobals = Device.HasPendingGlobals;
projects/openmp/libomptarget/src/rtl.cpp
  170     Device.HasPendingGlobals = true;