/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 562 void gfc_conv_structure (gfc_se *, gfc_expr *, int);
|
H A D | trans-expr.c | 7889 gfc_conv_structure (&se, gfc_class_initializer (ts, expr), 1); in gfc_conv_initializer() 7913 gfc_conv_structure (&se, gfc_class_initializer (ts, expr), 1); in gfc_conv_initializer() 7915 gfc_conv_structure (&se, expr, 1); in gfc_conv_initializer() 8732 gfc_conv_structure (gfc_se * se, gfc_expr * expr, int init) in gfc_conv_structure() function 8919 gfc_conv_structure (se, expr, 0); in gfc_conv_expr()
|
H A D | trans-array.c | 6208 gfc_conv_structure (&se, expr, 1); in gfc_conv_array_initializer() 6291 gfc_conv_structure (&se, c->expr, 1); in gfc_conv_array_initializer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 564 void gfc_conv_structure (gfc_se *, gfc_expr *, int);
|
H A D | ChangeLog-2004 | 1258 (gfc_conv_structure): Use them. 1449 (gfc_conv_structure): Use it. 1502 * trans-expr.c (gfc_conv_structure): Handle array pointers. 1533 * trans-expr.c (gfc_conv_structure): Handle initialization 2446 * trans-expr.c (gfc_conv_structure): Use field type, not expr type.
|
H A D | ChangeLog-2003 | 420 * trans-decl.c (gfc_get_symbol_decl): Use gfc_conv_structure. 421 * trans-expr.c (gfc_conv_structure): Handle array initializers. 423 * trans.h (gfc_conv_structure): Declare.
|
H A D | ChangeLog-2010 | 513 * trans-expr.c (gfc_conv_derived_to_class,gfc_conv_structure, 2017 (gfc_conv_structure): Modified call to 'gfc_conv_initializer'. 3856 * trans-expr.c (gfc_conv_structure): Remove unneeded and buggy code. 4182 (gfc_conv_structure): Exclude proc_pointer components when 4690 (gfc_conv_structure): Likewise. 4984 * trans-expr.c (gfc_conv_structure): Ensure that the derived
|
H A D | ChangeLog-2016 | 422 (gfc_conv_structure): Set flag that the structure is in a coarray. 1069 * trans-expr.c (gfc_conv_structure): Replace UNION handling code with 2540 gfc_conv_structure, gfc_trans_scalar_assign, copyable_array_p):
|
H A D | ChangeLog-2015 | 2119 * trans-expr.c (gfc_conv_structure): Fixed indendation. 2587 (gfc_conv_structure): Treat _len component correctly. 2634 (gfc_conv_structure): Same.
|
H A D | trans-expr.cc | 8432 gfc_conv_structure (&se, gfc_class_initializer (ts, expr), 1); in gfc_conv_initializer() 8456 gfc_conv_structure (&se, gfc_class_initializer (ts, expr), 1); in gfc_conv_initializer() 8458 gfc_conv_structure (&se, expr, 1); in gfc_conv_initializer() 9275 gfc_conv_structure (gfc_se * se, gfc_expr * expr, int init) in gfc_conv_structure() function 9462 gfc_conv_structure (se, expr, 0); in gfc_conv_expr()
|
H A D | ChangeLog-2009 | 198 (gfc_conv_structure): Initialize the $extends and $size fields of 775 (gfc_conv_structure): Handle BT_CLASS. 2849 (gfc_conv_structure): Handle procedure pointer components.
|
H A D | ChangeLog | 97 * trans-expr.cc (gfc_conv_structure): Check for NULL pointer.
|
H A D | ChangeLog-2013 | 1906 * trans-expr.c (gfc_conv_structure): Call
|
H A D | ChangeLog-2008 | 1256 gfc_conv_structure): Ditto. 3012 * trans-expr.c (gfc_conv_structure): Don't set TREE_INVARIANT.
|
H A D | ChangeLog-2014 | 1074 * trans-expr.c (gfc_conv_structure): Initialize _size with
|
H A D | trans-array.cc | 6318 gfc_conv_structure (&se, expr, 1); in gfc_conv_array_initializer() 6408 gfc_conv_structure (&se, c->expr, 1); in gfc_conv_array_initializer()
|
H A D | ChangeLog-2012 | 168 (gfc_conv_structure): Move handling of _size component.
|
H A D | ChangeLog-2011 | 3694 * trans-expr.c (gfc_conv_structure): Handle constructors for procedure
|
H A D | ChangeLog-2005 | 2074 * trans-expr.c (gfc_conv_structure): Likewise.
|
H A D | ChangeLog-2007 | 228 * trans-expr.c (gfc_conv_structure): Make sure record constructors
|