Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
msg_169.c | 13 unsigned con, okl, okr; local in function:confusing_shift_arith 18 okr = a + (b << c); 23 okr = a << (b + c); 28 okr = a - (b >> c); 33 okr = a >> (b - c); 55 bool con, okl, okr, okb, eql; local in function:confusing_logical 63 okr = a && (b || c); 68 okr = a || (b && c); 77 okr = a && b || (c && d); 84 bool con, okl, okr, eql local in function:confusing_bitwise [all...] |
msg_169.c | 13 unsigned con, okl, okr; local in function:confusing_shift_arith 18 okr = a + (b << c); 23 okr = a << (b + c); 28 okr = a - (b >> c); 33 okr = a >> (b - c); 55 bool con, okl, okr, okb, eql; local in function:confusing_logical 63 okr = a && (b || c); 68 okr = a || (b && c); 77 okr = a && b || (c && d); 84 bool con, okl, okr, eql local in function:confusing_bitwise [all...] |