Searched refs:initlist (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-parser.c8696 tree decl, constructor, initlist;
8709 initlist = build_tree_list (fields, build_int_cst (long_unsigned_type_node, 0));
8714 initlist = tree_cons (fields,
8716 initlist);
8728 initlist = tree_cons (fields, helper_addr, initlist);
8733 initlist = tree_cons (fields, helper_addr, initlist);
8736 nreverse (initlist));
8767 tree initlist, helper_add
8690 tree decl, constructor, initlist; local
8761 tree initlist, helper_addr; local
8940 tree constructor, initlist; local
[all...]
H A Dc-decl.c3722 tree initlist;
3734 initlist = tree_cons (fields, fold_convert (ptr_type_node, ((flag & BLOCK_FIELD_IS_WEAK) != 0) ? integer_one_node
3739 initlist = tree_cons (fields,
3740 build_unary_op (ADDR_EXPR, decl, 0), initlist);
3744 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), flags),
3745 initlist);
3747 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), size),
3748 initlist);
3777 initlist = tree_cons (fields,
3779 initlist);
3706 tree initlist; local
[all...]
/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.c330 Objlist initlist; local
611 objlist_init(&initlist);
612 initlist_add_objects(obj_list, preload_tail, &initlist);
638 objlist_call_init(&initlist, &lockstate);
640 objlist_clear(&initlist);
2836 Objlist initlist; local
2840 objlist_init(&initlist);
2889 initlist_add_objects(obj, &obj->next, &initlist);
2928 if (initlist_objects_ifunc(&initlist, (mode & RTLD_MODEMASK) == RTLD_NOW,
2931 objlist_clear(&initlist);
[all...]
/freebsd-10.1-release/contrib/gcc/cp/
H A Ddecl.c5464 tree initlist;
5475 initlist = tree_cons (fields, fold_convert (ptr_type_node, ((flag & BLOCK_FIELD_IS_WEAK) != 0) ? integer_one_node
5480 initlist = tree_cons (fields,
5481 build_unary_op (ADDR_EXPR, decl, 0), initlist);
5485 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), flags),
5486 initlist);
5488 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), size),
5489 initlist);
5522 initlist = tree_cons (fields,
5524 initlist);
5453 tree initlist; local
[all...]

Completed in 139 milliseconds