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

References

projects/openmp/libomptarget/src/api.cpp
  123   if (RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY)
projects/openmp/libomptarget/src/device.cpp
  197     if (RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY && !HasCloseModifier) {
  244   } else if (RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) {
  274   if (RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY && !HasCloseModifier)
  309     RTL->init_requires(RTLs.RequiresFlags);
projects/openmp/libomptarget/src/omptarget.cpp
  297       if (!(RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) ||
  399         if (!(RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) ||
  414             !(RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY &&
  497     if (RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY &&
  680         if (RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY &&
projects/openmp/libomptarget/src/rtl.cpp
  201   if (RequiresFlags == OMP_REQ_UNDEFINED) {
  202     RequiresFlags = flags;
  211   if ((RequiresFlags & OMP_REQ_REVERSE_OFFLOAD) !=
  216   if ((RequiresFlags & OMP_REQ_UNIFIED_ADDRESS) !=
  221   if ((RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) !=