Searched refs:OMP_TASK_CLAUSES (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimplify.c | 6283 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()
|
| HD | tree-pretty-print.c | 2145 dump_omp_clauses (buffer, OMP_TASK_CLAUSES (node), spc, flags); in dump_generic_node()
|
| HD | tree.def | 999 Operand 1: OMP_TASK_CLAUSES: List of clauses. */
|
| HD | tree.h | 1834 #define OMP_TASK_CLAUSES(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 1) macro
|
| HD | c-typeck.c | 10739 OMP_TASK_CLAUSES (stmt) = clauses; in c_finish_omp_task()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimplify.c | 9585 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()
|
| HD | tree-pretty-print.c | 2981 dump_omp_clauses (pp, OMP_TASK_CLAUSES (node), spc, flags); in dump_generic_node()
|
| HD | tree.def | 1119 Operand 1: OMP_TASK_CLAUSES: List of clauses. */
|
| HD | tree.h | 1367 #define OMP_TASK_CLAUSES(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 1) macro
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | semantics.c | 4440 OMP_TASK_CLAUSES (stmt) = clauses; in finish_omp_task()
|
| HD | pt.c | 12895 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), in tsubst_expr()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | semantics.c | 7682 OMP_TASK_CLAUSES (stmt) = clauses; in finish_omp_task()
|
| HD | pt.c | 17125 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), C_ORT_OMP, args, in tsubst_expr()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 12376 OMP_TASK_CLAUSES (stmt) = clauses; in c_finish_omp_task()
|