summaryrefslogtreecommitdiff
path: root/test/test27-05.txt
blob: 9f8757aa96f520c1a59593088bc244dee638e7de (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
test27.cpp: In member function 'void Object1::func1(Data1*)':
test27.cpp:55:19: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->val = 300;
                   ^
test27.cpp:56:19: warning: Using field 'this->tmp1' without checking for null pointer
             tmp1->val = 400;
                   ^
test27.cpp:58:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 500;
               ^
test27.cpp:59:15: warning: Using field 'this->tmp1' without checking for null pointer
         tmp1->val = 600;
               ^
test27.cpp: In member function 'void Object1::func2(Data1*)':
test27.cpp:74:19: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->val = 400;
                   ^
test27.cpp:75:19: warning: Using field 'this->tmp1' without checking for null pointer
             tmp1->val = 500;
                   ^
test27.cpp:76:19: warning: Using field 'this->tmp2' without checking for null pointer
             tmp2->val = 600;
                   ^
test27.cpp:78:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 700;
               ^
test27.cpp:79:15: warning: Using field 'this->tmp1' without checking for null pointer
         tmp1->val = 800;
               ^
test27.cpp:80:15: warning: Using field 'this->tmp2' without checking for null pointer
         tmp2->val = 900;
               ^
test27.cpp: In member function 'void Object1::func3(Data1*)':
test27.cpp:108:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 100;
               ^
test27.cpp:132:15: warning: Using variable 'ptr2' without checking for null pointer
         ptr2->val = 200;
               ^
test27.cpp:146:19: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->val = 300;
                   ^
test27.cpp:170:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 400;
               ^
test27.cpp: In member function 'void Object1::func4(Data1*)':
test27.cpp:192:19: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->val = 100;
                   ^
test27.cpp:197:19: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->val = 300;
                   ^
test27.cpp:198:19: warning: Using field 'this->tmp1' without checking for null pointer
             tmp1->val = 400;
                   ^
test27.cpp:200:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 500;
               ^
test27.cpp:201:15: warning: Using field 'this->tmp1' without checking for null pointer
         tmp1->val = 600;
               ^
test27.cpp: In member function 'void Object1::func5(Data1*, Data1*)':
test27.cpp:207:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 100;
               ^
test27.cpp:209:15: warning: Using variable 'ptr2' without checking for null pointer
         ptr2->val = 200;
               ^
test27.cpp:212:19: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->val = 300;
                   ^
test27.cpp:215:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 400;
               ^
test27.cpp:217:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 500;
               ^
test27.cpp: In member function 'void Object1::func6(Data1*, Data1*)':
test27.cpp:222:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 100;
               ^
test27.cpp:230:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 400;
               ^
test27.cpp: In member function 'void Object1::func7(Data1*, Data1*)':
test27.cpp:239:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 100;
               ^
test27.cpp:241:15: warning: Using variable 'ptr2' without checking for null pointer
         ptr2->val = 200;
               ^
test27.cpp:244:19: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->val = 300;
                   ^
test27.cpp:247:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 400;
               ^
test27.cpp:249:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 500;
               ^
test27.cpp: In member function 'void Object1::func8(Data1*, Data1*)':
test27.cpp:259:15: warning: Using variable 'ptr2' without checking for null pointer
         ptr2->val = 200;
               ^
test27.cpp:262:19: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->val = 300;
                   ^