Lines Matching refs:mismatch
3 error: 1: type mismatch: '+' cannot operate on 'bool', 'bool'
4 error: 2: type mismatch: '-' cannot operate on 'bool', 'bool'
5 error: 3: type mismatch: '*' cannot operate on 'bool', 'bool'
6 error: 4: type mismatch: '/' cannot operate on 'bool', 'bool'
7 error: 5: type mismatch: '%' cannot operate on 'bool', 'bool'
8 error: 6: type mismatch: '<<' cannot operate on 'bool', 'bool'
9 error: 7: type mismatch: '>>' cannot operate on 'bool', 'bool'
12 error: 10: type mismatch: '&' cannot operate on 'bool', 'bool'
13 error: 11: type mismatch: '|' cannot operate on 'bool', 'bool'
14 error: 12: type mismatch: '^' cannot operate on 'bool', 'bool'
15 error: 14: type mismatch: '+' cannot operate on 'bool2', 'bool2'
16 error: 15: type mismatch: '-' cannot operate on 'bool2', 'bool2'
17 error: 16: type mismatch: '*' cannot operate on 'bool2', 'bool2'
18 error: 17: type mismatch: '/' cannot operate on 'bool2', 'bool2'
19 error: 18: type mismatch: '%' cannot operate on 'bool2', 'bool2'
20 error: 19: type mismatch: '<<' cannot operate on 'bool2', 'bool2'
21 error: 20: type mismatch: '>>' cannot operate on 'bool2', 'bool2'
25 error: 24: type mismatch: '&' cannot operate on 'bool2', 'bool2'
26 error: 25: type mismatch: '|' cannot operate on 'bool2', 'bool2'
27 error: 26: type mismatch: '^' cannot operate on 'bool2', 'bool2'