Lines Matching refs:allocatable
382 proc->attr.allocatable = proc->result->attr.allocatable; in gfc_check_function_type()
417 *allocatable = "ALLOCATABLE", *elemental = "ELEMENTAL", in gfc_check_conflict() local
457 if (attr->in_namelist && (attr->allocatable || attr->pointer)) in gfc_check_conflict()
460 a2 = attr->allocatable ? allocatable : pointer; in gfc_check_conflict()
472 if (attr->allocatable) in gfc_check_conflict()
473 a1 = allocatable; in gfc_check_conflict()
544 conf (allocatable, elemental); in gfc_check_conflict()
568 conf (allocatable, pointer); in gfc_check_conflict()
569 conf_std (allocatable, dummy, GFC_STD_F2003); in gfc_check_conflict()
570 conf_std (allocatable, function, GFC_STD_F2003); in gfc_check_conflict()
571 conf_std (allocatable, result, GFC_STD_F2003); in gfc_check_conflict()
575 conf (in_common, allocatable); in gfc_check_conflict()
587 conf (in_equivalence, allocatable); in gfc_check_conflict()
611 conf (is_bind_c, allocatable); in gfc_check_conflict()
625 conf (cray_pointer, allocatable); in gfc_check_conflict()
633 conf (cray_pointee, allocatable); in gfc_check_conflict()
656 conf (data, allocatable); in gfc_check_conflict()
659 conf (value, allocatable) in gfc_check_conflict()
693 conf (procedure, allocatable) in gfc_check_conflict()
714 conf (pdt_kind, allocatable) in gfc_check_conflict()
719 conf (pdt_len, allocatable) in gfc_check_conflict()
759 conf2 (allocatable); in gfc_check_conflict()
804 conf2 (allocatable); in gfc_check_conflict()
850 conf2 (allocatable); in gfc_check_conflict()
875 conf2 (allocatable); in gfc_check_conflict()
1017 if (attr->allocatable && ! gfc_submodule_procedure(attr)) in gfc_add_allocatable()
1031 attr->allocatable = 1; in gfc_add_allocatable()
1964 if (source == IFSRC_IFBODY && (sym->attr.dimension || sym->attr.allocatable)) in gfc_add_explicit_interface()
2075 if (src->allocatable && !gfc_add_allocatable (dest, where)) in gfc_copy_attr()
4217 if (sym->attr.pointer || sym->attr.allocatable) in gfc_is_var_automatic()
4483 if (curr_comp->attr.allocatable != 0) in verify_bind_c_derived_type()