summaryrefslogtreecommitdiff
path: root/test/test09-04.txt
blob: 827bfb23601f1b4a4368c6d49e606e0ee5de8b9e (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
test09.cpp: In member function 'void Object1::func3(int*, int*)':
test09.cpp:38:20: warning: Using variable 'ptr1' without checking for null pointer
         *ptr1 = 200;
                    ^
test09.cpp:39:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^
test09.cpp: In member function 'void Object1::func4(int*, int*)':
test09.cpp:50:24: warning: Using variable 'ptr1' without checking for null pointer
             *ptr1 = 100;
                        ^
test09.cpp:53:20: warning: Using variable 'ptr1' without checking for null pointer
         *ptr1 = 200;
                    ^
test09.cpp:54:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^
test09.cpp: In member function 'void Object1::func5(int*, int*)':
test09.cpp:65:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^
test09.cpp: In member function 'void Object1::func6(int*, int*)':
test09.cpp:80:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^
test09.cpp: In member function 'void Object1::func7(int*, int*)':
test09.cpp:91:24: warning: Using variable 'ptr1' without checking for null pointer
             *ptr1 = 100;
                        ^
test09.cpp:94:20: warning: Using variable 'ptr1' without checking for null pointer
         *ptr1 = 200;
                    ^
test09.cpp: In member function 'void Object1::func8(int*, int*)':
test09.cpp:106:24: warning: Using variable 'ptr1' without checking for null pointer
             *ptr1 = 100;
                        ^
test09.cpp:109:20: warning: Using variable 'ptr1' without checking for null pointer
         *ptr1 = 200;
                    ^
test09.cpp:110:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^
test09.cpp: In member function 'void Object1::func9(int*, int*)':
test09.cpp:121:24: warning: Using variable 'ptr1' without checking for null pointer
             *ptr1 = 100;
                        ^
test09.cpp:124:20: warning: Using variable 'ptr1' without checking for null pointer
         *ptr1 = 200;
                    ^
test09.cpp:125:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^
test09.cpp: In member function 'void Object1::func10(int*, int*)':
test09.cpp:139:20: warning: Using variable 'ptr1' without checking for null pointer
         *ptr1 = 200;
                    ^
test09.cpp:140:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^
test09.cpp: In member function 'void Object1::func11(int*, int*)':
test09.cpp:148:24: warning: Using variable 'ptr1' without checking for null pointer
             *ptr1 = 100;
                        ^
test09.cpp:151:20: warning: Using variable 'ptr1' without checking for null pointer
         *ptr1 = 200;
                    ^
test09.cpp:152:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^
test09.cpp: In member function 'void Object1::func12(int*, int*)':
test09.cpp:159:24: warning: Using variable 'ptr1' without checking for null pointer
             *ptr1 = 100;
                        ^
test09.cpp:166:20: warning: Using variable 'ptr1' without checking for null pointer
         *ptr1 = 200;
                    ^
test09.cpp:167:20: warning: Using variable 'ptr2' without checking for null pointer
         *ptr2 = 300;
                    ^