/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | openmp.c | 1370 &c->lists[OMP_LIST_LINEAR], 1375 &c->lists[OMP_LIST_LINEAR], 1380 &c->lists[OMP_LIST_LINEAR], 1385 &c->lists[OMP_LIST_LINEAR], 4766 case OMP_LIST_LINEAR: 4882 case OMP_LIST_LINEAR: 5591 case OMP_LIST_LINEAR: in gfc_resolve_omp_parallel_blocks() 5832 : (list != OMP_LIST_LINEAR)) in resolve_omp_do()
|
H A D | openmp.cc | 2265 &c->lists[OMP_LIST_LINEAR], in gfc_match_omp_clauses() 2270 &c->lists[OMP_LIST_LINEAR], in gfc_match_omp_clauses() 2275 &c->lists[OMP_LIST_LINEAR], in gfc_match_omp_clauses() 2280 &c->lists[OMP_LIST_LINEAR], in gfc_match_omp_clauses() 6700 case OMP_LIST_LINEAR: in resolve_omp_clauses() 7204 case OMP_LIST_LINEAR: in resolve_omp_clauses() 7355 case OMP_LIST_LINEAR: in resolve_omp_clauses() 8318 case OMP_LIST_LINEAR: in gfc_resolve_omp_parallel_blocks() 8598 && list != OMP_LIST_ALLOCATE && list != OMP_LIST_LINEAR)) in resolve_omp_do()
|
H A D | dump-parse-tree.c | 1342 else if (list_type == OMP_LIST_LINEAR) in show_omp_namelist() 1351 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist() 1583 case OMP_LIST_LINEAR: type = "LINEAR"; break; in show_omp_clauses()
|
H A D | dump-parse-tree.cc | 1418 else if (list_type == OMP_LIST_LINEAR) in show_omp_namelist() 1427 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist() 1670 case OMP_LIST_LINEAR: type = "LINEAR"; break; in show_omp_clauses()
|
H A D | trans-openmp.c | 2241 case OMP_LIST_LINEAR: 4158 ? OMP_LIST_LINEAR : OMP_LIST_LASTPRIVATE]; in gfc_trans_omp_do() 4918 clausesa[innermost].lists[OMP_LIST_LINEAR] in gfc_split_omp_clauses() 4919 = code->ext.omp_clauses->lists[OMP_LIST_LINEAR]; in gfc_split_omp_clauses()
|
H A D | trans-openmp.cc | 2698 case OMP_LIST_LINEAR: in gfc_trans_omp_clauses() 5099 for (n = clauses->lists[OMP_LIST_LINEAR]; in gfc_trans_omp_do() 6330 clausesa[innermost].lists[OMP_LIST_LINEAR] in gfc_split_omp_clauses() 6331 = code->ext.omp_clauses->lists[OMP_LIST_LINEAR]; in gfc_split_omp_clauses() 6381 case OMP_LIST_LINEAR: in gfc_split_omp_clauses()
|
H A D | module.c | 4238 for (n = ods->clauses->lists[OMP_LIST_LINEAR]; n; n = n->next) in mio_omp_declare_simd() 4267 ptrs[1] = &ods->clauses->lists[OMP_LIST_LINEAR]; in mio_omp_declare_simd()
|
H A D | module.cc | 4384 for (n = ods->clauses->lists[OMP_LIST_LINEAR]; n; n = n->next) in mio_omp_declare_simd() 4413 ptrs[1] = &ods->clauses->lists[OMP_LIST_LINEAR]; in mio_omp_declare_simd()
|
H A D | gfortran.h | 1375 OMP_LIST_LINEAR, enumerator
|
H A D | ChangeLog-2014 | 1871 (OMP_LIST_UNIFORM, OMP_LIST_ALIGNED, OMP_LIST_LINEAR,
|
H A D | frontend-passes.c | 5345 = { OMP_LIST_ALIGNED, OMP_LIST_LINEAR, OMP_LIST_DEPEND, in gfc_code_walker()
|
H A D | frontend-passes.cc | 5636 = { OMP_LIST_ALIGNED, OMP_LIST_LINEAR, OMP_LIST_DEPEND, in gfc_code_walker()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | openmp.c | 1370 &c->lists[OMP_LIST_LINEAR], 1375 &c->lists[OMP_LIST_LINEAR], 1380 &c->lists[OMP_LIST_LINEAR], 1385 &c->lists[OMP_LIST_LINEAR], 4766 case OMP_LIST_LINEAR: 4882 case OMP_LIST_LINEAR: 5591 case OMP_LIST_LINEAR: in gfc_resolve_omp_parallel_blocks() 5832 : (list != OMP_LIST_LINEAR)) in resolve_omp_do()
|
H A D | dump-parse-tree.c | 1342 else if (list_type == OMP_LIST_LINEAR) in show_omp_namelist() 1351 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist() 1583 case OMP_LIST_LINEAR: type = "LINEAR"; break; in show_omp_clauses()
|
H A D | trans-openmp.c | 2241 case OMP_LIST_LINEAR: 4158 ? OMP_LIST_LINEAR : OMP_LIST_LASTPRIVATE]; in gfc_trans_omp_do() 4918 clausesa[innermost].lists[OMP_LIST_LINEAR] in gfc_split_omp_clauses() 4919 = code->ext.omp_clauses->lists[OMP_LIST_LINEAR]; in gfc_split_omp_clauses()
|
H A D | gfortran.h | 1265 OMP_LIST_LINEAR, enumerator
|
H A D | module.c | 4238 for (n = ods->clauses->lists[OMP_LIST_LINEAR]; n; n = n->next) in mio_omp_declare_simd() 4267 ptrs[1] = &ods->clauses->lists[OMP_LIST_LINEAR]; in mio_omp_declare_simd()
|
H A D | frontend-passes.c | 5345 = { OMP_LIST_ALIGNED, OMP_LIST_LINEAR, OMP_LIST_DEPEND, in gfc_code_walker()
|