Home
last modified time | relevance | path

Searched refs:this_code (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Drequire.t421 my $this_code= defined($mod_code)
425 next if $seen{$eval_code_munged . "|" . $this_code}++;
426 $this_code=~s/PACK/$pack_name/g;
429 [$pack_name, $param_str, $this_code, $mod_code, $eval_code_munged];
431 if ($this_code!~/use/ and $this_code !~ /some_true_value/) {
449 my ($pack_name, $param_str, $this_code, $mod_code, $eval_code)= @$tuple;
451 write_file("$pack_name.pm", $this_code);
457 my $descr= !$this_code ? "empty file loaded" :
466 if ($this_code=~/use/) {
486 } elsif ($this_code!~/some_true_value/) {
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c1694 enum rtx_code this_code = GET_CODE (this_op); local
1696 switch (this_code)
1708 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
/openbsd-src/gnu/gcc/gcc/
H A Dsimplify-rtx.c3239 enum rtx_code this_code = GET_CODE (this_op); in simplify_plus_minus() local
3241 switch (this_code) in simplify_plus_minus()
3249 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus()