Searched refs:from_module (Results 1 – 9 of 9) sorted by relevance
1061 if (!sym || sym->from_module) in gfc_find_function()1064 return (!sym || sym->from_module) ? NULL : sym; in gfc_find_function()1076 return (!sym || sym->from_module) ? NULL : sym; in gfc_find_subroutine()1089 return (!sym || sym->from_module) ? 0 : sym->generic; in gfc_generic_intrinsic()1102 return (!sym || sym->from_module) ? 0 : sym->specific; in gfc_specific_intrinsic()1264 next_sym[-1].from_module = 1; in make_from_module()
1087 if (!sym || sym->from_module) in gfc_find_function()1090 return (!sym || sym->from_module) ? NULL : sym; in gfc_find_function()1102 return (!sym || sym->from_module) ? NULL : sym; in gfc_find_subroutine()1115 return (!sym || sym->from_module) ? 0 : sym->generic; in gfc_generic_intrinsic()1128 return (!sym || sym->from_module) ? 0 : sym->specific; in gfc_specific_intrinsic()1290 next_sym[-1].from_module = 1; in make_from_module()
5138 gfc_get_common (const char *name, int from_module) in gfc_get_common() argument5144 if (from_module) in gfc_get_common()
5179 gfc_get_common (const char *name, int from_module) in gfc_get_common() argument5185 if (from_module) in gfc_get_common()
2422 from_module:1, vararg:1; member
1060 * gfortran.h (gfc_intrinsic_sym): Add from_module:1.
2133 from_module:1, vararg:1; member