Home
last modified time | relevance | path

Searched refs:c_common_identifier (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h371 (&(((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
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h388 (&(((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
H A DChangeLog12086 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
12108 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h29 (sizeof (struct c_common_identifier) + 3 * sizeof (void *))
H A Dc-decl.cc222 struct c_common_identifier common_id;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h29 (sizeof (struct c_common_identifier) + 3 * sizeof (void *))
H A Dc-decl.c213 struct c_common_identifier common_id;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h655 struct c_common_identifier c_common;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h680 struct c_common_identifier c_common;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20017616 * 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.
H A DChangeLog-200336298 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
H A DChangeLog-200217646 * c-common.h (struct c_common_identifier): Use gengtype.