Lines Matching defs:initlist

1288   tree string, initlist, constructor;
1336 initlist = build_tree_list
1342 initlist = build_tree_list (NULL_TREE, build_int_2 (0, 0));
1345 initlist
1347 initlist);
1348 initlist = tree_cons (NULL_TREE, build_int_2 (length, 0), initlist);
1349 constructor = build_constructor (constant_string_type, nreverse (initlist));
1508 tree expr, initlist = NULL_TREE;
1517 initlist = tree_cons (NULL_TREE, expr, initlist);
1527 initlist = tree_cons (NULL_TREE, expr, initlist);
1541 initlist = tree_cons (NULL_TREE, expr, initlist);
1544 return build_constructor (type, nreverse (initlist));
1553 tree initlist;
1557 initlist = build_tree_list (NULL_TREE, build_int_2 (0, 0));
1562 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
1564 initlist = tree_cons (NULL_TREE,
1567 initlist);
1571 initlist = tree_cons (NULL_TREE, build_int_2 (imp_count, 0), initlist);
1575 initlist = tree_cons (NULL_TREE, build_int_2 (cat_count, 0), initlist);
1585 initlist = tree_cons (NULL_TREE, init_def_list (TREE_TYPE (field)),
1586 initlist);
1589 return build_constructor (type, nreverse (initlist));
1654 tree initlist, expr;
1659 initlist = build_tree_list (NULL_TREE, expr);
1664 initlist = tree_cons (NULL_TREE, expr, initlist);
1669 initlist = tree_cons (NULL_TREE, expr, initlist);
1677 initlist = tree_cons (NULL_TREE, expr, initlist);
1679 return build_constructor (type, nreverse (initlist));
1861 tree class_name, class, decl, initlist;
1889 initlist = build_tree_list (NULL_TREE,
1897 initlist = tree_cons (NULL_TREE, expr, initlist);
1901 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
1903 expr = build_constructor (TREE_TYPE (decl), nreverse (initlist));
2028 tree chain, initlist = NULL_TREE;
2096 initlist = tree_cons (NULL_TREE, expr, initlist);
2107 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
2109 initlist = build_constructor (TREE_TYPE (UOBJC_SELECTOR_TABLE_decl),
2110 nreverse (initlist));
2111 finish_decl (UOBJC_SELECTOR_TABLE_decl, initlist, NULL_TREE);
2624 tree initlist = NULL_TREE;
2639 initlist
2641 build_constructor (type, nreverse (eltlist)), initlist);
2647 return build_constructor (build_array_type (type, 0), nreverse (initlist));
2850 tree sc_spec, decl_specs, decl, initlist;
2859 initlist = build_tree_list (NULL_TREE, build_int_2 (size, 0));
2860 initlist = tree_cons (NULL_TREE, list, initlist);
2862 finish_decl (decl, build_constructor (type, nreverse (initlist)),
2872 tree initlist, chain, method_list_template;
2893 initlist
2900 size, initlist, protocol);
2914 initlist
2921 size, initlist, protocol);
3088 tree initlist, protocol_name_expr, refs_decl, refs_expr;
3173 initlist = build_protocol_initializer (TREE_TYPE (decl),
3177 finish_decl (decl, initlist, NULL_TREE);
3193 tree initlist = NULL_TREE, expr;
3208 initlist = tree_cons (NULL_TREE, expr, initlist);
3209 initlist = tree_cons (NULL_TREE, protocol_name, initlist);
3210 initlist = tree_cons (NULL_TREE, protocol_list, initlist);
3213 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
3217 initlist = tree_cons (NULL_TREE, expr, initlist);
3221 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
3225 initlist = tree_cons (NULL_TREE, expr, initlist);
3228 return build_constructor (type, nreverse (initlist));
3795 tree initlist = NULL_TREE;
3828 initlist = tree_cons (NULL_TREE,
3830 initlist);
3836 return build_constructor (build_array_type (type, 0), nreverse (initlist));
3846 tree sc_spec, decl_specs, decl, initlist;
3854 initlist = build_tree_list (NULL_TREE, build_int_2 (size, 0));
3855 initlist = tree_cons (NULL_TREE, list, initlist);
3858 build_constructor (TREE_TYPE (decl), nreverse (initlist)),
3867 tree initlist, ivar_list_template, chain;
3892 initlist = build_ivar_list_initializer (objc_ivar_template, chain);
3896 size, initlist);
3907 initlist = build_ivar_list_initializer (objc_ivar_template, chain);
3911 size, initlist);
3925 tree initlist = NULL_TREE;
3950 initlist = tree_cons (NULL_TREE,
3952 initlist);
3958 return build_constructor (build_array_type (type, 0), nreverse (initlist));
4016 tree sc_spec, decl_specs, decl, initlist;
4024 initlist = build_tree_list (NULL_TREE, build_int_2 (0, 0));
4025 initlist = tree_cons (NULL_TREE, build_int_2 (size, 0), initlist);
4026 initlist = tree_cons (NULL_TREE, list, initlist);
4029 build_constructor (TREE_TYPE (decl), nreverse (initlist)),
4038 tree initlist, chain, method_list_template;
4061 initlist
4070 size, initlist);
4083 initlist
4090 size, initlist);
4096 size, initlist);
4107 tree initlist, decl_specs, sc_spec;
4134 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), NULL_TREE);
4138 initlist = tree_cons (NULL_TREE, e, initlist);
4148 initlist = tree_cons (NULL_TREE, e, initlist);
4184 nreverse (initlist)),
4200 tree initlist = NULL_TREE, expr;
4202 initlist = tree_cons (NULL_TREE, cat_name, initlist);
4203 initlist = tree_cons (NULL_TREE, class_name, initlist);
4206 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4210 initlist = tree_cons (NULL_TREE, expr, initlist);
4213 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4217 initlist = tree_cons (NULL_TREE, expr, initlist);
4222 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4235 initlist = tree_cons (NULL_TREE, expr, initlist);
4238 return build_constructor (type, nreverse (initlist));
4274 tree initlist = NULL_TREE, expr;
4277 initlist = tree_cons (NULL_TREE, isa, initlist);
4280 initlist = tree_cons (NULL_TREE, super, initlist);
4283 initlist = tree_cons (NULL_TREE, default_conversion (name), initlist);
4286 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4289 initlist = tree_cons (NULL_TREE, build_int_2 (status, 0), initlist);
4292 initlist = tree_cons (NULL_TREE, size, initlist);
4296 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4300 initlist = tree_cons (NULL_TREE, expr, initlist);
4305 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4309 initlist = tree_cons (NULL_TREE, expr, initlist);
4314 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4318 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4321 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4324 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4329 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4343 initlist = tree_cons (NULL_TREE, expr, initlist);
4347 initlist = tree_cons (NULL_TREE, build_int_2 (0, 0), initlist);
4349 return build_constructor (type, nreverse (initlist));
4359 tree initlist, cat_name_expr, class_name_expr;
4392 initlist = build_category_initializer (TREE_TYPE (decl),
4399 finish_decl (decl, initlist, NULL_TREE);
4411 tree cast_type, initlist, protocol_decl;
4475 initlist
4485 finish_decl (decl, initlist, NULL_TREE);
4492 initlist
4505 finish_decl (decl, initlist, NULL_TREE);