Lines Matching refs:mismatch
3 error: 28: type mismatch: '=' cannot operate on 'int', 'float'
4 error: 29: type mismatch: '=' cannot operate on 'uint', 'float'
5 error: 30: type mismatch: '=' cannot operate on 'int', 'uint'
6 error: 31: type mismatch: '=' cannot operate on 'int', 'float'
7 error: 32: type mismatch: '=' cannot operate on 'float', 'int'
9 error: 33: type mismatch: '=' cannot operate on 'float', 'uint'
11 error: 34: type mismatch: '=' cannot operate on 'uint', 'int'
12 error: 35: type mismatch: '=' cannot operate on 'uint', 'float'
13 error: 36: type mismatch: '+' cannot operate on 'int', 'float'
14 error: 37: type mismatch: '-' cannot operate on 'int', 'float'
15 error: 38: type mismatch: '*' cannot operate on 'int', 'float'
16 error: 39: type mismatch: '/' cannot operate on 'int', 'float'
17 error: 40: type mismatch: '+' cannot operate on 'float', 'int'
18 error: 41: type mismatch: '-' cannot operate on 'float', 'int'
19 error: 42: type mismatch: '*' cannot operate on 'float', 'int'
20 error: 43: type mismatch: '/' cannot operate on 'float', 'int'
21 error: 44: type mismatch: '+' cannot operate on 'uint', 'float'
22 error: 45: type mismatch: '-' cannot operate on 'uint', 'float'
23 error: 46: type mismatch: '*' cannot operate on 'uint', 'float'
24 error: 47: type mismatch: '/' cannot operate on 'uint', 'float'
25 error: 48: type mismatch: '+' cannot operate on 'float', 'uint'
26 error: 49: type mismatch: '-' cannot operate on 'float', 'uint'
27 error: 50: type mismatch: '*' cannot operate on 'float', 'uint'
28 error: 51: type mismatch: '/' cannot operate on 'float', 'uint'
29 error: 52: type mismatch: '+' cannot operate on 'int', 'float'
30 error: 53: type mismatch: '-' cannot operate on 'int', 'float'
31 error: 54: type mismatch: '*' cannot operate on 'int', 'float'
32 error: 55: type mismatch: '/' cannot operate on 'int', 'float'
33 error: 56: type mismatch: '+' cannot operate on 'float', 'int'
34 error: 57: type mismatch: '-' cannot operate on 'float', 'int'
35 error: 58: type mismatch: '*' cannot operate on 'float', 'int'
36 error: 59: type mismatch: '/' cannot operate on 'float', 'int'
37 error: 60: type mismatch: '+' cannot operate on 'uint', 'float'
38 error: 61: type mismatch: '-' cannot operate on 'uint', 'float'
39 error: 62: type mismatch: '*' cannot operate on 'uint', 'float'
40 error: 63: type mismatch: '/' cannot operate on 'uint', 'float'
41 error: 64: type mismatch: '+' cannot operate on 'float', 'uint'
42 error: 65: type mismatch: '-' cannot operate on 'float', 'uint'
43 error: 66: type mismatch: '*' cannot operate on 'float', 'uint'
44 error: 67: type mismatch: '/' cannot operate on 'float', 'uint'
45 error: 68: type mismatch: '+' cannot operate on 'int', 'uint'
46 error: 69: type mismatch: '-' cannot operate on 'int', 'uint'
47 error: 70: type mismatch: '*' cannot operate on 'int', 'uint'
48 error: 71: type mismatch: '/' cannot operate on 'int', 'uint'
49 error: 72: type mismatch: '+' cannot operate on 'uint', 'int'
50 error: 73: type mismatch: '-' cannot operate on 'uint', 'int'
51 error: 74: type mismatch: '*' cannot operate on 'uint', 'int'
52 error: 75: type mismatch: '/' cannot operate on 'uint', 'int'