Lines Matching defs:dump_omp_clauses
1389 dump_omp_clauses (pretty_printer *pp, tree clause, int spc, dump_flags_t flags,
3461 dump_omp_clauses (pp, OACC_DATA_CLAUSES (node), spc, flags);
3466 dump_omp_clauses (pp, OACC_HOST_DATA_CLAUSES (node), spc, flags);
3471 dump_omp_clauses (pp, OACC_DECLARE_CLAUSES (node), spc, flags);
3476 dump_omp_clauses (pp, OACC_UPDATE_CLAUSES (node), spc, flags);
3481 dump_omp_clauses (pp, OACC_ENTER_DATA_CLAUSES (node), spc, flags);
3486 dump_omp_clauses (pp, OACC_EXIT_DATA_CLAUSES (node), spc, flags);
3491 dump_omp_clauses (pp, OACC_CACHE_CLAUSES (node), spc, flags);
3496 dump_omp_clauses (pp, OMP_PARALLEL_CLAUSES (node), spc, flags);
3500 dump_omp_clauses (pp, OMP_CLAUSES (node), spc, flags);
3519 dump_omp_clauses (pp, OMP_TASK_CLAUSES (node), spc, flags);
3548 dump_omp_clauses (pp, OMP_TEAMS_CLAUSES (node), spc, flags);
3553 dump_omp_clauses (pp, OMP_TARGET_DATA_CLAUSES (node), spc, flags);
3558 dump_omp_clauses (pp, OMP_TARGET_ENTER_DATA_CLAUSES (node), spc, flags);
3564 dump_omp_clauses (pp, OMP_TARGET_EXIT_DATA_CLAUSES (node), spc, flags);
3570 dump_omp_clauses (pp, OMP_TARGET_CLAUSES (node), spc, flags);
3575 dump_omp_clauses (pp, OMP_TARGET_UPDATE_CLAUSES (node), spc, flags);
3580 dump_omp_clauses (pp, OMP_FOR_CLAUSES (node), spc, flags);
3661 dump_omp_clauses (pp, OMP_SECTIONS_CLAUSES (node), spc, flags);
3672 dump_omp_clauses (pp, OMP_SCAN_CLAUSES (node), spc, flags);
3682 dump_omp_clauses (pp, OMP_MASKED_CLAUSES (node), spc, flags);
3687 dump_omp_clauses (pp, OMP_TASKGROUP_CLAUSES (node), spc, flags);
3692 dump_omp_clauses (pp, OMP_ORDERED_CLAUSES (node), spc, flags);
3705 dump_omp_clauses (pp, OMP_CRITICAL_CLAUSES (node), spc, flags);
3745 dump_omp_clauses (pp, OMP_SINGLE_CLAUSES (node), spc, flags);
3750 dump_omp_clauses (pp, OMP_SCOPE_CLAUSES (node), spc, flags);
3757 dump_omp_clauses (pp, node, spc, flags, false);