Lines Matching refs:allocatable

2652   int dimension, codimension, pointer, allocatable, target;  in gfc_variable_attr()  local
2670 allocatable = CLASS_DATA (sym)->attr.allocatable; in gfc_variable_attr()
2677 allocatable = attr.allocatable; in gfc_variable_attr()
2707 allocatable = pointer = 0; in gfc_variable_attr()
2714 allocatable = pointer = 0; in gfc_variable_attr()
2743 allocatable = CLASS_DATA (comp)->attr.allocatable; in gfc_variable_attr()
2749 allocatable = comp->attr.allocatable; in gfc_variable_attr()
2758 allocatable = pointer = 0; in gfc_variable_attr()
2765 attr.allocatable = allocatable; in gfc_variable_attr()
2797 attr.allocatable = CLASS_DATA (sym)->attr.allocatable; in gfc_expr_attr()
2835 int dimension, codimension, pointer, allocatable, target, coarray_comp; in caf_variable_attr() local
2855 allocatable = CLASS_DATA (sym)->attr.allocatable; in caf_variable_attr()
2864 allocatable = sym->attr.allocatable; in caf_variable_attr()
2890 allocatable = pointer = 0; in caf_variable_attr()
2914 allocatable = CLASS_DATA (comp)->attr.allocatable; in caf_variable_attr()
2923 allocatable = comp->attr.allocatable; in caf_variable_attr()
2938 allocatable = pointer = 0; in caf_variable_attr()
2945 attr.allocatable = allocatable; in caf_variable_attr()
2976 attr.allocatable = CLASS_DATA (sym)->attr.allocatable; in gfc_caf_attr()
3074 if (comp->attr.allocatable in build_actual_constructor()
3076 && CLASS_DATA (comp)->attr.allocatable)) in build_actual_constructor()
3213 if (this_comp->ts.type == BT_CHARACTER && !this_comp->attr.allocatable in gfc_convert_to_structure_constructor()