Lines Matching refs:allocatable

595       if (attr->allocatable)  in gfc_finish_decl_attrs()
715 && sym->attr.codimension && !sym->attr.allocatable))) in gfc_finish_var_decl()
750 || sym->attr.allocatable) in gfc_finish_var_decl()
1210 || array_attr->allocatable in gfc_build_dummy_array_decl()
1591 && sym->attr.allocatable) in gfc_get_symbol_decl()
1807 || ((sym->attr.allocatable || !sym->attr.dummy) && !sym->attr.pointer)) in gfc_get_symbol_decl()
1812 if (sym->attr.dimension || sym->attr.allocatable || sym->attr.codimension in gfc_get_symbol_decl()
1815 || CLASS_DATA (sym)->attr.allocatable)) in gfc_get_symbol_decl()
1825 && !sym->attr.allocatable in gfc_get_symbol_decl()
1831 && sym->attr.allocatable in gfc_get_symbol_decl()
1896 || !sym->attr.codimension || sym->attr.allocatable) in gfc_get_symbol_decl()
1909 && sym->attr.allocatable), in gfc_get_symbol_decl()
1910 sym->attr.pointer || sym->attr.allocatable in gfc_get_symbol_decl()
1918 && !sym->attr.allocatable in gfc_get_symbol_decl()
2758 && !f->sym->attr.allocatable) in create_function_arglist()
2761 && !CLASS_DATA (f->sym)->attr.allocatable))) in create_function_arglist()
4257 gcc_assert (!sym->attr.allocatable); in gfc_init_default_dt()
4295 if (!f->sym->attr.allocatable in init_intent_out_dt()
4309 if (tmp == NULL_TREE && !f->sym->attr.allocatable in init_intent_out_dt()
4325 else if (f->sym->value && !f->sym->attr.allocatable) in init_intent_out_dt()
4331 && !CLASS_DATA (f->sym)->attr.allocatable) in init_intent_out_dt()
4687 || sym->attr.allocatable)) in gfc_trans_deferred_vars()
4721 || CLASS_DATA (sym)->attr.allocatable)) in gfc_trans_deferred_vars()
4763 && CLASS_DATA (sym)->attr.allocatable) in gfc_trans_deferred_vars()
4792 || (IS_CLASS_ARRAY (sym) && !CLASS_DATA (sym)->attr.allocatable))) in gfc_trans_deferred_vars()
4815 || array_attr->allocatable) in gfc_trans_deferred_vars()
4910 && (sym->attr.allocatable in gfc_trans_deferred_vars()
4913 && CLASS_DATA (sym)->attr.allocatable))) in gfc_trans_deferred_vars()
4924 && sym->attr.allocatable in gfc_trans_deferred_vars()
5346 if (sym->attr.codimension && !sym->attr.dummy && !sym->attr.allocatable in gfc_create_module_variable()
5509 if (!c->expr || cm->attr.allocatable) in check_constant_initializer()
5542 || sym->attr.allocatable in gfc_emit_parameter_debug_info()
5611 if (sym->attr.dummy || sym->attr.allocatable || !sym->attr.codimension in generate_coarray_sym_init()
5927 if (sym->attr.codimension && !sym->attr.dummy && !sym->attr.allocatable in generate_local_decl()
6215 if (fsym->attr.pointer || fsym->attr.allocatable in add_argument_checking()
6882 && (sym->attr.allocatable in gfc_generate_function_code()
6887 && (CLASS_DATA (sym)->attr.allocatable in gfc_generate_function_code()
6898 if (sym->attr.allocatable && sym->attr.dimension == 0 in gfc_generate_function_code()
6903 && CLASS_DATA (sym)->attr.allocatable in gfc_generate_function_code()
6914 && !sym->attr.allocatable) in gfc_generate_function_code()