Home
last modified time | relevance | path

Searched refs:HT_NODE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Didentifiers.cc41 return HT_NODE (node); in alloc_node()
H A DChangeLog1602 * include/cpplib.h (HT_NODE): Don't cast NODE.
1603 (NODE_LEN, NODE_NAME): Use HT_NODE.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Didentifiers.c41 return HT_NODE (node); in alloc_node()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h869 #define HT_NODE(NODE) (&(NODE)->ident) macro
870 #define NODE_LEN(NODE) HT_LEN (HT_NODE (NODE))
871 #define NODE_NAME(NODE) HT_STR (HT_NODE (NODE))
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h932 #define HT_NODE(NODE) (&(NODE)->ident) macro
933 #define NODE_LEN(NODE) HT_LEN (HT_NODE (NODE))
934 #define NODE_NAME(NODE) HT_STR (HT_NODE (NODE))
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc521 *value = HT_IDENT_TO_GCC_IDENT (HT_NODE (tok->val.node.node)); in c_lex_with_flags()
597 *value = HT_IDENT_TO_GCC_IDENT (HT_NODE (tok->val.node.node)); in c_lex_with_flags()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c468 *value = HT_IDENT_TO_GCC_IDENT (HT_NODE (tok->val.node.node)); in c_lex_with_flags()
544 *value = HT_IDENT_TO_GCC_IDENT (HT_NODE (tok->val.node.node)); in c_lex_with_flags()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc570 value = HT_IDENT_TO_GCC_IDENT (HT_NODE (tok->val.node.node)); in module_token_pre()
H A Dmodule.cc284 return HT_IDENT_TO_GCC_IDENT (HT_NODE (const_cast<cpp_hashnode *> (node))); in identifier()