Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2013416 * expr.c (gfc_check_assign_symbol): Free lvalue.ref.
1954 * gfortran.h (gfc_check_assign_symbol): Update prototype.
1956 * expr.c (gfc_check_assign_symbol): Handle BT_CLASS and
1959 * resolve.c (resolve_fl_derived0): Call gfc_check_assign_symbol.
H A Ddecl.cc2014 && !gfc_check_assign_symbol (sym, NULL, init)) in add_init_expr_to_sym()
2021 if (!gfc_check_assign_symbol (sym, NULL, init)) in add_init_expr_to_sym()
9440 if (!gfc_check_assign_symbol (sym, NULL, init) in do_parm()
H A Dgfortran.h3634 bool gfc_check_assign_symbol (gfc_symbol *, gfc_component *, gfc_expr *);
H A DChangeLog-20112962 * expr.c (gfc_check_assign_symbol): Replace gfc_getmem usage with
3017 (find_substring_ref, gfc_simplify_expr, gfc_check_assign_symbol):
3640 * expr.c (gfc_check_assign_symbol): Reject pointers as pointer
H A DChangeLog-20192227 * expr.c (gfc_check_assign_symbol): Reject internal and dummy procedures
2466 * expr.c (gfc_check_assign_symbol): Deal with procedure pointers to
H A DChangeLog-2009758 * expr.c (gfc_check_assign_symbol): Handle NULL initialization of class
893 (gfc_copy_expr,gfc_check_pointer_assign,gfc_check_assign_symbol):
H A DChangeLog-20102114 * expr.c (gfc_check_assign_symbol): Extra checks for pointer
3627 * gcc/fortran/expr.c (gfc_check_pointer_assign,gfc_check_assign_symbol,
H A Dexpr.cc4564 gfc_check_assign_symbol (gfc_symbol *sym, gfc_component *comp, gfc_expr *rvalue) in gfc_check_assign_symbol() function
H A DChangeLog-20041443 * expr.c (gfc_check_assign_symbol): Handle pointer assignments.
H A DChangeLog-2015334 (gfc_check_assign_symbol): Check for an initialization expression
H A Dresolve.cc12478 gfc_check_assign_symbol (sym, NULL, sym->value); in resolve_values()
14979 && !gfc_check_assign_symbol (sym, c, c->initializer)) in resolve_component()
H A DChangeLog-20081917 * expr.c (gfc_check_pointer_assign,gfc_check_assign_symbol): Ditto.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h3343 bool gfc_check_assign_symbol (gfc_symbol *, gfc_component *, gfc_expr *);
H A Ddecl.c1932 && !gfc_check_assign_symbol (sym, NULL, init)) in add_init_expr_to_sym()
1939 if (!gfc_check_assign_symbol (sym, NULL, init)) in add_init_expr_to_sym()
9352 if (!gfc_check_assign_symbol (sym, NULL, init) in do_parm()
H A Dexpr.c4524 gfc_check_assign_symbol (gfc_symbol *sym, gfc_component *comp, gfc_expr *rvalue) in gfc_check_assign_symbol() function
H A Dresolve.c12271 gfc_check_assign_symbol (sym, NULL, sym->value); in resolve_values()
14762 && !gfc_check_assign_symbol (sym, c, c->initializer)) in resolve_component()