Searched refs:gfc_impure_variable (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dexpr.c3743 if (is_pure && gfc_impure_variable (rvalue->symtree->n.sym))
3749 if (is_implicit_pure && gfc_impure_variable (rvalue->symtree->n.sym))
4942 if (!pointer && !own_scope && gfc_pure (NULL) && gfc_impure_variable (sym))
4952 && gfc_impure_variable (sym))
H A Dmatch.c3647 bool impure = gfc_impure_variable (tail->expr->symtree->n.sym);
4036 bool impure = gfc_impure_variable (sym);
H A Dgfortran.h3037 int gfc_impure_variable (gfc_symbol *);
H A Dinterface.c3254 if (gfc_pure (NULL) && gfc_impure_variable (expr->symtree->n.sym))
H A Dresolve.c1344 && (gfc_impure_variable (cons->expr->symtree->n.sym)
9442 && (gfc_impure_variable (rhs->symtree->n.sym)
9479 && (gfc_impure_variable (rhs->symtree->n.sym)
14393 gfc_impure_variable (gfc_symbol *sym) function

Completed in 271 milliseconds