Searched refs:impl_file_chain (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dlex.c89 static struct impl_files *impl_file_chain; variable in typeref:struct:impl_files
297 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next)
383 if (impl_file_chain == 0)
412 struct impl_files *ifiles = impl_file_chain;
442 ifiles->next = impl_file_chain;
443 impl_file_chain = ifiles;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c1074 static struct impl_files *impl_file_chain; variable in typeref:struct:impl_files
1109 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next)
2466 struct impl_files *ifiles = impl_file_chain;
4949 if (impl_file_chain == 0)
4963 impl_file_chain = (struct impl_files *)permalloc (sizeof (struct impl_files));
4964 impl_file_chain->filename = filename;
4965 impl_file_chain->next = 0;
5013 struct impl_files *ifiles = impl_file_chain;
5024 ifiles->next = impl_file_chain;
5025 impl_file_chain
[all...]

Completed in 94 milliseconds