Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_LASTPRIVATE_STMT (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c904 if (OMP_CLAUSE_LASTPRIVATE_STMT (stmt)) in cp_genericize_r()
905 cp_walk_tree (&OMP_CLAUSE_LASTPRIVATE_STMT (stmt), in cp_genericize_r()
H A Dsemantics.c4661 OMP_CLAUSE_LASTPRIVATE_STMT (c) = push_stmt_list (); in handle_omp_for_class_iterator()
4663 OMP_CLAUSE_LASTPRIVATE_STMT (c) in handle_omp_for_class_iterator()
4664 = pop_stmt_list (OMP_CLAUSE_LASTPRIVATE_STMT (c)); in handle_omp_for_class_iterator()
H A Dpt.c12307 if (OMP_CLAUSE_LASTPRIVATE_STMT (oc)) in tsubst_omp_clauses()
12309 OMP_CLAUSE_LASTPRIVATE_STMT (nc) = push_stmt_list (); in tsubst_omp_clauses()
12310 tsubst_expr (OMP_CLAUSE_LASTPRIVATE_STMT (oc), args, complain, in tsubst_omp_clauses()
12312 OMP_CLAUSE_LASTPRIVATE_STMT (nc) in tsubst_omp_clauses()
12313 = pop_stmt_list (OMP_CLAUSE_LASTPRIVATE_STMT (nc)); in tsubst_omp_clauses()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimplify.c6009 && OMP_CLAUSE_LASTPRIVATE_STMT (c)) in gimplify_scan_omp_clauses()
6013 if (TREE_CODE (OMP_CLAUSE_LASTPRIVATE_STMT (c)) != BIND_EXPR) in gimplify_scan_omp_clauses()
6018 BIND_EXPR_BODY (bind) = OMP_CLAUSE_LASTPRIVATE_STMT (c); in gimplify_scan_omp_clauses()
6019 OMP_CLAUSE_LASTPRIVATE_STMT (c) = bind; in gimplify_scan_omp_clauses()
6021 gimplify_and_add (OMP_CLAUSE_LASTPRIVATE_STMT (c), in gimplify_scan_omp_clauses()
6025 OMP_CLAUSE_LASTPRIVATE_STMT (c) = NULL_TREE; in gimplify_scan_omp_clauses()
H A Dtree.h1896 #define OMP_CLAUSE_LASTPRIVATE_STMT(NODE) \ macro
H A Dtree.c10651 WALK_SUBTREE (OMP_CLAUSE_LASTPRIVATE_STMT (*tp)); in walk_tree_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-gimplify.c1142 if (OMP_CLAUSE_LASTPRIVATE_STMT (stmt)) in cp_genericize_r()
1143 cp_walk_tree (&OMP_CLAUSE_LASTPRIVATE_STMT (stmt), in cp_genericize_r()
H A Dsemantics.c7974 OMP_CLAUSE_LASTPRIVATE_STMT (c) = push_stmt_list (); in handle_omp_for_class_iterator()
7991 OMP_CLAUSE_LASTPRIVATE_STMT (c) in handle_omp_for_class_iterator()
7992 = pop_stmt_list (OMP_CLAUSE_LASTPRIVATE_STMT (c)); in handle_omp_for_class_iterator()
H A Dpt.c16028 if (OMP_CLAUSE_LASTPRIVATE_STMT (oc)) in tsubst_omp_clauses()
16030 OMP_CLAUSE_LASTPRIVATE_STMT (nc) = push_stmt_list (); in tsubst_omp_clauses()
16031 tsubst_expr (OMP_CLAUSE_LASTPRIVATE_STMT (oc), args, complain, in tsubst_omp_clauses()
16033 OMP_CLAUSE_LASTPRIVATE_STMT (nc) in tsubst_omp_clauses()
16034 = pop_stmt_list (OMP_CLAUSE_LASTPRIVATE_STMT (nc)); in tsubst_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimplify.c8418 && OMP_CLAUSE_LASTPRIVATE_STMT (c)) in gimplify_scan_omp_clauses()
8422 if (TREE_CODE (OMP_CLAUSE_LASTPRIVATE_STMT (c)) != BIND_EXPR) in gimplify_scan_omp_clauses()
8427 BIND_EXPR_BODY (bind) = OMP_CLAUSE_LASTPRIVATE_STMT (c); in gimplify_scan_omp_clauses()
8428 OMP_CLAUSE_LASTPRIVATE_STMT (c) = bind; in gimplify_scan_omp_clauses()
8430 gimplify_and_add (OMP_CLAUSE_LASTPRIVATE_STMT (c), in gimplify_scan_omp_clauses()
8434 OMP_CLAUSE_LASTPRIVATE_STMT (c) = NULL_TREE; in gimplify_scan_omp_clauses()
H A Dtree.h1487 #define OMP_CLAUSE_LASTPRIVATE_STMT(NODE) \ macro
H A Dtree.c11581 WALK_SUBTREE (OMP_CLAUSE_LASTPRIVATE_STMT (*tp)); in walk_tree_1()