Home
last modified time | relevance | path

Searched refs:from_module (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.c1061 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()
H A Dintrinsic.cc1087 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()
H A Dmatch.c5138 gfc_get_common (const char *name, int from_module) in gfc_get_common() argument
5144 if (from_module) in gfc_get_common()
H A Dmatch.cc5179 gfc_get_common (const char *name, int from_module) in gfc_get_common() argument
5185 if (from_module) in gfc_get_common()
H A Dgfortran.h2422 from_module:1, vararg:1; member
H A DChangeLog-20101060 * gfortran.h (gfc_intrinsic_sym): Add from_module:1.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c1061 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()
H A Dmatch.c5138 gfc_get_common (const char *name, int from_module) in gfc_get_common() argument
5144 if (from_module) in gfc_get_common()
H A Dgfortran.h2133 from_module:1, vararg:1; member