Searched defs:tree_list (Results 1 – 5 of 5) sorted by relevance
1499 struct GTY(()) tree_list { struct1500 struct tree_common common;1501 tree purpose;1502 tree value;
1427 struct GTY(()) tree_list { struct1428 struct tree_common common;1429 tree purpose;1430 tree value;
4984 trees_out::tree_list (tree list, bool has_purpose) in tree_list() function in trees_out4997 trees_in::tree_list (bool has_purpose) in tree_list() function in trees_in
4568 tree tree_list; in c_parser_attribute_arguments() local
4605 tree tree_list; in c_parser_attribute_arguments() local