Home
last modified time | relevance | path

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

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