Lines Matching refs:gfc_expr

128 gfc_expr *
129 gfc_get_parentheses (gfc_expr *e) in gfc_get_parentheses()
131 gfc_expr *e2; in gfc_get_parentheses()
144 match_primary (gfc_expr **result) in match_primary()
147 gfc_expr *e; in match_primary()
197 match_level_1 (gfc_expr **result) in match_level_1()
200 gfc_expr *e, *f; in match_level_1()
244 static match match_ext_mult_operand (gfc_expr **result);
245 static match match_ext_add_operand (gfc_expr **result);
259 match_mult_operand (gfc_expr **result) in match_mult_operand()
263 gfc_expr *e = NULL, *exp, *r; in match_mult_operand()
304 match_ext_mult_operand (gfc_expr **result) in match_ext_mult_operand()
306 gfc_expr *all, *e; in match_ext_mult_operand()
349 match_add_operand (gfc_expr **result) in match_add_operand()
351 gfc_expr *all, *e, *total; in match_add_operand()
413 match_ext_add_operand (gfc_expr **result) in match_ext_add_operand()
415 gfc_expr *all, *e; in match_ext_add_operand()
460 match_level_2 (gfc_expr **result) in match_level_2()
462 gfc_expr *all, *e, *total; in match_level_2()
545 match_level_3 (gfc_expr **result) in match_level_3()
547 gfc_expr *all, *e, *total = NULL; in match_level_3()
591 match_level_4 (gfc_expr **result) in match_level_4()
593 gfc_expr *left, *right, *r; in match_level_4()
683 match_and_operand (gfc_expr **result) in match_and_operand()
685 gfc_expr *e, *r; in match_and_operand()
716 match_or_operand (gfc_expr **result) in match_or_operand()
718 gfc_expr *all, *e, *total; in match_or_operand()
759 match_equiv_operand (gfc_expr **result) in match_equiv_operand()
761 gfc_expr *all, *e, *total; in match_equiv_operand()
804 match_level_5 (gfc_expr **result) in match_level_5()
806 gfc_expr *all, *e, *total; in match_level_5()
863 gfc_match_expr (gfc_expr **result) in gfc_match_expr()
865 gfc_expr *all, *e; in gfc_match_expr()