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

/haiku-buildtools/gcc/gcc/cp/
H A Dlex.c83 struct impl_files struct
86 struct impl_files *next;
89 static struct impl_files *impl_file_chain;
294 struct impl_files *ifiles;
412 struct impl_files *ifiles = impl_file_chain;
440 ifiles = XNEW (struct impl_files);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c1068 struct impl_files struct
1071 struct impl_files *next;
1074 static struct impl_files *impl_file_chain;
1106 struct impl_files *ifiles;
2466 struct impl_files *ifiles = impl_file_chain;
4963 impl_file_chain = (struct impl_files *)permalloc (sizeof (struct impl_files));
5013 struct impl_files *ifiles = impl_file_chain;
5022 ifiles = (struct impl_files*) permalloc (sizeof (struct impl_files));
[all...]

Completed in 46 milliseconds