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

References

tools/clang/include/clang/Basic/OpenMPKinds.def
  640 OPENMP_TASKLOOP_CLAUSE(if)
  641 OPENMP_TASKLOOP_CLAUSE(shared)
  642 OPENMP_TASKLOOP_CLAUSE(private)
  643 OPENMP_TASKLOOP_CLAUSE(firstprivate)
  644 OPENMP_TASKLOOP_CLAUSE(lastprivate)
  645 OPENMP_TASKLOOP_CLAUSE(default)
  646 OPENMP_TASKLOOP_CLAUSE(collapse)
  647 OPENMP_TASKLOOP_CLAUSE(final)
  648 OPENMP_TASKLOOP_CLAUSE(untied)
  649 OPENMP_TASKLOOP_CLAUSE(mergeable)
  650 OPENMP_TASKLOOP_CLAUSE(priority)
  651 OPENMP_TASKLOOP_CLAUSE(grainsize)
  652 OPENMP_TASKLOOP_CLAUSE(nogroup)
  653 OPENMP_TASKLOOP_CLAUSE(num_tasks)
  654 OPENMP_TASKLOOP_CLAUSE(reduction)
  655 OPENMP_TASKLOOP_CLAUSE(in_reduction)
  656 OPENMP_TASKLOOP_CLAUSE(allocate)