Lines Matching refs:cast
6680 my $cast = $1;
6685 $suffix .= 'U' if ($cast =~ /\bunsigned\b/);
6686 if ($cast =~ /\blong\s+long\b/) {
6688 } elsif ($cast =~ /\blong\b/) {
6692 …"Unnecessary typecast of c90 int constant - '$cast$const' could be '$const$suffix'\n" . $herecurr)…
6694 $fixed[$fixlinenr] =~ s/\Q$cast\E$const\b/$newconst$suffix/;
6860 my $cast;
6863 $cast = "$cast1 or $cast2";
6865 $cast = $cast1;
6867 $cast = $cast2;
6870 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");