Lines Matching refs:comparison
2 * @name Ambiguous assignment-of-comparison in a condition
5 * comparison.
9 * assigns the boolean result of the comparison. Programmers often
18 * AND rvalue is a comparison
19 * AND that comparison is not parenthesized.
23 * comparison as the assignment's rvalue.
25 * parenthesized comparison as the rvalue.
26 * - Parentheses that only wrap a subexpression of the comparison
28 * comparison itself.
32 * @id cpp/ambiguous-assignment-of-comparison-in-condition
85 // unparenthesized comparison. Covers `=` and all compound forms (`+=`, …)
94 "`) in a branch condition has an unparenthesized comparison as its rvalue; " +