Home
last modified time | relevance | path

Searched refs:CFI_attribute_pointer (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A DISO_Fortran_binding.h41 #define CFI_attribute_pointer 0 macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DISO_Fortran_binding.h41 #define CFI_attribute_pointer 0 macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c832 if (result->attribute != CFI_attribute_pointer) in CFI_setpointer()
898 && source->attribute == CFI_attribute_pointer) in CFI_setpointer()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c793 if (result->attribute != CFI_attribute_pointer) in CFI_setpointer()
843 source->attribute == CFI_attribute_pointer) in CFI_setpointer()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.cc6735 int attr = (sym->attr.pointer ? CFI_attribute_pointer in gfc_conv_cfi_to_gfc()
6746 int amin = MIN (CFI_attribute_pointer, in gfc_conv_cfi_to_gfc()
6748 int amax = MAX (CFI_attribute_pointer, in gfc_conv_cfi_to_gfc()
H A Dgfortran.h120 #define CFI_attribute_pointer 0 macro
H A DChangeLog-2021776 CFI_attribute_pointer, CFI_attribute_allocatable,
H A Dtrans-expr.cc5673 attr = CFI_attribute_pointer; in gfc_conv_gfc_desc_to_cfi_desc()