Searched refs:HT_LEN (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dsymtab.h37 #define HT_LEN(NODE) ((NODE)->len) macro
H A Dcpplib.h870 #define NODE_LEN(NODE) HT_LEN (HT_NODE (NODE))
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dsymtab.h37 #define HT_LEN(NODE) ((NODE)->len) macro
H A Dcpplib.h932 #define NODE_LEN(NODE) HT_LEN (HT_NODE (NODE))
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dsymtab.c120 && HT_LEN (node) == (unsigned int) len
142 && HT_LEN (node) == (unsigned int) len
158 HT_LEN (node) = (unsigned int) len;
296 size_t n = HT_LEN (*p);
H A Ddirectives.c1391 HT_LEN (&pe->pragma->ident),
1392 HT_LEN (&pe->pragma->ident) + 1);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.cc120 && HT_LEN (node) == (unsigned int) len
142 && HT_LEN (node) == (unsigned int) len
158 HT_LEN (node) = (unsigned int) len;
296 size_t n = HT_LEN (*p);
H A Ddirectives.cc1432 HT_LEN (&pe->pragma->ident),
1433 HT_LEN (&pe->pragma->ident) + 1);

Completed in 110 milliseconds