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

  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 4449 gfc_search_interface (gfc_interface *intr, int sub_flag, function
4766 sym = gfc_search_interface (uop->op, 0, &actual);
4782 sym = gfc_search_interface (ns->op[INTRINSIC_##comp], 0, &actual); \
4784 sym = gfc_search_interface (ns->op[INTRINSIC_##comp##_OS], 0, &actual); \
4795 sym = gfc_search_interface (ns->op[i], 0, &actual);
4898 sym = gfc_search_interface (ns->op[INTRINSIC_ASSIGN], 1, &actual);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 4307 gfc_search_interface (gfc_interface *intr, int sub_flag, function
4624 sym = gfc_search_interface (uop->op, 0, &actual);
4640 sym = gfc_search_interface (ns->op[INTRINSIC_##comp], 0, &actual); \
4642 sym = gfc_search_interface (ns->op[INTRINSIC_##comp##_OS], 0, &actual); \
4653 sym = gfc_search_interface (ns->op[i], 0, &actual);
4745 sym = gfc_search_interface (ns->op[INTRINSIC_ASSIGN], 1, &actual);

Completed in 46 milliseconds