Searched refs:simdlen_expr (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dopenmp.c76 gfc_free_expr (c->simdlen_expr);
971 if ((mask & OMP_CLAUSE_SIMDLEN) && c->simdlen_expr == NULL
972 && gfc_match ("simdlen ( %e )", &c->simdlen_expr) == MATCH_YES)
3404 if (omp_clauses->simdlen_expr)
3406 gfc_expr *expr = omp_clauses->simdlen_expr;
H A Dmodule.c3903 if (ods->clauses->simdlen_expr)
3906 mio_expr (&ods->clauses->simdlen_expr);
3951 case 2: mio_expr (&ods->clauses->simdlen_expr); break;
H A Dgfortran.h1232 struct gfc_expr *simdlen_expr; member in struct:gfc_omp_clauses
H A Dfrontend-passes.c2341 WALK_SUBEXPR (co->ext.omp_clauses->simdlen_expr);
H A Dtrans-openmp.c2451 if (clauses->simdlen_expr)
2455 = gfc_conv_constant_to_tree (clauses->simdlen_expr);

Completed in 255 milliseconds