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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c1885 tree initlist, constructor, constant_string_class;
1942 initlist
1948 initlist = tree_cons (fields, build_unary_op (ADDR_EXPR, string, 1),
1949 initlist);
1951 initlist = tree_cons (fields, build_int_cst (NULL_TREE, length),
1952 initlist);
1954 nreverse (initlist));
2104 tree expr, initlist = NULL_TREE;
2113 initlist = tree_cons (NULL_TREE, expr, initlist);
1882 tree initlist, constructor, constant_string_class; local
2100 tree expr, initlist = NULL_TREE; local
2144 tree initlist; local
2244 tree initlist, expr; local
2422 tree class_name, class, decl, initlist; local
2511 tree chain, initlist = NULL_TREE; local
4168 tree initlist = NULL_TREE; local
4352 tree decl, initlist; local
4367 tree initlist, chain, method_list_template; local
4610 tree initlist, protocol_name_expr, refs_decl, refs_expr; local
4683 tree initlist = NULL_TREE, expr; local
5129 tree initlist = NULL_TREE; local
5178 tree decl, initlist; local
5210 tree initlist, ivar_list_template, chain; local
5256 tree initlist = NULL_TREE; local
5333 tree decl, initlist; local
5376 tree initlist, chain, method_list_template; local
5432 tree initlist; local
5496 tree initlist = NULL_TREE, expr; local
5561 tree initlist = NULL_TREE, expr; local
5660 tree initlist, cat_name_expr, class_name_expr; local
5701 tree cast_type, initlist, protocol_decl; local
9377 tree decl, initlist; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1288 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
1284 tree string, initlist, constructor; local
1503 tree expr, initlist = NULL_TREE; local
1548 tree initlist; local
1648 tree initlist, expr; local
1855 tree class_name, class, decl, initlist; local
2022 tree chain, initlist = NULL_TREE; local
2617 tree initlist = NULL_TREE; local
2843 tree sc_spec, decl_specs, decl, initlist; local
2865 tree initlist, chain, method_list_template; local
3081 tree initlist, protocol_name_expr, refs_decl, refs_expr; local
3186 tree initlist = NULL_TREE, expr; local
3787 tree initlist = NULL_TREE; local
3838 tree sc_spec, decl_specs, decl, initlist; local
3859 tree initlist, ivar_list_template, chain; local
3917 tree initlist = NULL_TREE; local
4008 tree sc_spec, decl_specs, decl, initlist; local
4030 tree initlist, chain, method_list_template; local
4099 tree initlist, decl_specs, sc_spec; local
4192 tree initlist = NULL_TREE, expr; local
4266 tree initlist = NULL_TREE, expr; local
4351 tree initlist, cat_name_expr, class_name_expr; local
4403 tree cast_type, initlist, protocol_decl; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y387 %type <ttype> init initlist maybeasm maybe_init defarg defarg1
1392 | regcast_or_absdcl '{' initlist maybecomma '}' %prec UNARY
2247 | '{' initlist '}'
2250 | '{' initlist ',' '}'
2258 and put in forward order where initlist is used. */
2259 initlist:
2262 | initlist ',' init
2269 | initlist ',' identifier ':' init
2257 initlist: label
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dstc.c125 ffebld initlist; /* For list of one sym in INTEGER I/3/ case. */ member in struct:ffestc_local_u_::__anon6104
6588 ffestc_local_.decl.initlist = ffebld_new_item (symter, NULL);
6644 ffedata_begin (ffestc_local_.decl.initlist);
6697 (ffestc_local_.decl.initlist)));

Completed in 222 milliseconds