Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1499 struct GTY(()) tree_list { struct
2075 struct tree_list GTY ((tag ("TS_LIST"))) list;
H A 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()
H A Dtree.def54 DEFTREECODE (TREE_LIST, "tree_list", tcc_exceptional, 0)
H A DChangeLog-200217688 (struct tree_list): Likewise.
28524 (weak_decls): Make a tree_list.
H A DChangeLog-200133200 Special-case tree_decl/tree_list allocations.
H A DChangeLog-200016870 (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1427 struct GTY(()) tree_list { struct
2003 struct tree_list GTY ((tag ("TS_LIST"))) list;
H A Dtree.c888 case TREE_LIST: return sizeof (tree_list); in tree_code_size()
3245 node = ggc_alloc_tree_node_stat (sizeof (struct tree_list) PASS_MEM_STAT); in tree_cons()
3248 record_node_allocation_statistics (TREE_LIST, sizeof (struct tree_list)); in tree_cons()
H A Dtree.def54 DEFTREECODE (TREE_LIST, "tree_list", tcc_exceptional, 0)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A 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;
H A 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()
H A DChangeLog-20154211 * class.c (warn_hidden): Use auto_vec<tree> instead of tree_list to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c9328 int size ATTRIBUTE_UNUSED = sizeof (tree_list); in poison()
9362 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (obj, sizeof (tree_list))); in reinit()
9363 memset (obj, 0, sizeof (tree_list)); in reinit()
9368 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_UNDEFINED (obj, sizeof (tree_list))); in reinit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c4568 tree tree_list; in c_parser_attribute_arguments() local
4572 tree_list = build_tree_list_vec (expr_list); in c_parser_attribute_arguments()
4573 attr_args = tree_cons (NULL_TREE, arg1, tree_list); in c_parser_attribute_arguments()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc4605 tree tree_list; in c_parser_attribute_arguments() local
4609 tree_list = build_tree_list_vec (expr_list); in c_parser_attribute_arguments()
4610 attr_args = tree_cons (NULL_TREE, arg1, tree_list); in c_parser_attribute_arguments()