Home
last modified time | relevance | path

Searched refs:_cpp_destroy_hashtable (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Didentifiers.c80 _cpp_destroy_hashtable (cpp_reader *pfile) in _cpp_destroy_hashtable() function
H A Dinternal.h512 extern void _cpp_destroy_hashtable (cpp_reader *);
H A Dinit.c255 _cpp_destroy_hashtable (pfile); in cpp_destroy()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.c81 _cpp_destroy_hashtable (pfile) in _cpp_destroy_hashtable() function
H A Dcpphash.h515 extern void _cpp_destroy_hashtable PARAMS ((cpp_reader *));
H A Dcppinit.c617 _cpp_destroy_hashtable (pfile);
H A DChangeLog.53205 (_cpp_cleanup_hashtable): Rename _cpp_destroy_hashtable.
H A DChangeLog.614252 * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.