Searched refs:gfc_pure (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.c1665 if (gfc_pure (NULL))
2634 if (gfc_pure (NULL))
2781 if (gfc_pure (NULL))
2976 if (gfc_pure (NULL))
3170 if (gfc_pure (NULL))
3648 if (impure && gfc_pure (NULL))
4037 if (impure && gfc_pure (NULL))
H A Dresolve.c376 if (gfc_pure (proc))
381 if (!gfc_pure (sym))
432 if (!gfc_pure (sym))
1346 if (impure && gfc_pure (NULL))
2782 pure = gfc_pure (comp->ts.interface);
2787 pure = gfc_pure (e->value.function.esym);
2853 else if (gfc_pure (NULL))
3135 if (gfc_pure (sym))
3150 else if (gfc_pure (NULL))
9436 if (gfc_pure (NUL
14427 gfc_pure (gfc_symbol *sym) function
[all...]
H A Ddecl.c530 if (gfc_pure (NULL))
599 if (gfc_pure (NULL))
1822 if (gfc_pure (NULL) && gfc_state_stack->state != COMP_DERIVED)
2136 if (current_attr.flavor != FL_PARAMETER && gfc_pure (NULL)
H A Dexpr.c3014 && !gfc_pure (e->symtree->n.sym)
3427 is_pure = gfc_pure (NULL);
4942 if (!pointer && !own_scope && gfc_pure (NULL) && gfc_impure_variable (sym))
H A Dinterface.c3254 if (gfc_pure (NULL) && gfc_impure_variable (expr->symtree->n.sym))
3268 if (gfc_pure (NULL) && gfc_is_coindexed (expr))
H A Dparse.c600 if (gfc_pure (NULL))
688 if (gfc_pure (NULL))
H A Dgfortran.h3038 int gfc_pure (gfc_symbol *);
H A Dsymbol.c1130 if (s == SAVE_EXPLICIT && gfc_pure (NULL))
H A Dintrinsic.c4549 if (!isym->pure && gfc_pure (NULL))

Completed in 247 milliseconds