Home
last modified time | relevance | path

Searched refs:tree_list (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h1499 struct GTY(()) tree_list { struct
2075 struct tree_list GTY ((tag ("TS_LIST"))) list;
Dtree.cc1051 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()
Dtree.def54 DEFTREECODE (TREE_LIST, "tree_list", tcc_exceptional, 0)
DChangeLog-200217688 (struct tree_list): Likewise.
28524 (weak_decls): Make a tree_list.
DChangeLog-200016870 (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
DChangeLog-200133200 Special-case tree_decl/tree_list allocations.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc2899 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()
DChangeLog-20092455 (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;
Dpt.cc9555 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()
DChangeLog-20154211 * class.c (warn_hidden): Use auto_vec<tree> instead of tree_list to