Home
last modified time | relevance | path

Searched refs:mio_expr (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc1793 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 DChangeLog-20031050 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 DChangeLog-2017835 (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 DChangeLog-200455 (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 DChangeLog-20081167 (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 DChangeLog-201356 * module.c (mio_expr): Handle type-bound function expressions.
H A DChangeLog-20053274 * module.c (mio_expr): Likewise.
3402 * module.c (mio_expr): Read / write 'ref' instead of 'op1' and 'op2'.
H A DChangeLog-200689 (mio_expr): Call the new function.
3938 * module.c (mio_expr): Likewise.
H A DChangeLog-20141301 (mio_expr): Handle INSTRINSIC_USER and non-resolved EXPR_FUNCTION.
H A DChangeLog-20071239 * module.c (mio_expr): Avoid -Wcast-qual warning.
2918 * module.c (mio_expr): Likewise.
H A DChangeLog-20182786 (mio_expr): Likewise.
H A DChangeLog-20192313 * module.c (mio_expr): Likewise.
H A DChangeLog-20092812 * module.c (mio_expr): Handle EXPR_PPC.
H A DChangeLog-20113037 (mio_gmp_real, mio_expr, mio_typebound_proc): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c1747 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 …]