Searched refs:ifiles (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwhole_file_29.f907 module ifiles module
14 end module ifiles
18 use ifiles, only: line_get_string_advance
H A Dwhole_file_24.f9015 module ifiles module
22 end module ifiles
26 use ifiles, only: line_get_string_advance
/haiku-buildtools/gcc/gcc/cp/
H A Dlex.c294 struct impl_files *ifiles;
297 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next)
299 const char *t1 = ifiles->filename;
412 struct impl_files *ifiles = impl_file_chain;
433 for (; ifiles; ifiles = ifiles
291 struct impl_files *ifiles; local
408 struct impl_files *ifiles = impl_file_chain; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c1106 struct impl_files *ifiles; local
1109 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next)
1111 const char *t1 = ifiles->filename;
2466 struct impl_files *ifiles = impl_file_chain; local
2468 if (ifiles)
2470 while (ifiles->next)
2471 ifiles
5013 struct impl_files *ifiles = impl_file_chain; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgengtype.c1718 static const char *const ifiles[] = {
1748 for (ifp = ifiles; *ifp; ifp++)
1711 static const char *const ifiles[] = { local

Completed in 175 milliseconds