summaryrefslogtreecommitdiff
path: root/test/test19-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test19-03.txt')
-rw-r--r--test/test19-03.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test19-03.txt b/test/test19-03.txt
index 2f273c5..916e041 100644
--- a/test/test19-03.txt
+++ b/test/test19-03.txt
@@ -54,6 +54,7 @@ test19.cpp: In function 'int func2(Data1*, Data1*)':
test19.cpp:16:20: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 100;
^
+test19.cpp:16:20: warning: Using field 'ptr3' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr3: ptr1, ptr2, ptr3,
@@ -423,6 +424,7 @@ test19.cpp: In function 'int func6(Data1*, Data1*)':
test19.cpp:52:20: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 100;
^
+test19.cpp:52:20: warning: Using field 'ptr3' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr3: ptr1, ptr2, ptr3,
@@ -536,6 +538,7 @@ test19.cpp: In function 'int func7(Data1*, Data1*)':
test19.cpp:66:20: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test19.cpp:66:20: 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,
@@ -558,6 +561,7 @@ modify_expr : ptr1, ptr2, ptr3,
test19.cpp:67:20: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 200;
^
+test19.cpp:67:20: warning: Using field 'ptr3' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr3: ptr1, ptr2, ptr3,
@@ -675,6 +679,7 @@ test19.cpp: In function 'int func8(Data1*, Data1*)':
test19.cpp:81:20: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test19.cpp:81:20: 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,
@@ -697,6 +702,7 @@ modify_expr : ptr1, ptr2, ptr3,
test19.cpp:82:20: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 200;
^
+test19.cpp:82:20: warning: Using field 'ptr3' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr3: ptr1, ptr2, ptr3,