Home
last modified time | relevance | path

Searched refs:HT_STR (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dsymtab.c121 && !memcmp (HT_STR (node), str, len)) in ht_lookup_with_hash()
144 && !memcmp (HT_STR (node), str, len)) in ht_lookup_with_hash()
164 HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack, in ht_lookup_with_hash()
167 HT_STR (node) = str; in ht_lookup_with_hash()
H A Ddirectives.c1232 *sd++ = (char *) xmemdup (HT_STR (&pe->pragma->ident), in save_registered_pragmas()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dsymtab.h35 #define HT_STR(NODE) ((NODE)->str) macro
H A Dcpplib.h573 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)