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

References

tools/clang/include/clang/Basic/OpenMPKinds.def
  440 OPENMP_PARALLEL_FOR_CLAUSE(if)
  441 OPENMP_PARALLEL_FOR_CLAUSE(num_threads)
  442 OPENMP_PARALLEL_FOR_CLAUSE(default)
  443 OPENMP_PARALLEL_FOR_CLAUSE(proc_bind)
  444 OPENMP_PARALLEL_FOR_CLAUSE(private)
  445 OPENMP_PARALLEL_FOR_CLAUSE(firstprivate)
  446 OPENMP_PARALLEL_FOR_CLAUSE(shared)
  447 OPENMP_PARALLEL_FOR_CLAUSE(reduction)
  448 OPENMP_PARALLEL_FOR_CLAUSE(copyin)
  449 OPENMP_PARALLEL_FOR_CLAUSE(lastprivate)
  450 OPENMP_PARALLEL_FOR_CLAUSE(collapse)
  451 OPENMP_PARALLEL_FOR_CLAUSE(schedule)
  452 OPENMP_PARALLEL_FOR_CLAUSE(ordered)
  453 OPENMP_PARALLEL_FOR_CLAUSE(linear)
  454 OPENMP_PARALLEL_FOR_CLAUSE(allocate)