Lines Matching refs:operator
3940 my $operator = $1;
3942 "Assignment operator '$1' should be on the previous line\n" . $hereprev) &&
3944 # add assignment operator to the previous line, remove from current line
3945 $fixed[$fixlinenr - 1] .= " $operator";
3946 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
3952 my $operator = $1;
3956 # insert logical operator at last non-comment, non-whitepsace char on previous line
3959 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
3960 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
5090 # Check operator spacing.
5167 # Pull out the value of this operator.
5170 # Get the full operator variant.
5248 # unary operator, or a cast