Home
last modified time | relevance | path

Searched refs:impl_files (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c70 struct impl_files struct
73 struct impl_files *next; argument
76 static struct impl_files *impl_file_chain;
348 struct impl_files *ifiles; in interface_strcmp()
465 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation()
493 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc71 struct impl_files struct
74 struct impl_files *next; argument
77 static struct impl_files *impl_file_chain;
349 struct impl_files *ifiles; in interface_strcmp()
665 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation()
693 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
H A DChangeLog-2000461 * lex.c (struct impl_files, internal_filename): Constify a char *.