Home
last modified time | relevance | path

Searched refs:missing_arg_type (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1139 bt missing_arg_type; member
H A Dinterface.c3575 a->missing_arg_type = f->sym->ts.type; in gfc_compare_actual_formal()
H A Dtrans-expr.c5751 if (arg->missing_arg_type == BT_CHARACTER) in gfc_conv_procedure_call()
5768 if (arg->missing_arg_type == BT_CHARACTER) in gfc_conv_procedure_call()
H A Dintrinsic.c4387 a->missing_arg_type = f->ts.type; in sort_actual()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2021307 * gfortran.h (gfc_actual_arglist::missing_arg_type): Remove.
309 missing_arg_type initialization.
H A DChangeLog-20041992 * gfortran.h (gfc_actual_arglist): New field missing_arg_type.
H A DChangeLog-20083844 to missing_arg_type for absent optional arguments.