Lines Matching full:parentheses
4431 # check for spaces between functions and their parentheses.
4745 # argument to be in parentheses,
4863 # check spacing on parentheses
4884 # check unnecessary parentheses around addressof/dereference single $Lvals
4890 "Unnecessary parentheses around $var\n" . $herecurr) &&
4896 # check for unnecessary parentheses around function pointer uses
4902 "Unnecessary parentheses around function pointer $var\n" . $herecurr) &&
4910 # check for unnecessary parentheses around comparisons in if uses
4920 # avoid parentheses around potential macro args
4932 "Unnecessary parentheses around '$match'\n" . $herectx);
4960 "return is not a function, parentheses are not required\n" . $herecurr);
4980 # if statements using unnecessary parentheses - ie: if ((foo == bar))
4990 "Unnecessary parentheses$msg\n" . $herecurr);
4996 # only fix matches surrounded by parentheses to avoid incorrect
5313 # Flatten any parentheses and braces
5371 "Macros with complex values should be enclosed in parentheses\n" . "$herectx");
5795 # check for mask then right shift without a parentheses
5800 … "Possible precedence defect with mask then right shift - may need parentheses\n" . $herecurr);
6667 "Using $1 should generally have parentheses around the comparison\n" . $herecurr);