Home | History | Annotate | Download | only in cp

Lines Matching defs:elt_init

4769       tree elt_init;
4778 elt_init below so it's part of the same full-expression as the
4820 elt_init = build_vec_init (to, NULL_TREE, from, /*val_init*/false,
4823 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR,
4826 elt_init = build_aggr_init (to, from, 0, complain);
4828 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, from,
4840 elt_init = error_mark_node;
4843 elt_init = build_vec_init (build1 (INDIRECT_REF, type, base),
4850 elt_init = build_value_init (type, complain);
4851 if (elt_init != error_mark_node)
4852 elt_init = build2 (INIT_EXPR, type, to, elt_init);
4858 elt_init = build_aggr_init (to, init, 0, complain);
4864 elt_init = (init == error_mark_node
4870 if (elt_init == error_mark_node)
4876 tree e = maybe_constant_init (elt_init);
4883 elt_init = NULL_TREE;
4920 if (elt_init && !errors)
4921 elt_init = build2 (COMPOUND_EXPR, void_type_node, elt_init, decr);
4923 elt_init = decr;
4924 finish_expr_stmt (elt_init);