Searched refs:new_arg (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | tree-ssa-forwprop.c | 382 tree new_arg; in forward_propagate_into_cond_1() local 393 new_arg = TREE_OPERAND (def_rhs, 0); in forward_propagate_into_cond_1() 394 new_cond = build2 (new_code, boolean_type_node, new_arg, in forward_propagate_into_cond_1() 395 fold_convert (TREE_TYPE (new_arg), in forward_propagate_into_cond_1()
|
| D | tree-cfgcleanup.c | 699 tree new_arg = TREE_VALUE (var); in remove_forwarder_block_with_phi() local 703 def = new_arg; in remove_forwarder_block_with_phi()
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_timeout.c | 460 void *new_arg; in softclock_call_cc() local 573 new_arg = cc->cc_migration_arg; in softclock_call_cc() 585 c, new_func, new_arg); in softclock_call_cc() 592 callout_cc_add(c, new_cc, new_ticks, new_func, new_arg, in softclock_call_cc()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | pt.c | 6166 tree new_arg; in tsubst_template_args() local 6169 new_arg = tsubst_template_args (orig_arg, args, complain, in_decl); in tsubst_template_args() 6171 new_arg = tsubst_template_arg (orig_arg, args, complain, in_decl); in tsubst_template_args() 6173 if (new_arg == error_mark_node) in tsubst_template_args() 6176 elts[i] = new_arg; in tsubst_template_args() 6177 if (new_arg != orig_arg) in tsubst_template_args()
|