Searched refs:c_funptr (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | iso-c-binding.def | 167 DERIVED_TYPE (ISOCBINDING_FUNPTR, "c_funptr", \
|
H A D | module.c | 6435 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 D | intrinsic.texi | 3215 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 D | gfortran.info | 9715 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 D | iso-c-binding.def | 174 DERIVED_TYPE (ISOCBINDING_FUNPTR, "c_funptr", \
|
H A D | module.cc | 6646 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 D | ChangeLog-2013 | 1519 * 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 D | ChangeLog-2012 | 1208 diagnostic for c_ptr vs. c_funptr for c_f_(proc)pointer.
|
H A D | ChangeLog-2018 | 1290 generate initializers for c_ptr and c_funptr with -finit-derived.
|
H A D | intrinsic.texi | 3211 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 D | gfortran.info | 9395 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 D | NEWS | 7288 pointers (type(c_funptr)) are not affected nor are
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 9158 pointers (type(c_funptr)) are not affected nor are
|