| /src/external/gpl3/gcc/dist/gcc/cp/ |
| init.cc | 4894 tree elt_init; 4903 elt_init below so it's part of the same full-expression as the 4951 elt_init = build_vec_init (to, NULL_TREE, from, /*val_init*/false, 4954 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, 4957 elt_init = build_aggr_init (to, from, 0, complain); 4959 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, from, 4971 elt_init = error_mark_node; 4974 elt_init = build_vec_init (build1 (INDIRECT_REF, type, base), 4981 elt_init = build_value_init (type, complain); 4982 if (elt_init != error_mark_node 4891 tree elt_init; local [all...] |
| init.cc | 4894 tree elt_init; 4903 elt_init below so it's part of the same full-expression as the 4951 elt_init = build_vec_init (to, NULL_TREE, from, /*val_init*/false, 4954 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, 4957 elt_init = build_aggr_init (to, from, 0, complain); 4959 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, from, 4971 elt_init = error_mark_node; 4974 elt_init = build_vec_init (build1 (INDIRECT_REF, type, base), 4981 elt_init = build_value_init (type, complain); 4982 if (elt_init != error_mark_node 4891 tree elt_init; local [all...] |
| tree.cc | 838 tree elt_init; 842 elt_init = init; 844 elt_init = build_vec_init_elt (type, init, complain); 860 bool cx = potential_constant_expression (elt_init); 895 tree init, elt_init; local 901 elt_init = build_vec_init_elt (type, init, tf_warning_or_error); 902 require_potential_constant_expression (elt_init);
|
| tree.cc | 838 tree elt_init; 842 elt_init = init; 844 elt_init = build_vec_init_elt (type, init, complain); 860 bool cx = potential_constant_expression (elt_init); 895 tree init, elt_init; local 901 elt_init = build_vec_init_elt (type, init, tf_warning_or_error); 902 require_potential_constant_expression (elt_init);
|
| decl.cc | 6868 tree elt_init; 6874 elt_init = reshape_init_r (elt_type, d, 6877 if (elt_init == error_mark_node) 6883 old_cur->value = elt_init; 6887 idx, elt_init); 6888 if (!TREE_CONSTANT (elt_init)) 6856 tree elt_init; local 6875 idx, elt_init); local
|
| decl.cc | 6868 tree elt_init; 6874 elt_init = reshape_init_r (elt_type, d, 6877 if (elt_init == error_mark_node) 6883 old_cur->value = elt_init; 6887 idx, elt_init); 6888 if (!TREE_CONSTANT (elt_init)) 6856 tree elt_init; local 6875 idx, elt_init); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| init.cc | 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 4766 tree elt_init; local [all...] |
| init.cc | 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 4766 tree elt_init; local [all...] |
| tree.cc | 804 tree elt_init; 808 elt_init = init; 810 elt_init = build_vec_init_elt (type, init, complain); 826 bool cx = potential_constant_expression (elt_init); 861 tree init, elt_init; local 867 elt_init = build_vec_init_elt (type, init, tf_warning_or_error); 868 require_potential_constant_expression (elt_init);
|
| tree.cc | 804 tree elt_init; 808 elt_init = init; 810 elt_init = build_vec_init_elt (type, init, complain); 826 bool cx = potential_constant_expression (elt_init); 861 tree init, elt_init; local 867 elt_init = build_vec_init_elt (type, init, tf_warning_or_error); 868 require_potential_constant_expression (elt_init);
|
| decl.cc | 6520 tree elt_init; 6526 elt_init = reshape_init_r (elt_type, d, 6529 if (elt_init == error_mark_node) 6535 old_cur->value = elt_init; 6539 idx, elt_init); 6540 if (!TREE_CONSTANT (elt_init)) 6508 tree elt_init; local 6527 idx, elt_init); local
|
| decl.cc | 6520 tree elt_init; 6526 elt_init = reshape_init_r (elt_type, d, 6529 if (elt_init == error_mark_node) 6535 old_cur->value = elt_init; 6539 idx, elt_init); 6540 if (!TREE_CONSTANT (elt_init)) 6508 tree elt_init; local 6527 idx, elt_init); local
|