Lines Matching refs:operator
3915 my $operator = $1;
3917 "Assignment operator '$1' should be on the previous line\n" . $hereprev) &&
3919 # add assignment operator to the previous line, remove from current line
3920 $fixed[$fixlinenr - 1] .= " $operator";
3921 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
3927 my $operator = $1;
3931 # insert logical operator at last non-comment, non-whitepsace char on previous line
3934 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
3935 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
5075 # Check operator spacing.
5152 # Pull out the value of this operator.
5155 # Get the full operator variant.
5233 # unary operator, or a cast