Home | History | Annotate | Download | only in fortran

Lines Matching defs:allocatable

2640   int dimension, codimension, pointer, allocatable, target, optional;
2659 allocatable = CLASS_DATA (sym)->attr.allocatable;
2666 allocatable = attr.allocatable;
2709 allocatable = pointer = 0;
2717 allocatable = pointer = optional = false;
2747 allocatable = CLASS_DATA (comp)->attr.allocatable;
2756 allocatable = comp->attr.allocatable;
2765 allocatable = pointer = optional = false;
2772 attr.allocatable = allocatable;
2805 attr.allocatable = CLASS_DATA (sym)->attr.allocatable;
2836 refs a (non-_data) component. To check whether EXPR refs an allocatable
2843 int dimension, codimension, pointer, allocatable, target, coarray_comp;
2863 allocatable = CLASS_DATA (sym)->attr.allocatable;
2872 allocatable = sym->attr.allocatable;
2898 allocatable = pointer = 0;
2922 allocatable = CLASS_DATA (comp)->attr.allocatable;
2931 allocatable = comp->attr.allocatable;
2946 allocatable = pointer = 0;
2953 attr.allocatable = allocatable;
2984 attr.allocatable = CLASS_DATA (sym)->attr.allocatable;
3079 /* F2018 7.5.10: If an allocatable component has no corresponding
3082 if (comp->attr.allocatable
3084 && CLASS_DATA (comp)->attr.allocatable))
3087 "allocatable component %qs given in the "
3221 if (this_comp->ts.type == BT_CHARACTER && !this_comp->attr.allocatable