Home
last modified time | relevance | path

Searched refs:c_funptr (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diso-c-binding.def167 DERIVED_TYPE (ISOCBINDING_FUNPTR, "c_funptr", \
H A Dmodule.c6435 gfc_symtree *c_ptr = NULL, *c_funptr = NULL; in import_iso_c_binding_module() local
6492 c_funptr in import_iso_c_binding_module()
6507 if ((want_c_funptr || !only_flag) && !c_funptr) in import_iso_c_binding_module()
6508 c_funptr = generate_isocbinding_symbol (iso_c_module_name, in import_iso_c_binding_module()
6573 return_type = c_funptr->n.sym; \ in import_iso_c_binding_module()
6599 tmp_symtree = c_funptr; in import_iso_c_binding_module()
6652 return_type = c_funptr->n.sym; \ in import_iso_c_binding_module()
6674 tmp_symtree = c_funptr; in import_iso_c_binding_module()
H A Dintrinsic.texi3215 import :: c_funptr
3216 type(c_funptr) :: getIterFunc
3219 type(c_funptr) :: cfunptr
3276 import :: c_funptr
3277 type(c_funptr), intent(in) :: p
H A Dgfortran.info9715 import :: c_funptr
9716 type(c_funptr) :: getIterFunc
9719 type(c_funptr) :: cfunptr
9770 import :: c_funptr
9771 type(c_funptr), intent(in) :: p
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Diso-c-binding.def174 DERIVED_TYPE (ISOCBINDING_FUNPTR, "c_funptr", \
H A Dmodule.cc6646 gfc_symtree *c_ptr = NULL, *c_funptr = NULL; in import_iso_c_binding_module() local
6703 c_funptr in import_iso_c_binding_module()
6718 if ((want_c_funptr || !only_flag) && !c_funptr) in import_iso_c_binding_module()
6719 c_funptr = generate_isocbinding_symbol (iso_c_module_name, in import_iso_c_binding_module()
6784 return_type = c_funptr->n.sym; \ in import_iso_c_binding_module()
6810 tmp_symtree = c_funptr; in import_iso_c_binding_module()
6863 return_type = c_funptr->n.sym; \ in import_iso_c_binding_module()
6885 tmp_symtree = c_funptr; in import_iso_c_binding_module()
H A DChangeLog-20131519 * symbol.c (gen_special_c_interop_ptr): Update c_ptr/c_funptr
1525 using c_ptr/c_funptr symtrees for nullptr defs.
1527 of c_ptr/c_funptr.
1531 of c_ptr/c_funptr.
1536 * trans-io.c (transfer_expr): Fix handling of c_ptr/c_funptr.
H A DChangeLog-20121208 diagnostic for c_ptr vs. c_funptr for c_f_(proc)pointer.
H A DChangeLog-20181290 generate initializers for c_ptr and c_funptr with -finit-derived.
H A Dintrinsic.texi3211 import :: c_funptr
3212 type(c_funptr) :: getIterFunc
3215 type(c_funptr) :: cfunptr
3272 import :: c_funptr
3273 type(c_funptr), intent(in) :: p
H A Dgfortran.info9395 import :: c_funptr
9396 type(c_funptr) :: getIterFunc
9399 type(c_funptr) :: cfunptr
9450 import :: c_funptr
9451 type(c_funptr), intent(in) :: p
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS7288 pointers (type(c_funptr)) are not affected nor are
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS9158 pointers (type(c_funptr)) are not affected nor are