Home
last modified time | relevance | path

Searched refs:new_c (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmod_34lsub1.c91 mp_limb_t new_c; \
92 ADDC_LIMB (new_c, a, a, val); \
93 (c) += new_c; \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgensupport.c1215 char *new_c = XNEWVEC (char, len); in alter_predicate_for_insn() local
1217 memcpy (new_c, c, c_len); in alter_predicate_for_insn()
1220 new_c[i * (c_len + 1) - 1] = ','; in alter_predicate_for_insn()
1221 memcpy (&new_c[i * (c_len + 1)], c, c_len); in alter_predicate_for_insn()
1223 new_c[len - 1] = '\0'; in alter_predicate_for_insn()
1224 XSTR (pattern, 2) = new_c; in alter_predicate_for_insn()
H A Dtree-ssa-loop-niter.c1037 tree t, cond, new_c, relaxed_cond = boolean_false_node; in number_of_iterations_ne() local
1051 new_c = fold_build2 (MINUS_EXPR, niter_type, in number_of_iterations_ne()
1054 if (multiple_of_p (type, new_c, s)) in number_of_iterations_ne()
1072 new_c = fold_build2 (MINUS_EXPR, niter_type, in number_of_iterations_ne()
1075 if (multiple_of_p (type, new_c, s)) in number_of_iterations_ne()
H A Drtlanal.c3170 rtx new_c = copy_rtx (c); in replace_label() local
3171 replace_label (&new_c, old_label, new_label, false); in replace_label()
3175 rtx new_mem = force_const_mem (get_pool_mode (x), new_c); in replace_label()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgensupport.cc1216 char *new_c = XNEWVEC (char, len); in alter_predicate_for_insn() local
1218 memcpy (new_c, c, c_len); in alter_predicate_for_insn()
1221 new_c[i * (c_len + 1) - 1] = ','; in alter_predicate_for_insn()
1222 memcpy (&new_c[i * (c_len + 1)], c, c_len); in alter_predicate_for_insn()
1224 new_c[len - 1] = '\0'; in alter_predicate_for_insn()
1225 XSTR (pattern, 2) = new_c; in alter_predicate_for_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc390 gfc_constructor *new_c; in copy_walk_reduction_arg() local
398 new_c = gfc_constructor_append_expr (&newbase, fcn, &(e->where)); in copy_walk_reduction_arg()
399 new_c->iterator = c->iterator; in copy_walk_reduction_arg()
1755 gfc_constructor *c, *new_c; in combine_array_constructor() local
1856 new_c = gfc_constructor_append_expr (&newbase, new_expr, &(e->where)); in combine_array_constructor()
1857 new_c->iterator = c->iterator; in combine_array_constructor()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c390 gfc_constructor *new_c; in copy_walk_reduction_arg() local
398 new_c = gfc_constructor_append_expr (&newbase, fcn, &(e->where)); in copy_walk_reduction_arg()
399 new_c->iterator = c->iterator; in copy_walk_reduction_arg()
1755 gfc_constructor *c, *new_c; in combine_array_constructor() local
1856 new_c = gfc_constructor_append_expr (&newbase, new_expr, &(e->where)); in combine_array_constructor()
1857 new_c->iterator = c->iterator; in combine_array_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc1964 constraint new_c (lhs_id, c_op, rhs_id); in add_constraint_internal() local
1971 (c->implied_by (new_c, *this))); in add_constraint_internal()
1974 m_constraints.safe_push (new_c); in add_constraint_internal()