Searched refs:INTERFACE_USER_OP (Results 1 – 11 of 11) sorted by relevance
176 *type = INTERFACE_USER_OP; in gfc_match_generic_spec()280 case INTERFACE_USER_OP: in gfc_match_interface()411 case INTERFACE_USER_OP: in gfc_match_end_interface()4682 case INTERFACE_USER_OP: in gfc_add_interface()4717 case INTERFACE_USER_OP: in gfc_current_interface_head()4740 case INTERFACE_USER_OP: in gfc_set_current_interface_head()
9122 case INTERFACE_USER_OP: in access_attr_decl()11361 case INTERFACE_USER_OP: in gfc_match_generic()11394 case INTERFACE_USER_OP: in gfc_match_generic()11397 const bool is_op = (op_type == INTERFACE_USER_OP); in gfc_match_generic()11443 case INTERFACE_USER_OP: in gfc_match_generic()11445 const bool is_op = (op_type == INTERFACE_USER_OP); in gfc_match_generic()11493 target->is_operator = ((op_type == INTERFACE_USER_OP) in gfc_match_generic()
636 case INTERFACE_USER_OP: in gfc_match_use()643 if (type == INTERFACE_USER_OP && m == MATCH_YES in gfc_match_use()648 if (type == INTERFACE_USER_OP) in gfc_match_use()683 if (st && type != INTERFACE_USER_OP in gfc_match_use()
277 INTERFACE_INTRINSIC_OP, INTERFACE_USER_OP, INTERFACE_ABSTRACT, enumerator
3510 || current_interface.type == INTERFACE_USER_OP) in parse_interface()
176 *type = INTERFACE_USER_OP; in gfc_match_generic_spec()280 case INTERFACE_USER_OP: in gfc_match_interface()411 case INTERFACE_USER_OP: in gfc_match_end_interface()4885 case INTERFACE_USER_OP: in gfc_add_interface()4920 case INTERFACE_USER_OP: in gfc_current_interface_head()4943 case INTERFACE_USER_OP: in gfc_set_current_interface_head()
9210 case INTERFACE_USER_OP: in access_attr_decl()11451 case INTERFACE_USER_OP: in gfc_match_generic()11484 case INTERFACE_USER_OP: in gfc_match_generic()11487 const bool is_op = (op_type == INTERFACE_USER_OP); in gfc_match_generic()11533 case INTERFACE_USER_OP: in gfc_match_generic()11535 const bool is_op = (op_type == INTERFACE_USER_OP); in gfc_match_generic()11583 target->is_operator = ((op_type == INTERFACE_USER_OP) in gfc_match_generic()
641 case INTERFACE_USER_OP: in gfc_match_use()648 if (type == INTERFACE_USER_OP && m == MATCH_YES in gfc_match_use()653 if (type == INTERFACE_USER_OP) in gfc_match_use()688 if (st && type != INTERFACE_USER_OP in gfc_match_use()
327 INTERFACE_INTRINSIC_OP, INTERFACE_USER_OP, INTERFACE_ABSTRACT, enumerator
3760 || current_interface.type == INTERFACE_USER_OP) in parse_interface()
956 INTERFACE_USER_OP case.