Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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.
Dtypeck2.cc829 init = build_constructor_from_list (init_list_type_node, nreverse (init)); in store_init_value()
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
DChangeLog-20202583 instead of build_tree_list_vec + build_constructor_from_list.
2586 build_constructor_from_list.
DChangeLog-20081543 build_constructor_from_list.
Ddecl.cc5930 init = build_constructor_from_list (init_list_type_node, init); in do_aggregate_paren_init()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
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/dist/gcc/
Dtree.h4575 extern tree build_constructor_from_list (tree, tree);
Dtree.cc2299 build_constructor_from_list (tree type, tree vals) in build_constructor_from_list() function
DChangeLog-20072406 rather than build_constructor_from_list if all list values are
2409 build_constructor_from_list.
DChangeLog-201031645 build_constructor_from_list.
31654 (build_constructor_from_list): Don't compute TREE_CONSTANT.
DChangeLog-200611239 (build_constructor_from_list): Likewise.
DChangeLog-200511142 build_constructor_from_list): New functions.