reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
123 if (RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY)
projects/openmp/libomptarget/src/device.cpp197 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)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
221 if ((RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) != 222 (flags & OMP_REQ_UNIFIED_SHARED_MEMORY)) {