HomeSort by: relevance | last modified time | path
    Searched refs:modifycode (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
stub-objc.cc 426 enum tree_code ARG_UNUSED (modifycode),
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
stub-objc.cc 426 enum tree_code ARG_UNUSED (modifycode),
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 8952 enum tree_code modifycode,
8956 return cp_build_modify_expr (location, lhs, modifycode, rhs,
8961 MODIFYCODE is the code for a binary operator that we use
8963 Or else MODIFYCODE is NOP_EXPR meaning do a simple assignment.
8965 C++: If MODIFYCODE is INIT_EXPR, then leave references unbashed. */
8968 cp_build_modify_expr (location_t loc, tree lhs, enum tree_code modifycode,
8978 bool plain_assign = (modifycode == NOP_EXPR);
9070 op1 = cp_build_modify_expr (loc, op1, modifycode, rhs, complain);
9081 op2 = cp_build_modify_expr (loc, op2, modifycode, rhs, complain);
9116 if (modifycode == INIT_EXPR
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 9445 enum tree_code modifycode,
9449 return cp_build_modify_expr (location, lhs, modifycode, rhs,
9454 MODIFYCODE is the code for a binary operator that we use
9456 Or else MODIFYCODE is NOP_EXPR meaning do a simple assignment.
9458 C++: If MODIFYCODE is INIT_EXPR, then leave references unbashed. */
9461 cp_build_modify_expr (location_t loc, tree lhs, enum tree_code modifycode,
9471 bool plain_assign = (modifycode == NOP_EXPR);
9563 op1 = cp_build_modify_expr (loc, op1, modifycode, rhs, complain);
9574 op2 = cp_build_modify_expr (loc, op2, modifycode, rhs, complain);
9609 if (modifycode == INIT_EXPR
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 2202 /* Pattern match what build_atomic_assign produces with modifycode
4578 sequence to store LHS MODIFYCODE= RHS. Return a value representing
4584 build_atomic_assign (location_t loc, tree lhs, enum tree_code modifycode,
4605 gcc_assert (modifycode == PLUS_EXPR || modifycode == MINUS_EXPR);
4612 if (modifycode != NOP_EXPR)
4626 gcc_assert (modifycode != NOP_EXPR);
4632 if (modifycode != NOP_EXPR)
4648 if (modifycode != NOP_EXPR)
4653 if (modifycode == NOP_EXPR
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 1983 /* Pattern match what build_atomic_assign produces with modifycode
4134 sequence to store LHS MODIFYCODE= RHS. Return a value representing
4140 build_atomic_assign (location_t loc, tree lhs, enum tree_code modifycode,
4161 gcc_assert (modifycode == PLUS_EXPR || modifycode == MINUS_EXPR);
4168 if (modifycode != NOP_EXPR)
4182 gcc_assert (modifycode != NOP_EXPR);
4188 if (modifycode != NOP_EXPR)
4204 if (modifycode != NOP_EXPR)
4209 if (modifycode == NOP_EXPR
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 1074 tree_code modifycode = (e->op == EXP::construct) ? INIT_EXPR : MODIFY_EXPR; local
1121 tree result = build_assign (modifycode, t1, t2);
1160 this->result_ = build_assign (modifycode, t1, t2);
1194 this->result_ = build_assign (modifycode, t1, t2);
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 3807 objc_generate_write_barrier (tree lhs, enum tree_code modifycode, tree rhs)
3847 if (modifycode != NOP_EXPR)
3890 if (modifycode == NOP_EXPR)
3899 if (modifycode != NOP_EXPR)
3918 if (modifycode != NOP_EXPR)
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 3809 objc_generate_write_barrier (tree lhs, enum tree_code modifycode, tree rhs)
3849 if (modifycode != NOP_EXPR)
3892 if (modifycode == NOP_EXPR)
3901 if (modifycode != NOP_EXPR)
3920 if (modifycode != NOP_EXPR)

Completed in 61 milliseconds