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

References

tools/clang/include/clang/Basic/OpenMPKinds.def
  367 OPENMP_FOR_SIMD_CLAUSE(private)
  368 OPENMP_FOR_SIMD_CLAUSE(firstprivate)
  369 OPENMP_FOR_SIMD_CLAUSE(lastprivate)
  370 OPENMP_FOR_SIMD_CLAUSE(reduction)
  371 OPENMP_FOR_SIMD_CLAUSE(schedule)
  372 OPENMP_FOR_SIMD_CLAUSE(collapse)
  373 OPENMP_FOR_SIMD_CLAUSE(nowait)
  374 OPENMP_FOR_SIMD_CLAUSE(safelen)
  375 OPENMP_FOR_SIMD_CLAUSE(simdlen)
  376 OPENMP_FOR_SIMD_CLAUSE(linear)
  377 OPENMP_FOR_SIMD_CLAUSE(aligned)
  378 OPENMP_FOR_SIMD_CLAUSE(ordered)
  379 OPENMP_FOR_SIMD_CLAUSE(allocate)