Searched refs:gfc_impure_variable (Results 1 – 16 of 16) sorted by relevance
4460 if (is_pure && gfc_impure_variable (rvalue->symtree->n.sym)) in gfc_check_pointer_assign()4466 if (is_implicit_pure && gfc_impure_variable (rvalue->symtree->n.sym)) in gfc_check_pointer_assign()6406 if (!pointer && !own_scope && gfc_pure (NULL) && gfc_impure_variable (sym)) in gfc_check_vardef_context()6416 && gfc_impure_variable (sym)) in gfc_check_vardef_context()
4336 bool impure = gfc_impure_variable (tail->expr->symtree->n.sym); in gfc_match_allocate()4775 bool impure = gfc_impure_variable (sym); in gfc_match_deallocate()
3691 int gfc_impure_variable (gfc_symbol *);
1494 impure = gfc_impure_variable (result->symtree->n.sym); in match_vtag()
1548 && (gfc_impure_variable (cons->expr->symtree->n.sym) in resolve_structure_cons()11131 && (gfc_impure_variable (rhs->symtree->n.sym) in resolve_ordinary_assign()11171 && (gfc_impure_variable (rhs->symtree->n.sym) in resolve_ordinary_assign()16762 gfc_impure_variable (gfc_symbol *sym) in gfc_impure_variable() function
399 * resolve.c (gfc_impure_variable): A dummy argument with the VALUE
3983 if (gfc_pure (NULL) && gfc_impure_variable (expr->symtree->n.sym)) in check_intents()
767 (gfc_impure_variable): Don't check gfc_pure such that the
3371 * resolve.c (resolve_code): Use gfc_impure_variable as a3374 (gfc_impure_variable): Add test for dummy arguments of pure
5069 (gfc_impure_variable): Make it work with sub-namespaces (BLOCK etc).
4428 if (is_pure && gfc_impure_variable (rvalue->symtree->n.sym)) in gfc_check_pointer_assign()4434 if (is_implicit_pure && gfc_impure_variable (rvalue->symtree->n.sym)) in gfc_check_pointer_assign()6337 if (!pointer && !own_scope && gfc_pure (NULL) && gfc_impure_variable (sym)) in gfc_check_vardef_context()6347 && gfc_impure_variable (sym)) in gfc_check_vardef_context()
4295 bool impure = gfc_impure_variable (tail->expr->symtree->n.sym); in gfc_match_allocate()4734 bool impure = gfc_impure_variable (sym); in gfc_match_deallocate()
3400 int gfc_impure_variable (gfc_symbol *);
1509 && (gfc_impure_variable (cons->expr->symtree->n.sym) in resolve_structure_cons()10974 && (gfc_impure_variable (rhs->symtree->n.sym) in resolve_ordinary_assign()11014 && (gfc_impure_variable (rhs->symtree->n.sym) in resolve_ordinary_assign()16527 gfc_impure_variable (gfc_symbol *sym) in gfc_impure_variable() function
3780 if (gfc_pure (NULL) && gfc_impure_variable (expr->symtree->n.sym)) in check_intents()