Home | History | Annotate | Download | only in fortran

Lines Matching defs:allocatable

55    allocatable or pointer attribute.  */
193 /* Array POINTER/ALLOCATABLE have aggregate types, all user variables
326 /* Return true if TYPE has any allocatable components. */
398 /* Return true if the DECL is for an allocatable array or scalar. */
487 /* Handle allocatable components in OpenMP clauses. */
717 /* Allocatable arrays and scalars in PRIVATE clauses need to be set to
764 /* Reduction clause requires allocated ALLOCATABLE. */
909 /* Allocatable arrays in FIRSTPRIVATE clauses need to be allocated
1003 /* First dealloc any allocatable components in DEST. */
1010 /* Finally allocate any allocatable components and copy. */
1267 /* Allocatable arrays in LINEAR clauses need to be allocated
1398 /* Allocatable arrays in FIRSTPRIVATE/LASTPRIVATE etc. clauses need
1566 NOTE: This also remaps the pointer for allocatable arrays with
1735 allocatable (or pointer) attribute (for the purpose of implicit mapping). */
2344 || namelist->sym->attr.allocatable)
2793 if (n->sym->attr.dimension || n->sym->attr.allocatable)
2901 else if (n->sym->attr.allocatable || n->sym->attr.pointer)
3055 bool allocatable = false, pointer = false;
3064 allocatable = CLASS_DATA (c)->attr.allocatable;
3069 allocatable = c->attr.allocatable;
3224 if ((n->sym->attr.pointer || n->sym->attr.allocatable)
3341 if (pointer || allocatable)
3411 if (pointer || (openacc && allocatable))
5554 else if ((n->sym->attr.allocatable || n->sym->attr.pointer)