Home
last modified time | relevance | path

Searched refs:gfc_constructor_lookup (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dconstructor.c173 gfc_constructor_lookup (gfc_constructor_base base, int offset) in gfc_constructor_lookup() function
207 gfc_constructor *c = gfc_constructor_lookup (base, offset); in gfc_constructor_lookup_expr()
H A Dconstructor.h59 gfc_constructor *gfc_constructor_lookup (gfc_constructor_base base, int n);
H A Ddata.c319 con = gfc_constructor_lookup (expr->value.constructor, in gfc_assign_data_value()
409 con = gfc_constructor_lookup (expr->value.constructor, in gfc_assign_data_value()
H A Dexpr.c1727 cons = gfc_constructor_lookup (base, limit); in find_array_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dconstructor.cc174 gfc_constructor_lookup (gfc_constructor_base base, int offset) in gfc_constructor_lookup() function
208 gfc_constructor *c = gfc_constructor_lookup (base, offset); in gfc_constructor_lookup_expr()
H A Dconstructor.h57 gfc_constructor *gfc_constructor_lookup (gfc_constructor_base base, int n);
H A Ddata.cc339 con = gfc_constructor_lookup (expr->value.constructor, in gfc_assign_data_value()
429 con = gfc_constructor_lookup (expr->value.constructor, in gfc_assign_data_value()
H A Dexpr.cc1737 cons = gfc_constructor_lookup (base, limit); in find_array_section()
H A DChangeLog-20112253 gfc_constructor_lookup): Handle repeat field.
H A DChangeLog-20104524 by gfc_constructor_lookup.