summaryrefslogtreecommitdiff
path: root/test/test27-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test27-04.txt')
-rw-r--r--test/test27-04.txt94
1 files changed, 47 insertions, 47 deletions
diff --git a/test/test27-04.txt b/test/test27-04.txt
index 7d5ea0a..4a2e4cf 100644
--- a/test/test27-04.txt
+++ b/test/test27-04.txt
@@ -1,33 +1,33 @@
test27.cpp: In member function 'void Object1::func1(Data1*)':
-test27.cpp:55:28: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:55:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 300;
^
-test27.cpp:55:28: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:55:28: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:56:28: warning: Using variable 'this->tmp1' without checking for null pointer
tmp1->val = 400;
^
-test27.cpp:58:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:58:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 500;
^
-test27.cpp:58:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:58:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:59:24: warning: Using variable 'this->tmp1' without checking for null pointer
tmp1->val = 600;
^
test27.cpp: In member function 'void Object1::func2(Data1*)':
-test27.cpp:74:28: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:74:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 400;
^
-test27.cpp:74:28: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:74:28: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:75:28: warning: Using variable 'this->tmp1' without checking for null pointer
tmp1->val = 500;
^
test27.cpp:76:28: warning: Using variable 'this->tmp2' without checking for null pointer
tmp2->val = 600;
^
-test27.cpp:78:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:78:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 700;
^
-test27.cpp:78:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:78:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:79:24: warning: Using variable 'this->tmp1' without checking for null pointer
tmp1->val = 800;
^
@@ -35,104 +35,104 @@ test27.cpp:80:24: warning: Using variable 'this->tmp2' without checking for null
tmp2->val = 900;
^
test27.cpp: In member function 'void Object1::func3(Data1*)':
-test27.cpp:108:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:108:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test27.cpp:108:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:108:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:132:24: warning: Using variable 'ptr2' without checking for null pointer
ptr2->val = 200;
^
-test27.cpp:132:24: warning: Using field 'ptr2' without checking for null pointer
-test27.cpp:146:28: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:132:24: warning: Using variable 'ptr2' without checking for null pointer
+test27.cpp:146:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 300;
^
-test27.cpp:146:28: warning: Using field 'ptr1' without checking for null pointer
-test27.cpp:170:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:146:28: warning: Using variable 'ptr1' without checking for null pointer
+test27.cpp:170:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 400;
^
-test27.cpp:170:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:170:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp: In member function 'void Object1::func4(Data1*)':
-test27.cpp:192:28: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:192:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test27.cpp:192:28: warning: Using field 'ptr1' without checking for null pointer
-test27.cpp:197:28: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:192:28: warning: Using variable 'ptr1' without checking for null pointer
+test27.cpp:197:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 300;
^
-test27.cpp:197:28: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:197:28: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:198:28: warning: Using variable 'this->tmp1' without checking for null pointer
tmp1->val = 400;
^
-test27.cpp:200:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:200:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 500;
^
-test27.cpp:200:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:200:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:201:24: warning: Using variable 'this->tmp1' without checking for null pointer
tmp1->val = 600;
^
test27.cpp: In member function 'void Object1::func5(Data1*, Data1*)':
-test27.cpp:207:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:207:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test27.cpp:207:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:207:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:209:24: warning: Using variable 'ptr2' without checking for null pointer
ptr2->val = 200;
^
-test27.cpp:209:24: warning: Using field 'ptr2' without checking for null pointer
-test27.cpp:212:28: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:209:24: warning: Using variable 'ptr2' without checking for null pointer
+test27.cpp:212:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 300;
^
-test27.cpp:212:28: warning: Using field 'ptr1' without checking for null pointer
-test27.cpp:215:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:212:28: warning: Using variable 'ptr1' without checking for null pointer
+test27.cpp:215:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 400;
^
-test27.cpp:215:24: warning: Using field 'ptr1' without checking for null pointer
-test27.cpp:217:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:215:24: warning: Using variable 'ptr1' without checking for null pointer
+test27.cpp:217:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 500;
^
-test27.cpp:217:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:217:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp: In member function 'void Object1::func6(Data1*, Data1*)':
-test27.cpp:222:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:222:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test27.cpp:222:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:222:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:224:24: warning: Using variable 'this->tmp1' without checking for null pointer
tmp1->val = 200;
^
-test27.cpp:230:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:230:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 400;
^
-test27.cpp:230:24: warning: Using field 'ptr1' without checking for null pointer
-test27.cpp:232:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:230:24: warning: Using variable 'ptr1' without checking for null pointer
+test27.cpp:232:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 500;
^
test27.cpp: In member function 'void Object1::func7(Data1*, Data1*)':
-test27.cpp:239:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:239:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test27.cpp:239:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:239:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp:241:24: warning: Using variable 'ptr2' without checking for null pointer
ptr2->val = 200;
^
-test27.cpp:241:24: warning: Using field 'ptr2' without checking for null pointer
-test27.cpp:244:28: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:241:24: warning: Using variable 'ptr2' without checking for null pointer
+test27.cpp:244:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 300;
^
-test27.cpp:244:28: warning: Using field 'ptr1' without checking for null pointer
-test27.cpp:247:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:244:28: warning: Using variable 'ptr1' without checking for null pointer
+test27.cpp:247:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 400;
^
-test27.cpp:247:24: warning: Using field 'ptr1' without checking for null pointer
-test27.cpp:249:24: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:247:24: warning: Using variable 'ptr1' without checking for null pointer
+test27.cpp:249:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 500;
^
-test27.cpp:249:24: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:249:24: warning: Using variable 'ptr1' without checking for null pointer
test27.cpp: In member function 'void Object1::func8(Data1*, Data1*)':
test27.cpp:259:24: warning: Using variable 'ptr2' without checking for null pointer
ptr2->val = 200;
^
-test27.cpp:259:24: warning: Using field 'ptr2' without checking for null pointer
-test27.cpp:262:28: warning: Using parameter 'ptr1' without checking for null pointer
+test27.cpp:259:24: warning: Using variable 'ptr2' without checking for null pointer
+test27.cpp:262:28: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 300;
^
-test27.cpp:262:28: warning: Using field 'ptr1' without checking for null pointer
+test27.cpp:262:28: warning: Using variable 'ptr1' without checking for null pointer