Home
last modified time | relevance | path

Searched defs:tree_list (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h1356 struct GTY(()) tree_list { struct
1357 struct tree_common common;
1358 tree purpose;
1359 tree value;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h1575 struct GTY(()) tree_list { struct
1576 struct tree_common common;
1577 tree purpose;
1578 tree value;
H A Dc-parser.c3573 tree tree_list; in c_parser_attributes() local
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c4371 tree tree_list; in c_parser_attributes() local