Searched refs:mio_expr (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | module.cc | 1793 static void mio_expr (gfc_expr **); 2780 mio_expr (&cl->length); in mio_charlen() 2787 mio_expr (&cl->length); in mio_charlen() 2911 mio_expr (&as->lower[i]); in mio_array_spec() 2912 mio_expr (&as->upper[i]); in mio_array_spec() 2950 mio_expr (&ar->start[i]); in mio_array_ref() 2957 mio_expr (&ar->start[i]); in mio_array_ref() 2958 mio_expr (&ar->end[i]); in mio_array_ref() 2959 mio_expr (&ar->stride[i]); in mio_array_ref() 3075 mio_expr (&c->kind_expr); in mio_component() [all …]
|
H A D | ChangeLog-2003 | 1050 mio_array_spec, mio_ref, mio_expr, mio_symbol): Use them. 1052 (mio_symbol_attribute, mio_expr): Add cast to call to find_enum. 1691 (mio_expr): Remove dead code. 1758 * module.c (mio_expr): Don't bother saving symtree for EXPR_STRUCTURE.
|
H A D | ChangeLog-2017 | 835 (mio_expr, mio_symbol): Include the expression and symbol PDT 865 (mio_expr, mio_omp_udr_expr): Call mio_actual_arglist with 2096 mio_symtree_ref, mio_expr, mio_omp_udr_expr, load_generic_interfaces,
|
H A D | ChangeLog-2004 | 55 (mio_expr): Update to match. 1316 (mio_expr): Use gfc_set_model_kind(). 2093 * module.c (gfc_match_use, mio_array_ref, mio_expr): Likewise.
|
H A D | ChangeLog-2008 | 1167 (mio_expr): gcc_unreachable for EXPR_COMPCALL. 1835 number_use_names, mio_expr, load_operator_interfaces, read_module, 2798 (mio_expr): Call mio_allocated_wide_string where needed. 2830 * module.c (mio_expr): Convert between wide strings and ASCII ones.
|
H A D | ChangeLog-2013 | 56 * module.c (mio_expr): Handle type-bound function expressions.
|
H A D | ChangeLog-2005 | 3274 * module.c (mio_expr): Likewise. 3402 * module.c (mio_expr): Read / write 'ref' instead of 'op1' and 'op2'.
|
H A D | ChangeLog-2006 | 89 (mio_expr): Call the new function. 3938 * module.c (mio_expr): Likewise.
|
H A D | ChangeLog-2014 | 1301 (mio_expr): Handle INSTRINSIC_USER and non-resolved EXPR_FUNCTION.
|
H A D | ChangeLog-2007 | 1239 * module.c (mio_expr): Avoid -Wcast-qual warning. 2918 * module.c (mio_expr): Likewise.
|
H A D | ChangeLog-2018 | 2786 (mio_expr): Likewise.
|
H A D | ChangeLog-2019 | 2313 * module.c (mio_expr): Likewise.
|
H A D | ChangeLog-2009 | 2812 * module.c (mio_expr): Handle EXPR_PPC.
|
H A D | ChangeLog-2011 | 3037 (mio_gmp_real, mio_expr, mio_typebound_proc): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | module.c | 1747 static void mio_expr (gfc_expr **); 2629 mio_expr (&cl->length); in mio_charlen() 2636 mio_expr (&cl->length); in mio_charlen() 2760 mio_expr (&as->lower[i]); in mio_array_spec() 2761 mio_expr (&as->upper[i]); in mio_array_spec() 2799 mio_expr (&ar->start[i]); in mio_array_ref() 2806 mio_expr (&ar->start[i]); in mio_array_ref() 2807 mio_expr (&ar->end[i]); in mio_array_ref() 2808 mio_expr (&ar->stride[i]); in mio_array_ref() 2924 mio_expr (&c->kind_expr); in mio_component() [all …]
|