summaryrefslogtreecommitdiff
path: root/test/test23-02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test23-02.txt')
-rw-r--r--test/test23-02.txt19
1 files changed, 14 insertions, 5 deletions
diff --git a/test/test23-02.txt b/test/test23-02.txt
index 3b65f3e..62fead7 100644
--- a/test/test23-02.txt
+++ b/test/test23-02.txt
@@ -218,29 +218,38 @@ __base_ctor : pointer_type ptr0,
__comp_ctor : pointer_type ptr0,
ftest1:
ftest2: pointer_type ptr0,
+Object1: pointer_type ptr1,
+test23.cpp: In constructor 'Object1::Object1(Data1*)':
+test23.cpp:44:25: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->ftest1();
+ ^
+__base_ctor : pointer_type ptr1,
+test23.cpp: In constructor 'Object1::Object1(Data1*)':
+test23.cpp:44:25: warning: Using parameter 'ptr1' without checking for null pointer
+__comp_ctor : pointer_type ptr1,
func1: pointer_type ptr1,
test23.cpp: In member function 'void Object1::func1(Data1*)':
-test23.cpp:44:25: warning: Using parameter 'ptr1' without checking for null pointer
+test23.cpp:54:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ftest1();
^
func2: pointer_type ptr1,
test23.cpp: In member function 'void Object1::func2(Data1*)':
-test23.cpp:53:25: warning: Using parameter 'ptr1' without checking for null pointer
+test23.cpp:63:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ftest1();
^
func3: pointer_type ptr1,
test23.cpp: In member function 'void Object1::func3(Data1*)':
-test23.cpp:62:25: warning: Using parameter 'ptr1' without checking for null pointer
+test23.cpp:72:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ftest1();
^
func4: pointer_type ptr1,
test23.cpp: In member function 'void Object1::func4(Data1*)':
-test23.cpp:71:25: warning: Using parameter 'ptr1' without checking for null pointer
+test23.cpp:81:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ftest1();
^
func5: pointer_type ptr1,
test23.cpp: In member function 'void Object1::func5(Data1*)':
-test23.cpp:80:25: warning: Using parameter 'ptr1' without checking for null pointer
+test23.cpp:90:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ftest1();
^
fill: pointer_type __first, pointer_type __last,