summaryrefslogtreecommitdiff
path: root/test/test27-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test27-03.txt')
-rw-r--r--test/test27-03.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/test27-03.txt b/test/test27-03.txt
index 3821618..25b545d 100644
--- a/test/test27-03.txt
+++ b/test/test27-03.txt
@@ -404,6 +404,7 @@ test27.cpp: In member function 'void Object1::func1(Data1*)':
test27.cpp:55:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
^
+test27.cpp:55:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, this->tmp1,
indirect_ref : ptr1, this->tmp1,
parm_decl ptr1: ptr1, this->tmp1,
@@ -455,6 +456,7 @@ modify_expr : ptr1, this->tmp1,
test27.cpp:58:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 500;
^
+test27.cpp:58:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, this->tmp1,
indirect_ref : ptr1, this->tmp1,
parm_decl ptr1: ptr1, this->tmp1,
@@ -647,6 +649,7 @@ test27.cpp: In member function 'void Object1::func2(Data1*)':
test27.cpp:74:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 400;
^
+test27.cpp:74:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, this->tmp1, this->tmp2,
indirect_ref : ptr1, this->tmp1, this->tmp2,
parm_decl ptr1: ptr1, this->tmp1, this->tmp2,
@@ -727,6 +730,7 @@ modify_expr : ptr1, this->tmp1, this->tmp2,
test27.cpp:78:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 700;
^
+test27.cpp:78:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, this->tmp1, this->tmp2,
indirect_ref : ptr1, this->tmp1, this->tmp2,
parm_decl ptr1: ptr1, this->tmp1, this->tmp2,
@@ -927,6 +931,7 @@ test27.cpp: In member function 'void Object1::func3(Data1*)':
test27.cpp:108:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test27.cpp:108:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -1073,6 +1078,7 @@ modify_expr : ptr1, ptr2,
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
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
var_decl ptr2: ptr1, ptr2,
@@ -1160,6 +1166,7 @@ modify_expr : ptr1, ptr2,
test27.cpp:146:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
^
+test27.cpp:146:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -1292,6 +1299,7 @@ modify_expr : ptr1, ptr2,
test27.cpp:170:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 400;
^
+test27.cpp:170:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -1449,6 +1457,7 @@ test27.cpp: In member function 'void Object1::func4(Data1*)':
test27.cpp:192:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test27.cpp:192:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,
@@ -1498,6 +1507,7 @@ modify_expr : ptr1, ptr2, this->tmp1,
test27.cpp:197:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
^
+test27.cpp:197:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, this->tmp1,
indirect_ref : ptr1, ptr2, this->tmp1,
parm_decl ptr1: ptr1, ptr2, this->tmp1,
@@ -1549,6 +1559,7 @@ modify_expr : ptr1, ptr2, this->tmp1,
test27.cpp:200:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 500;
^
+test27.cpp:200:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, this->tmp1,
indirect_ref : ptr1, ptr2, this->tmp1,
parm_decl ptr1: ptr1, ptr2, this->tmp1,
@@ -1621,6 +1632,7 @@ test27.cpp: In member function 'void Object1::func5(Data1*, Data1*)':
test27.cpp:207:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test27.cpp:207:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
parm_decl ptr1: ptr1, ptr2, ptr3,
@@ -1657,6 +1669,7 @@ modify_expr : ptr1, ptr2, ptr3,
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
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr2: ptr1, ptr2, ptr3,
@@ -1688,6 +1701,7 @@ modify_expr : ptr1, ptr2, ptr3,
test27.cpp:212:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
^
+test27.cpp:212:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
parm_decl ptr1: ptr1, ptr2, ptr3,
@@ -1724,6 +1738,7 @@ modify_expr : ptr1, ptr2, ptr3,
test27.cpp:215:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 400;
^
+test27.cpp:215:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
parm_decl ptr1: ptr1, ptr2, ptr3,
@@ -1760,6 +1775,7 @@ modify_expr : ptr1, ptr2, ptr3,
test27.cpp:217:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 500;
^
+test27.cpp:217:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
parm_decl ptr1: ptr1, ptr2, ptr3,
@@ -1796,6 +1812,7 @@ test27.cpp: In member function 'void Object1::func6(Data1*, Data1*)':
test27.cpp:222:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test27.cpp:222:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr3,
indirect_ref : ptr1, ptr3,
parm_decl ptr1: ptr1, ptr3,
@@ -1910,6 +1927,7 @@ modify_expr : ptr1, ptr3,
test27.cpp:230:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 400;
^
+test27.cpp:230:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr3,
indirect_ref : ptr1, ptr3,
parm_decl ptr1: ptr1, ptr3,
@@ -1950,6 +1968,9 @@ cleanup_point_expr : ptr1, ptr3,
expr_stmt : ptr3,
convert_expr : ptr3,
modify_expr : ptr3,
+test27.cpp:232:24: warning: Using field 'ptr1' without checking for null pointer
+ ptr1->val = 500;
+ ^
component_ref : ptr3,
indirect_ref : ptr3,
parm_decl ptr1: ptr3,
@@ -2003,6 +2024,7 @@ test27.cpp: In member function 'void Object1::func7(Data1*, Data1*)':
test27.cpp:239:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test27.cpp:239:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3, this->tmp1,
indirect_ref : ptr1, ptr2, ptr3, this->tmp1,
parm_decl ptr1: ptr1, ptr2, ptr3, this->tmp1,
@@ -2039,6 +2061,7 @@ modify_expr : ptr1, ptr2, ptr3, this->tmp1,
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
component_ref : ptr1, ptr2, ptr3, this->tmp1,
indirect_ref : ptr1, ptr2, ptr3, this->tmp1,
var_decl ptr2: ptr1, ptr2, ptr3, this->tmp1,
@@ -2070,6 +2093,7 @@ modify_expr : ptr1, ptr2, ptr3, this->tmp1,
test27.cpp:244:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
^
+test27.cpp:244:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3, this->tmp1,
indirect_ref : ptr1, ptr2, ptr3, this->tmp1,
parm_decl ptr1: ptr1, ptr2, ptr3, this->tmp1,
@@ -2106,6 +2130,7 @@ modify_expr : ptr1, ptr2, ptr3, this->tmp1,
test27.cpp:247:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 400;
^
+test27.cpp:247:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3, this->tmp1,
indirect_ref : ptr1, ptr2, ptr3, this->tmp1,
parm_decl ptr1: ptr1, ptr2, ptr3, this->tmp1,
@@ -2149,6 +2174,7 @@ modify_expr : ptr1, ptr2, ptr3, this->tmp1,
test27.cpp:249:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 500;
^
+test27.cpp:249:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3, this->tmp1,
indirect_ref : ptr1, ptr2, ptr3, this->tmp1,
parm_decl ptr1: ptr1, ptr2, ptr3, this->tmp1,
@@ -2255,6 +2281,7 @@ 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
component_ref : ptr1, ptr2, ptr3, this->tmp1,
indirect_ref : ptr1, ptr2, ptr3, this->tmp1,
var_decl ptr2: ptr1, ptr2, ptr3, this->tmp1,
@@ -2286,6 +2313,7 @@ modify_expr : ptr1, ptr2, ptr3, this->tmp1,
test27.cpp:262:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
^
+test27.cpp:262:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3, this->tmp1,
indirect_ref : ptr1, ptr2, ptr3, this->tmp1,
parm_decl ptr1: ptr1, ptr2, ptr3, this->tmp1,