Home
last modified time | relevance | path

Searched refs:INTERFACE_USER_OP (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c176 *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()
H A Ddecl.c9122 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()
H A Dmodule.c636 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()
H A Dgfortran.h277 INTERFACE_INTRINSIC_OP, INTERFACE_USER_OP, INTERFACE_ABSTRACT, enumerator
H A Dparse.c3510 || current_interface.type == INTERFACE_USER_OP) in parse_interface()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.cc176 *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()
H A Ddecl.cc9210 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()
H A Dmodule.cc641 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()
H A Dgfortran.h327 INTERFACE_INTRINSIC_OP, INTERFACE_USER_OP, INTERFACE_ABSTRACT, enumerator
H A Dparse.cc3760 || current_interface.type == INTERFACE_USER_OP) in parse_interface()
H A DChangeLog-2005956 INTERFACE_USER_OP case.