Home
last modified time | relevance | path

Searched refs:gfc_impure_variable (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc4460 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()
H A Dmatch.cc4336 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()
H A Dgfortran.h3691 int gfc_impure_variable (gfc_symbol *);
H A Dio.cc1494 impure = gfc_impure_variable (result->symtree->n.sym); in match_vtag()
H A Dresolve.cc1548 && (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
H A DChangeLog-2020399 * resolve.c (gfc_impure_variable): A dummy argument with the VALUE
H A Dinterface.cc3983 if (gfc_pure (NULL) && gfc_impure_variable (expr->symtree->n.sym)) in check_intents()
H A DChangeLog-2012767 (gfc_impure_variable): Don't check gfc_pure such that the
H A DChangeLog-20073371 * resolve.c (resolve_code): Use gfc_impure_variable as a
3374 (gfc_impure_variable): Add test for dummy arguments of pure
H A DChangeLog-20105069 (gfc_impure_variable): Make it work with sub-namespaces (BLOCK etc).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c4428 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()
H A Dmatch.c4295 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()
H A Dgfortran.h3400 int gfc_impure_variable (gfc_symbol *);
H A Dio.c1494 impure = gfc_impure_variable (result->symtree->n.sym); in match_vtag()
H A Dresolve.c1509 && (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
H A Dinterface.c3780 if (gfc_pure (NULL) && gfc_impure_variable (expr->symtree->n.sym)) in check_intents()