Lines Matching defs:impure
1547 bool impure = cons->expr->expr_type == EXPR_VARIABLE
1550 if (impure && gfc_pure (NULL))
1558 if (impure)
3161 /* Check if an impure function is allowed in the current context. */
3170 gfc_error ("Reference to impure function %qs at %L inside a "
3177 gfc_error ("Reference to impure function %qs at %L inside a "
3184 gfc_error ("Reference to impure function %qs at %L "
4004 /* Callback finding an impure function as an operand to an .and. or
4025 "Impure function %qs at %L might not be evaluated",
4029 "Impure function at %L might not be evaluated",
4215 with impure function as second operand. */
16799 seem to be possible to storage associate an impure variable this way. */