Home
last modified time | relevance | path

Searched defs:gfc_omp_clauses (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1502 typedef struct gfc_omp_clauses struct
1504 gfc_omp_namelist *lists[OMP_LIST_NUM];
1505 struct gfc_expr *if_expr;
1506 struct gfc_expr *final_expr;
1507 struct gfc_expr *num_threads;
1508 struct gfc_expr *chunk_size;
1509 struct gfc_expr *safelen_expr;
1510 struct gfc_expr *simdlen_expr;
1511 struct gfc_expr *num_teams_lower;
1512 struct gfc_expr *num_teams_upper;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1334 typedef struct gfc_omp_clauses struct
1336 struct gfc_expr *if_expr;
1337 struct gfc_expr *final_expr;
1338 struct gfc_expr *num_threads;
1339 gfc_omp_namelist *lists[OMP_LIST_NUM];
1340 enum gfc_omp_sched_kind sched_kind;
1341 struct gfc_expr *chunk_size;
1342 enum gfc_omp_default_sharing default_sharing;
1343 int collapse, orderedc;
1344 bool nowait, ordered, untied, mergeable;
[all …]