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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  506   if (loc != NULL && (loc->flags & KMP_IDENT_AUTOPAR))
 1828       if ((loc->flags & KMP_IDENT_WORK_LOOP) != 0) {
 1830       } else if ((loc->flags & KMP_IDENT_WORK_SECTIONS) != 0) {
 1832       } else if ((loc->flags & KMP_IDENT_WORK_DISTRIBUTE) != 0) {
projects/openmp/runtime/src/kmp_error.cpp
  284            (p->stack_data[index].ident->flags & KMP_IDENT_KMPC))) {
projects/openmp/runtime/src/kmp_itt.inl
  531           expl = (loc->flags & KMP_IDENT_BARRIER_EXPL) != 0;
  532           impl = (loc->flags & KMP_IDENT_BARRIER_IMPL) != 0;
  535           switch (loc->flags & KMP_IDENT_BARRIER_IMPL_MASK) {
projects/openmp/runtime/src/kmp_runtime.cpp
 1140   if (loc != NULL && (loc->flags & KMP_IDENT_AUTOPAR))
 8111     int atomic_available = FAST_REDUCTION_ATOMIC_METHOD_GENERATED;
 8193       atomic_available = FAST_REDUCTION_ATOMIC_METHOD_GENERATED;
projects/openmp/runtime/src/kmp_sched.cpp
  103       if ((loc->flags & KMP_IDENT_WORK_LOOP) != 0) {
  105       } else if ((loc->flags & KMP_IDENT_WORK_SECTIONS) != 0) {
  107       } else if ((loc->flags & KMP_IDENT_WORK_DISTRIBUTE) != 0) {
projects/openmp/runtime/src/ompt-specific.cpp
  497   kmp_int32 flags = thr->th.th_ident->flags;