Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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.c1210 *sd++ = (char *) xmemdup (HT_STR (&pe->pragma->ident), in save_registered_pragmas()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhashtable.c145 && !memcmp (HT_STR (node), str, len))
167 HT_STR (node) = obstack_copy0 (&table->stack, str, len);
169 HT_STR (node) = str;
H A Dhashtable.h34 #define HT_STR(NODE) ((NODE)->str) macro
H A Dcpplib.h476 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)
H A Ddwarf2out.c4591 return (const char *) HT_STR (&a->dw_attr_val.v.val_str->id);
5632 return !strcmp((const char *) HT_STR (&v1->v.val_str->id),
5633 (const char *) HT_STR (&v2->v.val_str->id));
12721 assemble_string ((const char *) HT_STR (&node->id),
/openbsd-src/gnu/gcc/libcpp/include/
H A Dsymtab.h35 #define HT_STR(NODE) ((NODE)->str) macro
H A Dcpplib.h564 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)