Searched defs:gfc_actual_arglist (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | intrinsic.c | 534 add_sym_1p (const char *name, gfc_isym_id id, enum klass cl, bt type, int kind, in add_sym_1p() 557 add_sym_1m (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, in add_sym_1m() 559 bool (*check) (gfc_actual_arglist *), in add_sym_1m() argument 696 add_sym_5ml (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, in add_sym_5ml() 729 add_sym_6fl (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, in add_sym_6fl() 767 add_sym_3red (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, in add_sym_3red() 865 void (*resolve) (gfc_expr *, gfc_actual_arglist *), in add_sym_4ind() argument
|
H A D | gfortran.h | 1130 typedef struct gfc_actual_arglist struct 1144 struct gfc_actual_arglist *next; argument 1146 gfc_actual_arglist; typedef
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | intrinsic.cc | 593 add_sym_1p (const char *name, gfc_isym_id id, enum klass cl, bt type, int kind, in add_sym_1p() 616 add_sym_1m (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, in add_sym_1m() 618 bool (*check) (gfc_actual_arglist *), in add_sym_1m() argument 755 add_sym_5ml (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, in add_sym_5ml() 788 add_sym_6fl (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, in add_sym_6fl() 826 add_sym_3red (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, in add_sym_3red()
|
H A D | gfortran.h | 1208 typedef struct gfc_actual_arglist struct 1222 struct gfc_actual_arglist *next; argument 1224 gfc_actual_arglist; typedef
|