Searched refs:last_step_expr (Results 1 – 2 of 2) sorted by relevance
2243 gfc_expr *last_step_expr = NULL; variable2251 last_step_expr = n->expr;2282 if (last_step_expr && last_step == NULL_TREE)2287 gfc_conv_expr (&se, last_step_expr);2292 else if (last_step_expr->expr_type == EXPR_VARIABLE)2294 gfc_symbol *s = last_step_expr->symtree->n.sym;2300 = gfc_conv_constant_to_tree (last_step_expr);
2700 gfc_expr *last_step_expr = NULL; in gfc_trans_omp_clauses() local2708 last_step_expr = n->expr; in gfc_trans_omp_clauses()2739 if (last_step_expr && last_step == NULL_TREE) in gfc_trans_omp_clauses()2744 gfc_conv_expr (&se, last_step_expr); in gfc_trans_omp_clauses()2749 else if (last_step_expr->expr_type == EXPR_VARIABLE) in gfc_trans_omp_clauses()2751 gfc_symbol *s = last_step_expr->symtree->n.sym; in gfc_trans_omp_clauses()2757 = gfc_conv_constant_to_tree (last_step_expr); in gfc_trans_omp_clauses()