Lines Matching refs:bool2
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'
22 error: 21: '!' cannot operate on 'bool2'
23 error: 22: '-' cannot operate on 'bool2'
24 error: 23: '~' cannot operate on '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'