Searched refs:tree_list (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-core.h | 1499 struct GTY(()) tree_list { struct 2075 struct tree_list GTY ((tag ("TS_LIST"))) list;
|
| D | tree.cc | 1051 case TREE_LIST: return sizeof (tree_list); in tree_code_size() 3514 node = ggc_alloc_tree_node_stat (sizeof (struct tree_list) PASS_MEM_STAT); in tree_cons() 3517 record_node_allocation_statistics (TREE_LIST, sizeof (struct tree_list)); in tree_cons()
|
| D | tree.def | 54 DEFTREECODE (TREE_LIST, "tree_list", tcc_exceptional, 0)
|
| D | ChangeLog-2002 | 17688 (struct tree_list): Likewise. 28524 (weak_decls): Make a tree_list.
|
| D | ChangeLog-2000 | 16870 (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
|
| D | ChangeLog-2001 | 33200 Special-case tree_decl/tree_list allocations.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | module.cc | 2899 tree tree_list (bool has_purpose); 3065 void tree_list (tree, bool has_purpose); 4984 trees_out::tree_list (tree list, bool has_purpose) in tree_list() function in trees_out 4997 trees_in::tree_list (bool has_purpose) in tree_list() function in trees_in 11678 tree_list (CLASSTYPE_FRIEND_CLASSES (type), false); in write_class_def() 11686 tree_list (TREE_VALUE (friends), false); in write_class_def() 11692 tree_list (CLASSTYPE_DECL_LIST (type), true); in write_class_def() 11979 tree friend_classes = tree_list (false); in read_class_def() 11984 tree val = tree_list (false); in read_class_def() 11987 tree decl_list = tree_list (true); in read_class_def()
|
| D | ChangeLog-2009 | 2455 (build_new_op): Don't handle CALL_EXPR. Build vec, not tree_list, 2474 build_new. For CALL_EXPR create a vec rather than a tree_list;
|
| D | pt.cc | 9555 int size ATTRIBUTE_UNUSED = sizeof (tree_list); in poison() 9589 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (obj, sizeof (tree_list))); in reinit() 9590 memset (obj, 0, sizeof (tree_list)); in reinit() 9595 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (obj, sizeof (tree_list))); in reinit()
|
| D | ChangeLog-2015 | 4211 * class.c (warn_hidden): Use auto_vec<tree> instead of tree_list to
|