Home
last modified time | relevance | path

Searched refs:gfc_get_operator_expr (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatchexp.c133 e2 = gfc_get_operator_expr (&e->where, INTRINSIC_PARENTHESES, e, NULL); in gfc_get_parentheses()
219 f = gfc_get_operator_expr (&where, INTRINSIC_USER, e, NULL); in match_level_1()
897 all = gfc_get_operator_expr (&where, INTRINSIC_USER, all, e); in gfc_match_expr()
H A Darith.c1640 result = gfc_get_operator_expr (&op1->where, op, op1, op2); in eval_intrinsic()
H A Dgfortran.h3316 gfc_expr *gfc_get_operator_expr (locus *, gfc_intrinsic_op,gfc_expr *, gfc_expr *);
H A Dexpr.c102 gfc_get_operator_expr (locus *where, gfc_intrinsic_op op, in gfc_get_operator_expr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatchexp.cc133 e2 = gfc_get_operator_expr (&e->where, INTRINSIC_PARENTHESES, e, NULL); in gfc_get_parentheses()
219 f = gfc_get_operator_expr (&where, INTRINSIC_USER, e, NULL); in match_level_1()
897 all = gfc_get_operator_expr (&where, INTRINSIC_USER, all, e); in gfc_match_expr()
H A Dgfortran.h3607 gfc_expr *gfc_get_operator_expr (locus *, gfc_intrinsic_op,gfc_expr *, gfc_expr *);
H A Darith.cc1687 result = gfc_get_operator_expr (&op1->where, op, op1, op2); in eval_intrinsic()
H A DChangeLog-20104529 (gfc_get_operator_expr): New prototype.
4535 (gfc_get_operator_expr): Moved here from matchexp.c (build_node).
4537 expr.c (gfc_get_operator_expr). Reordered arguments to match
H A Dexpr.cc102 gfc_get_operator_expr (locus *where, gfc_intrinsic_op op, in gfc_get_operator_expr() function