Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dlex.c76 struct impl_files struct
79 struct impl_files *next; argument
82 static struct impl_files *impl_file_chain;
275 struct impl_files *ifiles; in interface_strcmp()
392 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation()
420 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dlex.c66 struct impl_files struct
69 struct impl_files *next; argument
72 static struct impl_files *impl_file_chain;
335 struct impl_files *ifiles; in interface_strcmp()
452 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation()
480 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()