summaryrefslogtreecommitdiff
path: root/test/test26-05.txt
blob: 7c50d2a8c8a45811e1d51618e6d772e4efce8f99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
test26.cpp: In member function 'void Object1::func1(Data1*)':
test26.cpp:48:22: warning: Useless variable check 'ptr1'. It already was checked before
             if (ptr1 && k == 1)
                      ^
test26.cpp: In member function 'void Object1::func2(Data1*)':
test26.cpp:57:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 && k == 1)
                  ^
test26.cpp: In member function 'void Object1::func6(Data1*)':
test26.cpp:103:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 && k == 4)
                  ^
test26.cpp:105:22: warning: Useless variable check 'ptr1'. It already was checked before
             if (ptr1 && k == 5)
                      ^
test26.cpp:107:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 || k == 4)
                  ^
test26.cpp:109:22: warning: Useless variable check 'ptr1'. It already was checked before
             if (ptr1 || k == 5)
                      ^
test26.cpp: In member function 'void Object1::func7(Data1*)':
test26.cpp:131:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 && k == 5)
                  ^
test26.cpp:135:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 || k == 5)
                  ^
test26.cpp: In member function 'void Object1::func8(Data1*)':
test26.cpp:144:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 || k == 1)
                  ^
test26.cpp:148:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 && k == 3)
                  ^
test26.cpp: In member function 'void Object1::func9(Data1*)':
test26.cpp:170:22: warning: Useless variable check 'ptr1'. It already was checked before
             if (ptr1 || k == 1)
                      ^
test26.cpp:172:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 || k == 2)
                  ^
test26.cpp:174:22: warning: Useless variable check 'ptr1'. It already was checked before
             if (ptr1 && k == 3)
                      ^
test26.cpp:176:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1 && k == 4)
                  ^
test26.cpp: In member function 'void Object1::func10(Data1*)':
test26.cpp:196:13: warning: Useless variable check 'ptr1'. It already was checked before
             if (ptr1)
             ^
test26.cpp: In member function 'void Object1::func11(Data1*)':
test26.cpp:205:13: warning: Useless variable check 'ptr1'. It already was checked before
             if (ptr1)
             ^