HomeSort by: relevance | last modified time | path
    Searched refs:INIT_EXPR (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 1031 o = cp_build_modify_expr (loc, e_proxy, INIT_EXPR, o,
1739 r = build2_loc (loc, INIT_EXPR, void_coro_handle_type, data->conthand, r);
1762 r = build2 (INIT_EXPR, integer_type_node, cond, r);
2311 r = build2 (INIT_EXPR, handle_type, ash, hfa);
2733 bool init_expr = false; local
2753 case INIT_EXPR:
2754 init_expr = true;
2784 = build2 (init_expr ? INIT_EXPR : MODIFY_EXPR, var_type,
2792 = build2 (init_expr ? INIT_EXPR : MODIFY_EXPR, var_type
    [all...]
init.cc 1026 init = build2 (INIT_EXPR, type, decl, init);
1034 init = build2 (INIT_EXPR, type, decl, value);
1045 init = build2 (INIT_EXPR, type, decl, TREE_VALUE (init));
1082 init = build2 (INIT_EXPR, type, decl, init);
1101 init = build2 (INIT_EXPR, type, decl, init);
1169 INIT_EXPR, init,
2033 if (init && TREE_CODE (stmt_expr) != INIT_EXPR)
2118 init = build2 (INIT_EXPR, TREE_TYPE (exp), exp, init);
2151 TREE_OPERAND (init, 0) = build2 (INIT_EXPR, TREE_TYPE (exp), exp,
2156 init = build2 (INIT_EXPR, TREE_TYPE (exp), exp, init)
3056 tree cookie_expr, init_expr; local
    [all...]
cp-gimplify.cc 285 /* If we are initializing from an AGGR_INIT_EXPR, drop the INIT_EXPR and
289 case we want to replace the INIT_EXPR. */
520 case INIT_EXPR:
522 if (TREE_CODE (*expr_p) != INIT_EXPR)
775 && (TREE_CODE (TREE_OPERAND (*expr_p, 0)) == INIT_EXPR
779 /* Avoid going through the INIT_EXPR case, which can
927 /* For an INIT_EXPR, replace the INIT_EXPR itself. */
936 /* Return gets confused if we clobber its INIT_EXPR this soon. */
1112 case INIT_EXPR
    [all...]
typeck2.cc 667 code = build2 (INIT_EXPR, inner_type, sub, value);
782 tree ie = build2 (INIT_EXPR, void_type_node, dest, init);
791 code = build2 (INIT_EXPR, TREE_TYPE (dest), dest, init);
typeck.cc 7437 || TREE_CODE (arg) == INIT_EXPR)
8965 C++: If MODIFYCODE is INIT_EXPR, then leave references unbashed. */
9116 if (modifycode == INIT_EXPR)
9126 result = build2 (INIT_EXPR, lhstype, lhs, rhs);
9242 if (modifycode != INIT_EXPR
9271 if (modifycode != INIT_EXPR)
9291 && modifycode == INIT_EXPR)
9317 if (modifycode == INIT_EXPR)
9326 ? 1 + (modifycode != INIT_EXPR): 0;
9333 if (modifycode == INIT_EXPR)
    [all...]
cxx-pretty-print.cc 1061 case INIT_EXPR:
1191 case INIT_EXPR:
except.cc 759 exp = build2 (INIT_EXPR, temp_type, object, tmp);
semantics.cc 4671 call_expr = build2 (INIT_EXPR, TREE_TYPE (call_expr), slot, call_expr);
4690 init = build2 (INIT_EXPR, void_type_node, slot, init);
4880 gcc_checking_assert (TREE_CODE (*p) == INIT_EXPR
4926 init = build2 (INIT_EXPR, void_type_node, dp->result,
6014 Also append INIT_EXPR for DECL_INITIAL of omp_priv after its
6034 tree init_expr = build2 (INIT_EXPR, void_type_node,
6037 append_to_statement_list_force (init_expr, &list);
6472 = build2 (INIT_EXPR, TREE_TYPE (v), v, init);
12003 return is_trivially_xible (INIT_EXPR, type1, type2)
6033 tree init_expr = build2 (INIT_EXPR, void_type_node, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-gimplify.cc 77 /* Gimplify assignment from an INIT_EXPR or MODIFY_EXPR. */
257 case INIT_EXPR:
d-codegen.cc 1080 add_stmt (build_assign (INIT_EXPR, result, init));
1091 add_stmt (build_assign (INIT_EXPR, t, length));
1095 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t1)));
1099 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t2)));
1339 if (code == INIT_EXPR && TREE_CODE (rhs) == CALL_EXPR
1359 /* If CODE is not INIT_EXPR, can't initialize LHS directly,
1361 if (code != INIT_EXPR)
1733 add_stmt (build_assign (INIT_EXPR, t, length));
1737 add_stmt (build_assign (INIT_EXPR, t, ptr));
1743 add_stmt (build_assign (INIT_EXPR, t, value))
    [all...]
toir.cc 1048 expr = build_assign (INIT_EXPR, this->func_->shidden, expr);
1238 tree init = build_assign (INIT_EXPR, var, object);
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 1863 tree init_expr = TREE_OPERAND (saved_co_await, 2); /* initializer. */ local
1886 if (!init_expr)
1890 finish_expr_stmt (init_expr);
2950 bool init_expr = false; local
2970 case INIT_EXPR:
2971 init_expr = true;
3000 if (init_expr)
3009 if (init_expr)
3070 case INIT_EXPR:
3113 init = cp_build_modify_expr (input_location, var, INIT_EXPR, init
    [all...]
init.cc 1198 INIT_EXPR, init,
2061 if (init && TREE_CODE (stmt_expr) != INIT_EXPR)
3086 tree cookie_expr, init_expr;
3656 init_expr = cp_build_fold_indirect_ref (t);
3658 init_expr = build_special_member_call (init_expr,
3703 init_expr
3719 init_expr = build2 (COMPOUND_EXPR, void_type_node,
3720 init_expr, cl);
3726 init_expr = cp_build_fold_indirect_ref (data_addr)
3084 tree cookie_expr, init_expr; local
    [all...]
cp-gimplify.cc 322 /* If we are initializing from an AGGR_INIT_EXPR, drop the INIT_EXPR and
326 case we want to replace the INIT_EXPR. */
655 case INIT_EXPR:
657 if (TREE_CODE (*expr_p) != INIT_EXPR)
923 && (TREE_CODE (TREE_OPERAND (*expr_p, 0)) == INIT_EXPR
927 /* Avoid going through the INIT_EXPR case, which can
1096 /* For an INIT_EXPR, replace the INIT_EXPR itself. */
1105 /* Return gets confused if we clobber its INIT_EXPR this soon. */
1182 /* Build up an INIT_EXPR to initialize the object of a constructor call tha
    [all...]
constexpr.cc 402 if (TREE_CODE (t) == INIT_EXPR
657 if (TREE_CODE (body) == INIT_EXPR
3340 tree activate = build2 (INIT_EXPR, TREE_TYPE (new_obj),
5575 eltinit = build2 (INIT_EXPR, elttype, new_ctx.object, eltinit);
5591 eltinit = build2 (INIT_EXPR, elttype, new_ctx.object, eltinit);
6266 /* Evaluate an INIT_EXPR or MODIFY_EXPR. */
6416 valp = ctx->global->get_value_ptr (object, TREE_CODE (t) == INIT_EXPR);
6562 /* An INIT_EXPR of the last member in an access chain is always OK,
6565 && !(TREE_CODE (t) == INIT_EXPR && refs->is_empty ()))
6713 /* We're handling an INIT_EXPR of class type, so the value of th
    [all...]
cxx-pretty-print.cc 1066 case INIT_EXPR:
1205 case INIT_EXPR:
typeck.cc 7857 || TREE_CODE (arg) == INIT_EXPR)
9458 C++: If MODIFYCODE is INIT_EXPR, then leave references unbashed. */
9609 if (modifycode == INIT_EXPR)
9724 if (modifycode != INIT_EXPR
9753 if (modifycode != INIT_EXPR)
9773 && modifycode == INIT_EXPR)
9799 if (modifycode == INIT_EXPR)
9808 ? 1 + (modifycode != INIT_EXPR): 0;
9815 if (modifycode == INIT_EXPR)
9816 /* Calls with INIT_EXPR are all direct-initialization, so don't se
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree.def 525 DEFTREECODE (INIT_EXPR, "init_expr", tcc_expression, 2)
tree-dump.cc 574 case INIT_EXPR:
gimplify.cc 651 can create an INIT_EXPR and convert it into a GIMPLE_CALL below. */
670 mod = build2 (INIT_EXPR, TREE_TYPE (t), t, unshare_expr (val));
1213 gcc_assert (TREE_CODE (temp) == INIT_EXPR
1221 *p = build2 (INIT_EXPR, type, temp, *p);
1865 || TREE_CODE (ret_expr) == INIT_EXPR)
2168 init = build2 (INIT_EXPR, void_type_node, decl, init);
3344 case INIT_EXPR:
4137 a temporary, which means that we will emit an INIT_EXPR in
4763 TREE_OPERAND (expr, 1) = build2 (INIT_EXPR, type, tmp, then_);
4767 TREE_OPERAND (expr, 2) = build2 (INIT_EXPR, type, tmp, else_)
7506 tree init_expr = build2 (INIT_EXPR, void_type_node, temp, init); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.def 518 DEFTREECODE (INIT_EXPR, "init_expr", tcc_expression, 2)
tree-dump.cc 574 case INIT_EXPR:
gimplify.cc 625 can create an INIT_EXPR and convert it into a GIMPLE_CALL below. */
644 mod = build2 (INIT_EXPR, TREE_TYPE (t), t, unshare_expr (val));
1182 gcc_assert (TREE_CODE (temp) == INIT_EXPR
1190 *p = build2 (INIT_EXPR, type, temp, *p);
1632 || TREE_CODE (ret_expr) == INIT_EXPR)
1937 init = build2 (INIT_EXPR, void_type_node, decl, init);
3094 case INIT_EXPR:
3812 a temporary, which means that we will emit an INIT_EXPR in
4373 TREE_OPERAND (expr, 1) = build2 (INIT_EXPR, type, tmp, then_);
4377 TREE_OPERAND (expr, 2) = build2 (INIT_EXPR, type, tmp, else_)
7079 tree init_expr = build2 (INIT_EXPR, void_type_node, temp, init); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 2651 || TREE_CODE (e) == INIT_EXPR)
2830 case INIT_EXPR:
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 2588 || TREE_CODE (e) == INIT_EXPR)
2765 case INIT_EXPR:

Completed in 147 milliseconds

1 2 3