Searched refs:part_ref (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c1828 if (!gfc_notify_std (GFC_STD_F2003, "LEN part_ref at %C"))
1846 if (!gfc_notify_std (GFC_STD_F2003, "KIND part_ref at %C"))
1857 if (!gfc_notify_std (GFC_STD_F2008, "RE part_ref at %C"))
1869 if (!gfc_notify_std (GFC_STD_F2008, "IM part_ref at %C"))
3658 gfc_error ("Assignment to a LEN or KIND part_ref at %L is not "
5905 gfc_ref *ref, *part_ref = NULL; local
5946 part_ref = ref;
5955 && ((part_ref
5956 && !part_ref->u.c.component->attr.contiguous
5957 && part_ref
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc1844 if (!gfc_notify_std (GFC_STD_F2003, "LEN part_ref at %C"))
1862 if (!gfc_notify_std (GFC_STD_F2003, "KIND part_ref at %C"))
1873 if (!gfc_notify_std (GFC_STD_F2008, "RE part_ref at %C"))
1885 if (!gfc_notify_std (GFC_STD_F2008, "IM part_ref at %C"))
3681 gfc_error ("Assignment to a LEN or KIND part_ref at %L is not "
5936 gfc_ref *ref, *part_ref = NULL; local
5985 part_ref = ref;
5996 && ((part_ref
5997 && !part_ref->u.c.component->attr.contiguous
5998 && part_ref
[all...]

Completed in 121 milliseconds