Home
last modified time | relevance | path

Searched refs:gfc_expanded_ac (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1984 gfc_expanded_ac (gfc_expr *e) in gfc_expanded_ac() function
1991 if (c->iterator != NULL || !gfc_expanded_ac (c->expr)) in gfc_expanded_ac()
H A Darith.c1601 || !gfc_is_constant_expr (op1) || !gfc_expanded_ac (op1))) in eval_intrinsic()
1607 || !gfc_is_constant_expr (op2) || !gfc_expanded_ac (op2))) in eval_intrinsic()
H A Dgfortran.h3438 int gfc_expanded_ac (gfc_expr *);
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc1996 gfc_expanded_ac (gfc_expr *e) in gfc_expanded_ac() function
2003 if (c->iterator != NULL || !gfc_expanded_ac (c->expr)) in gfc_expanded_ac()
H A Darith.cc1648 || !gfc_is_constant_expr (op1) || !gfc_expanded_ac (op1))) in eval_intrinsic()
1654 || !gfc_is_constant_expr (op2) || !gfc_expanded_ac (op2))) in eval_intrinsic()
H A Dgfortran.h3728 int gfc_expanded_ac (gfc_expr *);
H A DChangeLog-20104700 (gfc_expanded_ac): Likewise.