Home
last modified time | relevance | path

Searched refs:OMP_TASK_CLAUSES (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgimplify.c6283 gimplify_scan_omp_clauses (&OMP_TASK_CLAUSES (expr), pre_p, in gimplify_omp_task()
6284 find_omp_clause (OMP_TASK_CLAUSES (expr), in gimplify_omp_task()
6296 gimplify_adjust_omp_clauses (&OMP_TASK_CLAUSES (expr)); in gimplify_omp_task()
6299 OMP_TASK_CLAUSES (expr), in gimplify_omp_task()
HDtree-pretty-print.c2145 dump_omp_clauses (buffer, OMP_TASK_CLAUSES (node), spc, flags); in dump_generic_node()
HDtree.def999 Operand 1: OMP_TASK_CLAUSES: List of clauses. */
HDtree.h1834 #define OMP_TASK_CLAUSES(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 1) macro
HDc-typeck.c10739 OMP_TASK_CLAUSES (stmt) = clauses; in c_finish_omp_task()
/dragonfly/contrib/gcc-8.0/gcc/
HDgimplify.c9585 gimplify_scan_omp_clauses (&OMP_TASK_CLAUSES (expr), pre_p, in gimplify_omp_task()
9586 omp_find_clause (OMP_TASK_CLAUSES (expr), in gimplify_omp_task()
9598 gimplify_adjust_omp_clauses (pre_p, body, &OMP_TASK_CLAUSES (expr), in gimplify_omp_task()
9602 OMP_TASK_CLAUSES (expr), in gimplify_omp_task()
HDtree-pretty-print.c2981 dump_omp_clauses (pp, OMP_TASK_CLAUSES (node), spc, flags); in dump_generic_node()
HDtree.def1119 Operand 1: OMP_TASK_CLAUSES: List of clauses. */
HDtree.h1367 #define OMP_TASK_CLAUSES(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 1) macro
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDsemantics.c4440 OMP_TASK_CLAUSES (stmt) = clauses; in finish_omp_task()
HDpt.c12895 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), in tsubst_expr()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsemantics.c7682 OMP_TASK_CLAUSES (stmt) = clauses; in finish_omp_task()
HDpt.c17125 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), C_ORT_OMP, args, in tsubst_expr()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c12376 OMP_TASK_CLAUSES (stmt) = clauses; in c_finish_omp_task()