Searched refs:current_interface (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c74 /* The current_interface structure holds information about the
78 gfc_interface_info current_interface; variable
208 current_interface.type = type;
227 current_interface.sym = gfc_new_block = sym;
231 current_interface.uop = gfc_get_uop (name);
235 current_interface.op = op;
266 current_interface.type = INTERFACE_ABSTRACT;
300 switch (current_interface.type)
313 if (type != current_interface.type || op != current_interface
[all...]
H A Dparse.c2961 current_interface.ns = gfc_current_ns;
2962 save = current_interface;
2964 sym = (current_interface.type == INTERFACE_GENERIC
2965 || current_interface.type == INTERFACE_USER_OP)
2972 gfc_current_ns = gfc_get_namespace (current_interface.ns, 0);
3009 gfc_current_ns = current_interface.ns;
3022 if (current_interface.type == INTERFACE_GENERIC
3033 if (current_interface.type == INTERFACE_ABSTRACT)
3077 if (current_interface.type != INTERFACE_ABSTRACT && !prog_unit->attr.dummy)
3080 current_interface
[all...]
H A Ddecl.c5295 if (current_interface.type == INTERFACE_NAMELESS
5296 || current_interface.type == INTERFACE_ABSTRACT)
6130 && current_interface.type == INTERFACE_ABSTRACT)
7531 || current_interface.type == INTERFACE_NAMELESS
7532 || current_interface.type == INTERFACE_ABSTRACT)
H A Dgfortran.h1753 extern gfc_interface_info current_interface;

Completed in 127 milliseconds