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 D | matchexp.c | 133 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 D | arith.c | 1640 result = gfc_get_operator_expr (&op1->where, op, op1, op2); in eval_intrinsic()
|
H A D | gfortran.h | 3316 gfc_expr *gfc_get_operator_expr (locus *, gfc_intrinsic_op,gfc_expr *, gfc_expr *);
|
H A D | expr.c | 102 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 D | matchexp.cc | 133 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 D | gfortran.h | 3607 gfc_expr *gfc_get_operator_expr (locus *, gfc_intrinsic_op,gfc_expr *, gfc_expr *);
|
H A D | arith.cc | 1687 result = gfc_get_operator_expr (&op1->where, op, op1, op2); in eval_intrinsic()
|
H A D | ChangeLog-2010 | 4529 (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 D | expr.cc | 102 gfc_get_operator_expr (locus *where, gfc_intrinsic_op op, in gfc_get_operator_expr() function
|