Searched refs:new_arg (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/ |
| D | Prereqs.pm | 175 my %new_arg; 191 $new_arg{ $phase }{ $type } = $req->as_string_hash; 195 return (ref $self)->new(\%new_arg);
|
| /openbsd/src/gnu/gcc/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()
|
| /openbsd/src/gnu/llvm/llvm/utils/UpdateTestChecks/ |
| D | common.py | 1180 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/ |
| D | pt.c | 6157 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/ |
| D | tc-xtensa.c | 1845 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/ |
| D | tc-xtensa.c | 2098 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()
|