Home
last modified time | relevance | path

Searched refs:tree_constructor (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1519 struct GTY(()) tree_constructor { struct
2082 struct tree_constructor GTY ((tag ("TS_CONSTRUCTOR"))) constructor;
H A Dtree.cc1063 case CONSTRUCTOR: return sizeof (tree_constructor); in tree_code_size()
H A DChangeLog-200511149 (struct constructor_elt, struct tree_constructor): New data types.
11150 (union tree_node): Add tree_constructor field.
H A DChangeLog-20129762 * tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
H A DChangeLog-201129891 * tree.h (struct tree_constructor): Include tree_typed instead of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1447 struct GTY(()) tree_constructor { struct
2010 struct tree_constructor GTY ((tag ("TS_CONSTRUCTOR"))) constructor;
H A Dtree.c900 case CONSTRUCTOR: return sizeof (tree_constructor); in tree_code_size()