Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-lex.c355 *value = HT_IDENT_TO_GCC_IDENT (HT_NODE (tok->val.node)); in c_lex_with_flags()
408 *value = HT_IDENT_TO_GCC_IDENT (HT_NODE (tok->val.node)); in c_lex_with_flags()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h571 #define HT_NODE(NODE) ((ht_identifier *) (NODE)) macro