Searched refs:clause_code (Results 1 – 3 of 3) sorted by relevance
2154 enum omp_clause_code clause_code; variable2175 clause_code = OMP_CLAUSE_PRIVATE;2178 clause_code = OMP_CLAUSE_SHARED;2181 clause_code = OMP_CLAUSE_FIRSTPRIVATE;2184 clause_code = OMP_CLAUSE_LASTPRIVATE;2187 clause_code = OMP_CLAUSE_COPYIN;2190 clause_code = OMP_CLAUSE_COPYPRIVATE;2193 clause_code = OMP_CLAUSE_UNIFORM;2197 clause_code = OMP_CLAUSE_USE_DEVICE_PTR;2200 clause_code = OMP_CLAUSE_USE_DEVICE_ADDR;[all …]
2572 enum omp_clause_code clause_code; in gfc_trans_omp_clauses() local2598 clause_code = OMP_CLAUSE_PRIVATE; in gfc_trans_omp_clauses()2601 clause_code = OMP_CLAUSE_SHARED; in gfc_trans_omp_clauses()2604 clause_code = OMP_CLAUSE_FIRSTPRIVATE; in gfc_trans_omp_clauses()2607 clause_code = OMP_CLAUSE_LASTPRIVATE; in gfc_trans_omp_clauses()2610 clause_code = OMP_CLAUSE_COPYIN; in gfc_trans_omp_clauses()2613 clause_code = OMP_CLAUSE_COPYPRIVATE; in gfc_trans_omp_clauses()2616 clause_code = OMP_CLAUSE_UNIFORM; in gfc_trans_omp_clauses()2620 clause_code = OMP_CLAUSE_USE_DEVICE_PTR; in gfc_trans_omp_clauses()2623 clause_code = OMP_CLAUSE_USE_DEVICE_ADDR; in gfc_trans_omp_clauses()[all …]
390 omp_clause_code clause_code, tree clauses) in add_parent_or_loop_num_clause() argument405 = build_omp_clause (OMP_CLAUSE_LOCATION (loop_clause), clause_code); in add_parent_or_loop_num_clause()