Home
last modified time | relevance | path

Searched refs:_cpp_init_hashtable (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/libcpp/
HDidentifiers.c48 _cpp_init_hashtable (cpp_reader *pfile, hash_table *table) in _cpp_init_hashtable() function
HDinternal.h618 extern void _cpp_init_hashtable (cpp_reader *, hash_table *);
HDinit.c244 _cpp_init_hashtable (pfile, table); in cpp_create_reader()
/dragonfly/contrib/gcc-8.0/libcpp/
HDidentifiers.c47 _cpp_init_hashtable (cpp_reader *pfile, cpp_hash_table *table) in _cpp_init_hashtable() function
HDinternal.h643 extern void _cpp_init_hashtable (cpp_reader *, cpp_hash_table *);
HDinit.c278 _cpp_init_hashtable (pfile, table); in cpp_create_reader()