Searched refs:from_module (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dintrinsic.c957 if (!sym || sym->from_module)
960 return (!sym || sym->from_module) ? NULL : sym;
972 return (!sym || sym->from_module) ? NULL : sym;
985 return (!sym || sym->from_module) ? 0 : sym->generic;
998 return (!sym || sym->from_module) ? 0 : sym->specific;
1159 next_sym[-1].from_module = 1;
H A Dmatch.c4424 gfc_get_common (const char *name, int from_module) argument
4430 if (from_module)
H A Dgfortran.h1912 from_module:1; member in struct:gfc_intrinsic_sym

Completed in 124 milliseconds