Home
last modified time | relevance | path

Searched refs:CPP_HASHNODE (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcclibs/libcpp/
HDidentifiers.c95 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC)); in cpp_lookup()
104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT)); in cpp_defined()
HDcharset.c1576 return CPP_HASHNODE (ht_lookup (pfile->hash_table, in _cpp_interpret_identifier()
/trueos/contrib/gcclibs/libcpp/include/
HDcpplib.h570 #define CPP_HASHNODE(HNODE) ((cpp_hashnode *) (HNODE)) macro