Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c344 if (attribute == CFI_attribute_allocatable && base_addr != NULL) in CFI_establish()
527 if (result->attribute == CFI_attribute_allocatable) in CFI_section()
734 if (result->attribute == CFI_attribute_allocatable) in CFI_select_part()
738 CFI_attribute_allocatable); in CFI_select_part()
854 && source->attribute == CFI_attribute_allocatable) in CFI_setpointer()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c335 if (attribute == CFI_attribute_allocatable && base_addr != NULL) in CFI_establish()
340 CFI_attribute_allocatable); in CFI_establish()
489 if (result->attribute == CFI_attribute_allocatable) in CFI_section()
698 if (result->attribute == CFI_attribute_allocatable) in CFI_select_part()
702 CFI_attribute_allocatable); in CFI_select_part()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A DISO_Fortran_binding.h42 #define CFI_attribute_allocatable 1 macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DISO_Fortran_binding.h42 #define CFI_attribute_allocatable 1 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.cc6736 : CFI_attribute_allocatable); in gfc_conv_cfi_to_gfc()
6747 MIN (CFI_attribute_allocatable, CFI_attribute_other)); in gfc_conv_cfi_to_gfc()
6749 MAX (CFI_attribute_allocatable, CFI_attribute_other)); in gfc_conv_cfi_to_gfc()
H A Dgfortran.h121 #define CFI_attribute_allocatable 1 macro
H A DChangeLog-2021776 CFI_attribute_pointer, CFI_attribute_allocatable,
H A Dtrans-expr.cc5675 attr = CFI_attribute_allocatable; in gfc_conv_gfc_desc_to_cfi_desc()