Searched refs:c_common_identifier (Results 1 – 12 of 12) sorted by relevance
371 (&(((struct c_common_identifier *) (id))->node))373 ((enum rid) (((struct c_common_identifier *) (id))->node.rid_code))375 (((struct c_common_identifier *) (id))->node.rid_code = (unsigned char) code)379 struct GTY(()) c_common_identifier { struct
388 (&(((struct c_common_identifier *) (id))->node))390 ((enum rid) (((struct c_common_identifier *) (id))->node.rid_code))392 (((struct c_common_identifier *) (id))->node.rid_code = (unsigned char) code)396 struct GTY(()) c_common_identifier { struct
12086 * c-common.h (struct c_common_identifier): Inherit from tree_typed,12108 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
29 (sizeof (struct c_common_identifier) + 3 * sizeof (void *))
222 struct c_common_identifier common_id;
213 struct c_common_identifier common_id;
655 struct c_common_identifier c_common;
680 struct c_common_identifier c_common;
7616 * c-common.h (struct c_common_identifier): Remove rid_code field.22399 struct c_common_identifier here.22403 * c-tree.h (struct lang_identifier): Contain c_common_identifier.22425 (c_common_identifier): New identifier node for C front ends.
36298 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
17646 * c-common.h (struct c_common_identifier): Use gengtype.