Lines Matching full:place

8 …              // expected-note{{place parentheses around the assignment to silence this warning}} \  in if_assign()
19 … // expected-note{{place parentheses around the '==' expression to silence this warning}} \ in bitwise_rel()
20 … // expected-note{{place parentheses around the & expression to evaluate it first}} in bitwise_rel()
27 … // expected-note{{place parentheses around the '==' expression to silence this warning}} \ in bitwise_rel()
28 … // expected-note{{place parentheses around the & expression to evaluate it first}} in bitwise_rel()
35 … // expected-note{{place parentheses around the '<' expression to silence this warning}} \ in bitwise_rel()
36 … // expected-note{{place parentheses around the & expression to evaluate it first}} in bitwise_rel()
49 … // expected-note {{place parentheses around the '&' expression to silence this warning}} in bitwise_rel()
54 … // expected-note {{place parentheses around the '&' expression to silence this warning}} in bitwise_rel()
59 … // expected-note {{place parentheses around the '^' expression to silence this warning}} in bitwise_rel()
64 … // expected-note {{place parentheses around the '^' expression to silence this warning}} in bitwise_rel()
69 … // expected-note {{place parentheses around the '&' expression to silence this warning}} in bitwise_rel()
74 … // expected-note {{place parentheses around the '&' expression to silence this warning}} in bitwise_rel()
80 … // expected-note {{place parentheses around the '&&' expression to silence this warning}} in bitwise_rel()
88 … // expected-note {{place parentheses around the '&&' expression to silence this warning}} in bitwise_rel()
93 … // expected-note {{place parentheses around the '&&' expression to silence this warning}} in bitwise_rel()
105 … // expected-note {{place parentheses around the '+' expression to silence this warning}} \ in conditional_op()
106 … // expected-note {{place parentheses around the '?:' expression to evaluate it first}} in conditional_op()
115 … // expected-note {{place parentheses around the '-' expression to silence this warning}} \ in conditional_op()
116 … // expected-note {{place parentheses around the '?:' expression to evaluate it first}} in conditional_op()
123 … // expected-note {{place parentheses around the '*' expression to silence this warning}} \ in conditional_op()
124 … // expected-note {{place parentheses around the '?:' expression to evaluate it first}} in conditional_op()
131 … // expected-note {{place parentheses around the '/' expression to silence this warning}} \ in conditional_op()
132 … // expected-note {{place parentheses around the '?:' expression to evaluate it first}} in conditional_op()
140 …pected-warning {{operator '?:' has lower precedence than '+'}} expected-note 2{{place parentheses}} in conditional_op()
143 …pected-warning {{operator '?:' has lower precedence than '+'}} expected-note 2{{place parentheses}} in conditional_op()
146 …pected-warning {{operator '?:' has lower precedence than '+'}} expected-note 2{{place parentheses}} in conditional_op()