tree_cons         257 scripts/gcc-plugins/gcc-common.h 	fun->local_decls = tree_cons(NULL_TREE, d, fun->local_decls);
tree_cons         399 scripts/gcc-plugins/randomize_layout_plugin.c 		TYPE_ATTRIBUTES(variant) = tree_cons(get_identifier("randomize_performed"), NULL_TREE, TYPE_ATTRIBUTES(variant));
tree_cons         400 scripts/gcc-plugins/randomize_layout_plugin.c 		TYPE_ATTRIBUTES(variant) = tree_cons(get_identifier("designated_init"), NULL_TREE, TYPE_ATTRIBUTES(variant));
tree_cons         402 scripts/gcc-plugins/randomize_layout_plugin.c 			TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("has_flexarray"), NULL_TREE, TYPE_ATTRIBUTES(type));
tree_cons         473 scripts/gcc-plugins/randomize_layout_plugin.c 		TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("randomize_considered"), NULL_TREE, TYPE_ATTRIBUTES(type));
tree_cons          80 scripts/gcc-plugins/sancov_plugin.c 	nothrow_attr = tree_cons(get_identifier("nothrow"), NULL, NULL);
tree_cons          84 scripts/gcc-plugins/sancov_plugin.c 	leaf_attr = tree_cons(get_identifier("leaf"), NULL, NULL);