Lines Matching full:being
8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq()
9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq()
13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2()
14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2()
18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne()
19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne()
23 …if (x >= 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ge()
24 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ge()
28 …if (x <= 0) {} // expected-warning {{Value being compared against zero has already been used for d… in err_le()
29 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_le()
33 …if (x) {} // expected-warning {{Value being compared against zero has already been used for divisi… in err_yes()
34 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_yes()
37 …if (!x) {} // expected-warning {{Value being compared against zero has already been used for divis… in err_not()
38 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_not()
43 …if (!x) {} // expected-warning {{Value being compared against zero has already been used for divis… in err_pnot()
44 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_pnot()
49 …if (!*y) {} // expected-warning {{Value being compared against zero has already been used for divi… in err_pnot2()
50 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_pnot2()
56 …if (!x) {} // expected-warning {{Value being compared against zero has already been used for divis… in err_ppnot()
57 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ppnot()
112 …if (x == 0) {} // expected-warning {{Value being compared against zero has already been used for d… in nok_callfunc()
113 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in nok_callfunc()
156 …if (y == 0) {} // expected-warning {{Value being compared against zero has already been used for d… in foo2()
157 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in foo2()
179 …if (x == 0) {} // expected-warning {{Value being compared against zero has already been used for d… in inline_func()
180 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in inline_func()
194 …if (x == 0) {} // expected-warning {{Value being compared against zero has already been used for d… in err_inline2()
195 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_inline2()
203 …if (x == 0) {} // expected-warning {{Value being compared against zero has already been used for d… in ok_inline()
204 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in ok_inline()