Lines Matching refs:operator
3970 my $operator = $1;
3972 "Assignment operator '$1' should be on the previous line\n" . $hereprev) &&
3974 # add assignment operator to the previous line, remove from current line
3975 $fixed[$fixlinenr - 1] .= " $operator";
3976 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
3982 my $operator = $1;
3986 # insert logical operator at last non-comment, non-whitepsace char on previous line
3989 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
3990 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
5120 # Check operator spacing.
5197 # Pull out the value of this operator.
5200 # Get the full operator variant.
5278 # unary operator, or a cast