Searched refs:initlist (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-parser.c | 8710 initlist); in build_descriptor_block_decl() 8722 initlist = tree_cons (fields, helper_addr, initlist); in build_descriptor_block_decl() 8727 initlist = tree_cons (fields, helper_addr, initlist); in build_descriptor_block_decl() 8837 initlist); in build_block_struct_initlist() 8843 initlist); in build_block_struct_initlist() 8849 initlist = tree_cons (fields, helper_addr, initlist); in build_block_struct_initlist() 8856 initlist); in build_block_struct_initlist() 8864 initlist = tree_cons (fields, y, initlist); in build_block_struct_initlist() 8889 initlist = tree_cons (fields, forwarding_expr, initlist); in build_block_struct_initlist() 8891 return initlist; in build_block_struct_initlist() [all …]
|
| H A D | c-decl.c | 3700 tree initlist; in init_byref_decl() local 3717 initlist = tree_cons (fields, in init_byref_decl() 3718 build_unary_op (ADDR_EXPR, decl, 0), initlist); in init_byref_decl() 3723 initlist); in init_byref_decl() 3725 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), size), in init_byref_decl() 3726 initlist); in init_byref_decl() 3755 initlist = tree_cons (fields, in init_byref_decl() 3757 initlist); in init_byref_decl() 3773 initlist = tree_cons (fields, in init_byref_decl() 3775 initlist); in init_byref_decl() [all …]
|
| /freebsd-12.1/libexec/rtld-elf/ |
| H A D | rtld.c | 377 Objlist initlist; in _rtld() local 730 objlist_init(&initlist); in _rtld() 732 preload_tail, &initlist); in _rtld() 765 objlist_call_init(&initlist, &lockstate); in _rtld() 767 objlist_clear(&initlist); in _rtld() 3320 Objlist initlist; in dlopen_object() local 3324 objlist_init(&initlist); in dlopen_object() 3382 initlist_add_objects(obj, obj, &initlist); in dlopen_object() 3426 objlist_clear(&initlist); in dlopen_object() 3435 objlist_call_init(&initlist, lockstate); in dlopen_object() [all …]
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl.c | 5453 tree initlist; in init_byref_decl() local 5469 initlist = tree_cons (fields, in init_byref_decl() 5470 build_unary_op (ADDR_EXPR, decl, 0), initlist); in init_byref_decl() 5475 initlist); in init_byref_decl() 5477 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), size), in init_byref_decl() 5478 initlist); in init_byref_decl() 5511 initlist = tree_cons (fields, in init_byref_decl() 5513 initlist); in init_byref_decl() 5533 initlist = tree_cons (fields, in init_byref_decl() 5535 initlist); in init_byref_decl() [all …]
|
| 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.
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | complete.tcsh | 475 clear help initadd initrm initswitch initlist initclear)%' \
|