Lines Matching refs:allocatable
2974 bool coarray, lock_type, event_type, allocatable, pointer; in check_component() local
2975 coarray = lock_type = event_type = allocatable = pointer = false; in check_component()
2982 if (c->attr.allocatable in check_component()
2984 && CLASS_DATA (c)->attr.allocatable) in check_component()
2988 allocatable = true; in check_component()
3034 && !allocatable && !pointer)) in check_component()
3051 && !allocatable && !pointer)) in check_component()
3074 if (lock_type && allocatable && !coarray) in check_component()
3077 else if (lock_type && allocatable && c->ts.type == BT_DERIVED in check_component()
3111 if (event_type && allocatable && !coarray) in check_component()
3114 else if (event_type && allocatable && c->ts.type == BT_DERIVED in check_component()
5676 || old_sym->attr.allocatable in gfc_fixup_sibling_symbols()