Searched refs:INTERFACE_ABSTRACT (Results 1 – 9 of 9) sorted by relevance
289 case INTERFACE_ABSTRACT: in gfc_match_interface()316 current_interface.type = INTERFACE_ABSTRACT; in gfc_match_abstract_interface()353 case INTERFACE_ABSTRACT: in gfc_match_end_interface()4596 case INTERFACE_ABSTRACT: in gfc_add_interface()
7252 || current_interface.type == INTERFACE_ABSTRACT) in match_procedure_in_interface()8182 && current_interface.type == INTERFACE_ABSTRACT) in gfc_match_bind_c()9075 case INTERFACE_ABSTRACT: in access_attr_decl()9908 || current_interface.type == INTERFACE_ABSTRACT) in gfc_match_modproc()
3582 if (current_interface.type == INTERFACE_ABSTRACT) in parse_interface()3627 if (current_interface.type != INTERFACE_ABSTRACT && !prog_unit->attr.dummy) in parse_interface()
277 INTERFACE_INTRINSIC_OP, INTERFACE_USER_OP, INTERFACE_ABSTRACT, enumerator
289 case INTERFACE_ABSTRACT: in gfc_match_interface()316 current_interface.type = INTERFACE_ABSTRACT; in gfc_match_abstract_interface()353 case INTERFACE_ABSTRACT: in gfc_match_end_interface()4799 case INTERFACE_ABSTRACT: in gfc_add_interface()
7341 || current_interface.type == INTERFACE_ABSTRACT) in match_procedure_in_interface()8271 && current_interface.type == INTERFACE_ABSTRACT) in gfc_match_bind_c()9163 case INTERFACE_ABSTRACT: in access_attr_decl()9998 || current_interface.type == INTERFACE_ABSTRACT) in gfc_match_modproc()
3832 if (current_interface.type == INTERFACE_ABSTRACT) in parse_interface()3877 if (current_interface.type != INTERFACE_ABSTRACT && !prog_unit->attr.dummy) in parse_interface()
327 INTERFACE_INTRINSIC_OP, INTERFACE_USER_OP, INTERFACE_ABSTRACT, enumerator
1930 INTERFACE_ABSTRACT in switch().