Searched refs:linear_op (Results 1 – 11 of 11) sorted by relevance
1366 gfc_omp_linear_op linear_op = OMP_LINEAR_DEFAULT; variable1373 linear_op = OMP_LINEAR_REF;1378 linear_op = OMP_LINEAR_VAL;1383 linear_op = OMP_LINEAR_UVAL;1388 linear_op = OMP_LINEAR_DEFAULT;1394 if (linear_op != OMP_LINEAR_DEFAULT)1421 if (linear_op != OMP_LINEAR_DEFAULT)1423 n->u.linear_op = linear_op;4092 gfc_omp_linear_op linear_op = OMP_LINEAR_DEFAULT; variable4884 && n->u.linear_op != OMP_LINEAR_DEFAULT[all …]
1343 switch (n->u.linear_op) in show_omp_namelist()1351 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist()
4240 if (n->u.linear_op == OMP_LINEAR_DEFAULT) in mio_omp_declare_simd()4243 mio_name (32 + n->u.linear_op, omp_declare_simd_clauses); in mio_omp_declare_simd()4295 n->u.linear_op = (enum gfc_omp_linear_op) (t - 32); in mio_omp_declare_simd()
1243 gfc_omp_linear_op linear_op; member
2264 switch (n->u.linear_op)
2261 gfc_omp_linear_op linear_op = OMP_LINEAR_DEFAULT; in gfc_match_omp_clauses() local2268 linear_op = OMP_LINEAR_REF; in gfc_match_omp_clauses()2273 linear_op = OMP_LINEAR_VAL; in gfc_match_omp_clauses()2278 linear_op = OMP_LINEAR_UVAL; in gfc_match_omp_clauses()2283 linear_op = OMP_LINEAR_DEFAULT; in gfc_match_omp_clauses()2289 if (linear_op != OMP_LINEAR_DEFAULT) in gfc_match_omp_clauses()2316 if (linear_op != OMP_LINEAR_DEFAULT) in gfc_match_omp_clauses()2318 n->u.linear_op = linear_op; in gfc_match_omp_clauses()6279 gfc_omp_linear_op linear_op = OMP_LINEAR_DEFAULT; in resolve_omp_clauses() local7357 && n->u.linear_op != OMP_LINEAR_DEFAULT in resolve_omp_clauses()[all …]
1419 switch (n->u.linear_op) in show_omp_namelist()1427 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist()
4391 if (n->u.linear_op == OMP_LINEAR_DEFAULT) in mio_omp_declare_simd()4394 mio_name (32 + n->u.linear_op, omp_declare_simd_clauses); in mio_omp_declare_simd()4446 n->u.linear_op = (enum gfc_omp_linear_op) (t - 32); in mio_omp_declare_simd()
1347 gfc_omp_linear_op linear_op; member
780 (struct gfc_omp_namelist): Add u.common and u.linear_op fields.
2721 switch (n->u.linear_op) in gfc_trans_omp_clauses()