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

References

tools/clang/include/clang/Basic/OpenMPKinds.def
  865 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(default)
  866 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(private)
  867 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(firstprivate)
  868 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(shared)
  869 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(reduction)
  870 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(num_teams)
  871 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(thread_limit)
  872 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(lastprivate)
  873 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(collapse)
  874 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(dist_schedule)
  875 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(linear)
  876 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(aligned)
  877 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(safelen)
  878 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(simdlen)
  879 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(allocate)