Searched refs:HT_STR (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | symtab.c | 121 && !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 D | directives.c | 1210 *sd++ = (char *) xmemdup (HT_STR (&pe->pragma->ident), in save_registered_pragmas()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | hashtable.c | 145 && !memcmp (HT_STR (node), str, len)) 167 HT_STR (node) = obstack_copy0 (&table->stack, str, len); 169 HT_STR (node) = str;
|
| H A D | hashtable.h | 34 #define HT_STR(NODE) ((NODE)->str) macro
|
| H A D | cpplib.h | 476 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)
|
| H A D | dwarf2out.c | 4591 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 D | symtab.h | 35 #define HT_STR(NODE) ((NODE)->str) macro
|
| H A D | cpplib.h | 564 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)
|