reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
457 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(if) 458 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(num_threads) 459 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(default) 460 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(proc_bind) 461 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(private) 462 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(firstprivate) 463 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(shared) 464 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(reduction) 465 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(copyin) 466 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(lastprivate) 467 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(collapse) 468 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(schedule) 469 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(safelen) 470 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(simdlen) 471 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(linear) 472 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(aligned) 473 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(ordered) 474 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(allocate)