Home
last modified time | relevance | path

Searched refs:new_arg (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
DPrereqs.pm175 my %new_arg;
191 $new_arg{ $phase }{ $type } = $req->as_string_hash;
195 return (ref $self)->new(\%new_arg);
/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-forwprop.c382 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()
Dtree-cfgcleanup.c699 tree new_arg = TREE_VALUE (var); in remove_forwarder_block_with_phi() local
703 def = new_arg; in remove_forwarder_block_with_phi()
/openbsd/src/gnu/llvm/llvm/utils/UpdateTestChecks/
Dcommon.py1180 new_arg = '--%s "%s" ' % (opt_name, opt_value.strip('"'))
1181 if new_arg not in autogenerated_note_args:
1182 autogenerated_note_args += new_arg
/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c6157 tree new_arg; in tsubst_template_args() local
6160 new_arg = tsubst_template_args (orig_arg, args, complain, in_decl); in tsubst_template_args()
6162 new_arg = tsubst_template_arg (orig_arg, args, complain, in_decl); in tsubst_template_args()
6164 if (new_arg == error_mark_node) in tsubst_template_args()
6167 elts[i] = new_arg; in tsubst_template_args()
6168 if (new_arg != orig_arg) in tsubst_template_args()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c1845 char *cnt_arg, *new_arg; local
1849 new_arg = (char *) xmalloc (strlen (cnt_arg) + 6);
1850 sprintf (new_arg, "31-(%s)", cnt_arg);
1853 *cnt_argp = new_arg;
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-xtensa.c2098 char *cnt_arg, *new_arg; in xg_reverse_shift_count() local
2102 new_arg = (char *) xmalloc (strlen (cnt_arg) + 6); in xg_reverse_shift_count()
2103 sprintf (new_arg, "31-(%s)", cnt_arg); in xg_reverse_shift_count()
2106 *cnt_argp = new_arg; in xg_reverse_shift_count()