HomeSort by: relevance | last modified time | path
    Searched defs:current_interface (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 74 /* The current_interface structure holds information about the
78 gfc_interface_info current_interface; variable
286 current_interface.type = type;
306 current_interface.sym = gfc_new_block = sym;
310 current_interface.uop = gfc_get_uop (name);
314 current_interface.op = op;
345 current_interface.type = INTERFACE_ABSTRACT;
379 switch (current_interface.type)
392 if (type != current_interface.type || op != current_interface.op
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 74 /* The current_interface structure holds information about the
78 gfc_interface_info current_interface; variable
257 current_interface.type = type;
277 current_interface.sym = gfc_new_block = sym;
281 current_interface.uop = gfc_get_uop (name);
285 current_interface.op = op;
316 current_interface.type = INTERFACE_ABSTRACT;
350 switch (current_interface.type)
363 if (type != current_interface.type || op != current_interface.op
    [all...]

Completed in 25 milliseconds