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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c76 static struct impl_files *impl_file_chain; variable in typeref:struct:impl_files
354 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next)
440 if (impl_file_chain == 0)
469 struct impl_files *ifiles = impl_file_chain;
499 ifiles->next = impl_file_chain;
500 impl_file_chain = ifiles;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc77 static struct impl_files *impl_file_chain; variable in typeref:struct:impl_files
355 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next)
639 if (impl_file_chain == 0)
668 struct impl_files *ifiles = impl_file_chain;
698 ifiles->next = impl_file_chain;
699 impl_file_chain = ifiles;

Completed in 132 milliseconds