Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
HDsymtab.c124 && !memcmp (HT_STR (node), str, len)) in ht_lookup_with_hash()
146 && !memcmp (HT_STR (node), str, len)) in ht_lookup_with_hash()
169 HT_STR (node) = (const unsigned char *) chars; in ht_lookup_with_hash()
172 HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack, in ht_lookup_with_hash()
HDdirectives.c1293 *sd++ = (char *) xmemdup (HT_STR (&pe->pragma->ident), in save_registered_pragmas()
/dragonfly/contrib/gcc-8.0/libcpp/
HDsymtab.c121 && !memcmp (HT_STR (node), str, len)) in ht_lookup_with_hash()
143 && !memcmp (HT_STR (node), str, len)) in ht_lookup_with_hash()
166 HT_STR (node) = (const unsigned char *) chars; in ht_lookup_with_hash()
169 HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack, in ht_lookup_with_hash()
HDdirectives.c1385 *sd++ = (char *) xmemdup (HT_STR (&pe->pragma->ident), in save_registered_pragmas()
/dragonfly/contrib/gcc-8.0/libcpp/include/
HDsymtab.h38 #define HT_STR(NODE) ((NODE)->str) macro
HDcpplib.h728 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)
/dragonfly/contrib/gcc-4.7/libcpp/include/
HDsymtab.h39 #define HT_STR(NODE) ((NODE)->str) macro
HDcpplib.h642 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)