Searched refs:HT_STR (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | symtab.c | 124 && !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()
|
| HD | directives.c | 1293 *sd++ = (char *) xmemdup (HT_STR (&pe->pragma->ident), in save_registered_pragmas()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | symtab.c | 121 && !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()
|
| HD | directives.c | 1385 *sd++ = (char *) xmemdup (HT_STR (&pe->pragma->ident), in save_registered_pragmas()
|
| /dragonfly/contrib/gcc-8.0/libcpp/include/ |
| HD | symtab.h | 38 #define HT_STR(NODE) ((NODE)->str) macro
|
| HD | cpplib.h | 728 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)
|
| /dragonfly/contrib/gcc-4.7/libcpp/include/ |
| HD | symtab.h | 39 #define HT_STR(NODE) ((NODE)->str) macro
|
| HD | cpplib.h | 642 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)
|