Home
last modified time | relevance | path

Searched refs:clause_code (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2154 enum omp_clause_code clause_code; variable
2175 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc2572 enum omp_clause_code clause_code; in gfc_trans_omp_clauses() local
2598 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-kernels-decompose.cc390 omp_clause_code clause_code, tree clauses) in add_parent_or_loop_num_clause() argument
405 = build_omp_clause (OMP_CLAUSE_LOCATION (loop_clause), clause_code); in add_parent_or_loop_num_clause()