Searched refs:initlist (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 1882 tree initlist, constructor, constant_string_class; in objc_build_string_object() local 1939 initlist in objc_build_string_object() 1945 initlist = tree_cons (fields, build_unary_op (ADDR_EXPR, string, 1), in objc_build_string_object() 1946 initlist); in objc_build_string_object() 1948 initlist = tree_cons (fields, build_int_cst (NULL_TREE, length), in objc_build_string_object() 1949 initlist); in objc_build_string_object() 1951 nreverse (initlist)); in objc_build_string_object() 2100 tree expr, initlist = NULL_TREE; in init_def_list() local 2109 initlist = tree_cons (NULL_TREE, expr, initlist); in init_def_list() 2119 initlist = tree_cons (NULL_TREE, expr, initlist); in init_def_list() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 1284 tree string, initlist, constructor; local 1332 initlist = build_tree_list 1338 initlist = build_tree_list (NULL_TREE, build_int_2 (0, 0)); 1341 initlist 1343 initlist); 1344 initlist = tree_cons (NULL_TREE, build_int_2 (length, 0), initlist); 1345 constructor = build_constructor (constant_string_type, nreverse (initlist)); 1503 tree expr, initlist = NULL_TREE; local 1512 initlist = tree_cons (NULL_TREE, expr, initlist); 1522 initlist = tree_cons (NULL_TREE, expr, initlist); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | parse.y | 387 %type <ttype> init initlist maybeasm maybe_init defarg defarg1 1390 | regcast_or_absdcl '{' initlist maybecomma '}' %prec UNARY 2245 | '{' initlist '}' 2248 | '{' initlist ',' '}' 2257 initlist: 2260 | initlist ',' init 2267 | initlist ',' identifier ':' init
|
| H A D | ChangeLog.2 | 12881 * parse.y (initlist): Re-enable labeled initializers. 13013 * parse.y (initlist): Disable labeled initializers since they do
|
| H A D | ChangeLog | 16723 (initlist): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | stc.c | 125 ffebld initlist; /* For list of one sym in INTEGER I/3/ case. */ member 6587 ffestc_local_.decl.initlist = ffebld_new_item (symter, NULL); in ffestc_R501_item() 6643 ffedata_begin (ffestc_local_.decl.initlist); in ffestc_R501_itemstartvals() 6696 (ffestc_local_.decl.initlist))); in ffestc_R501_itemendvals()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1998 | 6093 * parse.y (initlist): Re-enable labeled initializers. 6225 * parse.y (initlist): Disable labeled initializers since they do
|
| H A D | ChangeLog-2000 | 6851 (initlist): Likewise.
|