HomeSort by: relevance | last modified time | path
    Searched defs:newrhs (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 5354 decNumber *newrhs=bufr; /* assume will fit on stack */ local
5361 newrhs=allocrhs; /* use the allocated space */
5363 decNumberCopy(newrhs, rhs); /* copy to safe space */
5364 newrhs->exponent=use; /* normalize; now <1 */
5365 x=newrhs; /* ready for use */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 5354 decNumber *newrhs=bufr; /* assume will fit on stack */ local
5361 newrhs=allocrhs; /* use the allocated space */
5363 decNumberCopy(newrhs, rhs); /* copy to safe space */
5364 newrhs->exponent=use; /* normalize; now <1 */
5365 x=newrhs; /* ready for use */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 5354 decNumber *newrhs=bufr; /* assume will fit on stack */ local
5361 newrhs=allocrhs; /* use the allocated space */
5363 decNumberCopy(newrhs, rhs); /* copy to safe space */
5364 newrhs->exponent=use; /* normalize; now <1 */
5365 x=newrhs; /* ready for use */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 5354 decNumber *newrhs=bufr; /* assume will fit on stack */ local
5361 newrhs=allocrhs; /* use the allocated space */
5363 decNumberCopy(newrhs, rhs); /* copy to safe space */
5364 newrhs->exponent=use; /* normalize; now <1 */
5365 x=newrhs; /* ready for use */
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 9467 tree newrhs = rhs;
9494 newrhs = rhs = stabilize_expr (rhs, &preeval);
9517 newrhs = rhs = stabilize_expr (rhs, &preeval);
9693 newrhs = cp_build_binary_op (loc, modifycode, lhs, rhs, complain);
9694 if (newrhs == error_mark_node)
9703 newrhs = build2 (COMPOUND_EXPR, TREE_TYPE (newrhs), init, newrhs);
9709 result = objc_maybe_build_modify_expr (lhs, newrhs);
9715 gcc_assert (!TYPE_REF_P (TREE_TYPE (newrhs)));
9454 tree newrhs = rhs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 8974 tree newrhs = rhs;
9001 newrhs = rhs = stabilize_expr (rhs, &preeval);
9024 newrhs = rhs = stabilize_expr (rhs, &preeval);
9211 newrhs = cp_build_binary_op (loc, modifycode, lhs, rhs, complain);
9212 if (newrhs == error_mark_node)
9221 newrhs = build2 (COMPOUND_EXPR, TREE_TYPE (newrhs), init, newrhs);
9227 result = objc_maybe_build_modify_expr (lhs, newrhs);
9233 gcc_assert (!TYPE_REF_P (TREE_TYPE (newrhs)));
8960 tree newrhs = rhs; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 6765 tree newrhs;
6793 newrhs = rhs;
6828 newrhs = save_expr (TREE_OPERAND (rhs, 0));
6830 newrhs = save_expr (rhs);
6831 rhseval = newrhs;
6833 newrhs = build1 (EXCESS_PRECISION_EXPR, TREE_TYPE (rhs),
6834 newrhs);
6836 newrhs = build_binary_op (location,
6837 modifycode, lhs, newrhs, true);
6849 if (TREE_CODE (newrhs) == EXCESS_PRECISION_EXPR
6744 tree newrhs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 6248 tree newrhs;
6276 newrhs = rhs;
6311 newrhs = save_expr (TREE_OPERAND (rhs, 0));
6313 newrhs = save_expr (rhs);
6314 rhseval = newrhs;
6316 newrhs = build1 (EXCESS_PRECISION_EXPR, TREE_TYPE (rhs),
6317 newrhs);
6319 newrhs = build_binary_op (location,
6320 modifycode, lhs, newrhs, true);
6332 if (TREE_CODE (newrhs) == EXCESS_PRECISION_EXPR
6229 tree newrhs; local
    [all...]

Completed in 104 milliseconds