Lines Matching refs:cast
6654 my $cast = $1;
6659 $suffix .= 'U' if ($cast =~ /\bunsigned\b/);
6660 if ($cast =~ /\blong\s+long\b/) {
6662 } elsif ($cast =~ /\blong\b/) {
6666 …"Unnecessary typecast of c90 int constant - '$cast$const' could be '$const$suffix'\n" . $herecurr)…
6668 $fixed[$fixlinenr] =~ s/\Q$cast\E$const\b/$newconst$suffix/;
6834 my $cast;
6837 $cast = "$cast1 or $cast2";
6839 $cast = $cast1;
6841 $cast = $cast2;
6844 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");