Lines Matching full:preceding
775 if $intra_line =~ m/(\S)((<<|>>)=)/ # '<<=' or >>=' without preceding space
777 … && "$1$2" ne "<<=" && "$1$2" ne ">>=") # other <op>= or (in)equality without preceding space
780 && $intra_line =~ m/(\S)(=)/); # otherwise, '=' without preceding space
802 …space before '$1'") if $intra_line =~ m/[\w)\]]\s+(\+\+|--)/; # postfix ++/-- with preceding space
805 …("space before '$1'") if $intra_line =~ m/\s(\.|->)/; # '.' or '->' with preceding space
813 …ssing space before '$1'") if $intra_line =~ m/\S([|\/%<>^\?])/; # |/%<>^? without preceding space
814 # TODO ternary ':' without preceding SPC, while allowing no SPC before ':' after 'case'
815 …inary '$2'") if $intra_line =~ m/([^\s{()\[e])([+\-])/; # '+'/'-' without preceding space or {()[e
817 …fore binary '$1'") if $intra_line =~ m/[^\s{()\[*!]([*])/; # '*' without preceding space or {()[*!
818 … before binary '$1'") if $intra_line =~ m/[^\s{()\[]([&])/; # '&' without preceding space or {()[
833 …ng space before '{'") if $intra_line =~ m/[^\s{(\[]\{/; # '{' without preceding space or {([
846 … if (m/^([\s@]*\})/) { # leading '}' within stmt, any preceding blinded comment must not be matched
894 } else { # leading '}' outside stmt, any preceding blinded comment must not be matched
930 … if ($count == $block_indent - $preproc_offset # body began with same indentation as preceding code
975 …m/^[\s@]*\}\s*(\w*)/) { # leading closing brace '}', any preceding blinded comment must not be mat…
1157 report("'{' not on same line as preceding '$mid'") if !$brace_after;
1179 report("'while' not on same line as preceding '}'");
1190 report("'else' not on same line as preceding '}'");