Home | History | Annotate | Download | only in include

Lines Matching refs:NODE

209 	 node;
553 /* The structure of a node in the hash table. The hash table has
561 diagnostic may be required for this node. Currently this only
564 /* Hash node flags. */
575 /* Different flavors of hash node. */
600 #define HT_NODE(NODE) ((ht_identifier *) (NODE))
601 #define NODE_LEN(NODE) HT_LEN (&(NODE)->ident)
602 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)
621 /* The common part of an identifier node shared amongst all 3 C front
645 ENUM_BITFIELD(node_type) type : 7; /* CPP node type. */