Lines Matching defs:dump_omp_clauses

1277 dump_omp_clauses (pretty_printer *pp, tree clause, int spc, dump_flags_t flags)
3265 dump_omp_clauses (pp, OACC_DATA_CLAUSES (node), spc, flags);
3270 dump_omp_clauses (pp, OACC_HOST_DATA_CLAUSES (node), spc, flags);
3275 dump_omp_clauses (pp, OACC_DECLARE_CLAUSES (node), spc, flags);
3280 dump_omp_clauses (pp, OACC_UPDATE_CLAUSES (node), spc, flags);
3285 dump_omp_clauses (pp, OACC_ENTER_DATA_CLAUSES (node), spc, flags);
3290 dump_omp_clauses (pp, OACC_EXIT_DATA_CLAUSES (node), spc, flags);
3295 dump_omp_clauses (pp, OACC_CACHE_CLAUSES (node), spc, flags);
3300 dump_omp_clauses (pp, OMP_PARALLEL_CLAUSES (node), spc, flags);
3304 dump_omp_clauses (pp, OMP_CLAUSES (node), spc, flags);
3323 dump_omp_clauses (pp, OMP_TASK_CLAUSES (node), spc, flags);
3352 dump_omp_clauses (pp, OMP_TEAMS_CLAUSES (node), spc, flags);
3357 dump_omp_clauses (pp, OMP_TARGET_DATA_CLAUSES (node), spc, flags);
3362 dump_omp_clauses (pp, OMP_TARGET_ENTER_DATA_CLAUSES (node), spc, flags);
3368 dump_omp_clauses (pp, OMP_TARGET_EXIT_DATA_CLAUSES (node), spc, flags);
3374 dump_omp_clauses (pp, OMP_TARGET_CLAUSES (node), spc, flags);
3379 dump_omp_clauses (pp, OMP_TARGET_UPDATE_CLAUSES (node), spc, flags);
3384 dump_omp_clauses (pp, OMP_FOR_CLAUSES (node), spc, flags);
3444 dump_omp_clauses (pp, OMP_SECTIONS_CLAUSES (node), spc, flags);
3455 dump_omp_clauses (pp, OMP_SCAN_CLAUSES (node), spc, flags);
3465 dump_omp_clauses (pp, OMP_TASKGROUP_CLAUSES (node), spc, flags);
3470 dump_omp_clauses (pp, OMP_ORDERED_CLAUSES (node), spc, flags);
3483 dump_omp_clauses (pp, OMP_CRITICAL_CLAUSES (node), spc, flags);
3519 dump_omp_clauses (pp, OMP_SINGLE_CLAUSES (node), spc, flags);