Searched refs:clausesb (Results 1 – 2 of 2) sorted by relevance
5385 gfc_omp_clauses clausesb; in gfc_trans_omp_target() local5390 memset (&clausesb, '\0', sizeof (clausesb)); in gfc_trans_omp_target()5391 clausesb.num_teams = clausesa[GFC_OMP_SPLIT_TEAMS].num_teams; in gfc_trans_omp_target()5392 clausesb.thread_limit = clausesa[GFC_OMP_SPLIT_TEAMS].thread_limit; in gfc_trans_omp_target()5396 = gfc_trans_omp_clauses (&block, &clausesb, code->loc); in gfc_trans_omp_target()
6941 gfc_omp_clauses clausesb; in gfc_trans_omp_target() local6946 memset (&clausesb, '\0', sizeof (clausesb)); in gfc_trans_omp_target()6947 clausesb.num_teams_lower in gfc_trans_omp_target()6949 clausesb.num_teams_upper in gfc_trans_omp_target()6951 clausesb.thread_limit = clausesa[GFC_OMP_SPLIT_TEAMS].thread_limit; in gfc_trans_omp_target()6956 = gfc_trans_omp_clauses (&block, &clausesb, code->loc); in gfc_trans_omp_target()