Lines Matching refs:build_constructor

308 	  ctor = build_constructor (TREE_TYPE (field), NULL);  in build_anon_member_initialization()
655 return build_constructor (type, vec); in build_constexpr_constructor_member_initializers()
2356 tree ctor = new_ctx.ctor = build_constructor (DECL_CONTEXT (fun), NULL); in cxx_eval_call_expression()
3641 return build_constructor (elem_type, NULL); in cxx_eval_array_reference()
3644 tree empty_ctor = build_constructor (init_list_type_node, NULL); in cxx_eval_array_reference()
3648 new_ctx.ctor = build_constructor (elem_type, NULL); in cxx_eval_array_reference()
3746 return build_constructor (TREE_TYPE (t), NULL); in cxx_eval_component_reference()
3967 tree elt = build_constructor (type, NULL); in init_subob_ctx()
4029 new_ctx.ctor = build_constructor (type, NULL); in cxx_eval_bare_aggregate()
4611 r = build_constructor (TREE_TYPE (t), NULL); in cxx_eval_indirect_ref()
4938 *valp = build_constructor (type, NULL); in cxx_eval_store_expression()
4954 tree ary_ctor = build_constructor (type, NULL); in cxx_eval_store_expression()
5096 *valp = build_constructor (type, NULL); in cxx_eval_store_expression()
5155 *valp = build_constructor (type, NULL); in cxx_eval_store_expression()
5871 r = build_constructor (TREE_TYPE (t), NULL); in cxx_eval_constant_expression()
5913 r = build_constructor (TREE_TYPE (t), NULL); in cxx_eval_constant_expression()
5943 new_ctx.ctor = build_constructor (TREE_TYPE (r), NULL); in cxx_eval_constant_expression()
6006 new_ctx.ctor = build_constructor (type, NULL); in cxx_eval_constant_expression()
6957 ctx.ctor = build_constructor (type, NULL);