Searched refs:gfc_trans_omp_variable (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 1562 gfc_trans_omp_variable (gfc_symbol *sym, bool declare_simd) in gfc_trans_omp_variable() function 1649 tree t = gfc_trans_omp_variable (namelist->sym, declare_simd); in gfc_trans_omp_variable_list() 1984 tree t = gfc_trans_omp_variable (namelist->sym, false); in gfc_trans_omp_reduction_list() 2215 tree t = gfc_trans_omp_variable (n->sym, declare_simd); 2257 tree t = gfc_trans_omp_variable (n->sym, declare_simd); 2295 last_step = gfc_trans_omp_variable (s, true); 2366 t = gfc_trans_omp_variable (n->sym, false); 2404 tree decl = gfc_trans_omp_variable (n->sym, false); 2465 tree decl = gfc_trans_omp_variable (n->sym, false); 2921 tree decl = gfc_trans_omp_variable (n->sym, false); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-openmp.cc | 1834 gfc_trans_omp_variable (gfc_symbol *sym, bool declare_simd) in gfc_trans_omp_variable() function 1921 tree t = gfc_trans_omp_variable (namelist->sym, declare_simd); in gfc_trans_omp_variable_list() 2286 tree t = gfc_trans_omp_variable (namelist->sym, false); in gfc_trans_omp_reduction_list() 2650 tree t = gfc_trans_omp_variable (n->sym, declare_simd); in gfc_trans_omp_clauses() 2680 tree t = gfc_trans_omp_variable (n->sym, false); in gfc_trans_omp_clauses() 2714 tree t = gfc_trans_omp_variable (n->sym, declare_simd); in gfc_trans_omp_clauses() 2752 last_step = gfc_trans_omp_variable (s, true); in gfc_trans_omp_clauses() 2851 t = gfc_trans_omp_variable (n->sym, false); in gfc_trans_omp_clauses() 2892 tree decl = gfc_trans_omp_variable (n->sym, false); in gfc_trans_omp_clauses() 3044 tree decl = gfc_trans_omp_variable (n->sym, false); in gfc_trans_omp_clauses() [all …]
|
H A D | ChangeLog-2014 | 1975 * trans-openmp.c (gfc_trans_omp_variable): Add declare_simd 1978 it through to gfc_trans_omp_variable and disregard whether 1982 gfc_namelist. Adjust gfc_trans_omp_variable caller. 1984 to gfc_trans_omp_variable{,_list} callers. Work on gfc_omp_namelist
|
H A D | ChangeLog-2006 | 3136 * trans-openmp.c (gfc_trans_omp_variable): Handle references 3531 (gfc_trans_omp_variable): New function.
|