Searched refs:order_reproducible (Results 1 – 6 of 6) sorted by relevance
197 bool order_reproducible = false; in omp_extract_for_data() local288 order_reproducible = true; in omp_extract_for_data()299 if (order_reproducible) in omp_extract_for_data()
3855 OMP_CLAUSE_ORDER_REPRODUCIBLE (c) = clauses->order_reproducible; in gfc_trans_omp_clauses()6122 clausesa[GFC_OMP_SPLIT_DISTRIBUTE].order_reproducible in gfc_split_omp_clauses()6123 = code->ext.omp_clauses->order_reproducible; in gfc_split_omp_clauses()6180 clausesa[GFC_OMP_SPLIT_DO].order_reproducible in gfc_split_omp_clauses()6181 = code->ext.omp_clauses->order_reproducible; in gfc_split_omp_clauses()6200 clausesa[GFC_OMP_SPLIT_SIMD].order_reproducible in gfc_split_omp_clauses()6201 = code->ext.omp_clauses->order_reproducible; in gfc_split_omp_clauses()
967 * gfortran.h (gfc_omp_clauses): Add order_reproducible bitfield.969 * openmp.c (gfc_match_omp_clauses): Set order_reproducible for972 OMP_CLAUSE_ORDER_REPRODUCIBLE for order_reproducible.973 (gfc_split_omp_clauses): Also copy order_reproducible.
1534 unsigned order_unconstrained:1, order_reproducible:1, capture:1; member
1637 else if (omp_clauses->order_reproducible) in show_omp_clauses()
2539 c->order_reproducible = true; in gfc_match_omp_clauses()