Lines Matching refs:allocatable
492 if (cmp1->attr.allocatable != cmp2->attr.allocatable) in compare_components()
1220 CLASS_DATA(s1)->attr.allocatable : s1->attr.allocatable; in compare_ptr_alloc()
1362 if (s1->attr.allocatable != s2->attr.allocatable) in gfc_check_dummy_characteristics()
1577 if (r1->attr.allocatable != r2->attr.allocatable) in gfc_check_result_characteristics()
1649 if (!r1->attr.allocatable && !r1->attr.pointer && r1->as && r2->as) in gfc_check_result_characteristics()
2172 if (formal->attr.allocatable in compare_allocatable()
2173 || (formal->ts.type == BT_CLASS && CLASS_DATA (formal)->attr.allocatable)) in compare_allocatable()
2178 else if (!attr.allocatable) in compare_allocatable()
2455 || CLASS_DATA (formal)->attr.allocatable)) in compare_parameter()
2481 && (CLASS_DATA (formal)->attr.allocatable in compare_parameter()
2506 if (codimension && formal->attr.allocatable) in compare_parameter()
2594 if (formal->attr.allocatable && !codimension in compare_parameter()
3170 && (f->sym->attr.allocatable || !f->sym->attr.optional in gfc_compare_actual_formal()
3174 && (CLASS_DATA (f->sym)->attr.allocatable in gfc_compare_actual_formal()
3180 || (f->sym->ts.type != BT_CLASS && f->sym->attr.allocatable) in gfc_compare_actual_formal()
3182 && CLASS_DATA (f->sym)->attr.allocatable))) in gfc_compare_actual_formal()
3226 && (f->sym->attr.pointer || f->sym->attr.allocatable in gfc_compare_actual_formal()
3231 if (where && (f->sym->attr.pointer || f->sym->attr.allocatable)) in gfc_compare_actual_formal()
3248 if ((f->sym->attr.pointer || f->sym->attr.allocatable) in gfc_compare_actual_formal()
3374 && f->sym->attr.allocatable in gfc_compare_actual_formal()
3413 && CLASS_DATA (f->sym)->attr.allocatable in gfc_compare_actual_formal()
3890 if (sym->attr.allocatable && !sym->attr.external) in gfc_procedure_use()
3898 if (sym->attr.allocatable) in gfc_procedure_use()