Home
last modified time | relevance | path

Searched refs:build_constructor_from_list (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20102581 of build_constructor_from_list.
2849 build_constructor_from_list. Don't cons a tree node for
2852 build_constructor_from_list.
2854 build_constructor_from_list
2858 build_constructor instead of build_constructor_from_list.
H A Dtypeck2.cc829 init = build_constructor_from_list (init_list_type_node, nreverse (init)); in store_init_value()
H A DChangeLog-20051486 build_constructor_from_list instead of build_constructor.
1493 (store_init_value): Use build_constructor_from_list and update call
1502 (build_functional_cast): Use build_constructor_from_list instead of
H A DChangeLog-20202583 instead of build_tree_list_vec + build_constructor_from_list.
2586 build_constructor_from_list.
H A DChangeLog-20081543 build_constructor_from_list.
H A Ddecl.cc5930 init = build_constructor_from_list (init_list_type_node, init); in do_aggregate_paren_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c880 init = build_constructor_from_list (init_list_type_node, nreverse (init)); in store_init_value()
H A Dinit.c3635 ie = build_constructor_from_list (init_list_type_node, ie); in build_new_1()
H A Ddecl.c5612 init = build_constructor_from_list (init_list_type_node, init); in grok_reference_init()
6816 init = build_constructor_from_list (init_list_type_node, init); in check_initializer()
H A Dcall.c10343 tree ctor = build_constructor_from_list (init_list_type_node, list); in build_new_method_call_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A DChangeLog2826 Use build_constructor instead of build_constructor_from_list.
3465 * objc-act.c (objc_build_constructor): Use build_constructor_from_list
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h4407 extern tree build_constructor_from_list (tree, tree);
H A Dtree.c2082 build_constructor_from_list (tree type, tree vals) in build_constructor_from_list() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h4575 extern tree build_constructor_from_list (tree, tree);
H A Dtree.cc2299 build_constructor_from_list (tree type, tree vals) in build_constructor_from_list() function
H A DChangeLog-20072406 rather than build_constructor_from_list if all list values are
2409 build_constructor_from_list.
H A DChangeLog-201031645 build_constructor_from_list.
31654 (build_constructor_from_list): Don't compute TREE_CONSTANT.
H A DChangeLog-200611239 (build_constructor_from_list): Likewise.
H A DChangeLog-200511142 build_constructor_from_list): New functions.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20052076 build_constructor_from_list instead of build_constructor.
H A DChangeLog-20103904 build_constructor instead of build_constructor_from_list.