Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c76 struct impl_files struct
79 struct impl_files *next; argument
82 static struct impl_files *impl_file_chain;
420 struct impl_files *ifiles; in interface_strcmp()
537 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation()
573 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
DChangeLog-2000461 * lex.c (struct impl_files, internal_filename): Constify a char *.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.c113 struct impl_files struct
116 struct impl_files *next; argument
119 static struct impl_files *impl_file_chain;
841 struct impl_files *ifiles;
1021 struct impl_files *ifiles = impl_file_chain;
1049 ifiles = (struct impl_files*) xmalloc (sizeof (struct impl_files));
DChangeLog10333 * lex.c (struct impl_files, internal_filename): Constify a char *.