summaryrefslogtreecommitdiff
path: root/test/test10-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test10-03.txt')
-rw-r--r--test/test10-03.txt64
1 files changed, 32 insertions, 32 deletions
diff --git a/test/test10-03.txt b/test/test10-03.txt
index 53c3e3c..72ddd58 100644
--- a/test/test10-03.txt
+++ b/test/test10-03.txt
@@ -29,7 +29,7 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test10.cpp: In member function 'void Object1::func1(int*, int*)':
-test10.cpp:9:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:9:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 400;
^
indirect_ref : ptr1, ptr2,
@@ -46,7 +46,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:13:24: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:13:24: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 100;
^
indirect_ref : ptr1, ptr2,
@@ -63,7 +63,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:16:20: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:16:20: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 200;
^
indirect_ref : ptr1, ptr2,
@@ -80,7 +80,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:17:20: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:17:20: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 300;
^
indirect_ref : ptr1, ptr2,
@@ -125,7 +125,7 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test10.cpp: In member function 'void Object1::func2(int*, int*)':
-test10.cpp:24:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:24:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 400;
^
indirect_ref : ptr1, ptr2,
@@ -143,7 +143,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:29:24: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:29:24: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 100;
^
indirect_ref : ptr1, ptr2,
@@ -160,7 +160,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:32:20: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:32:20: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 200;
^
indirect_ref : ptr1, ptr2,
@@ -177,7 +177,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:33:20: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:33:20: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 300;
^
indirect_ref : ptr1, ptr2,
@@ -277,7 +277,7 @@ expr_stmt : ptr2,
convert_expr : ptr2,
modify_expr : ptr2,
test10.cpp: In member function 'void Object1::func3(int*, int*)':
-test10.cpp:49:20: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:49:20: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 300;
^
indirect_ref : ptr2,
@@ -524,7 +524,7 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test10.cpp: In member function 'void Object1::func5(int*, int*)':
-test10.cpp:80:20: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:80:20: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 200;
^
indirect_ref : ptr1, ptr2,
@@ -541,7 +541,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:81:20: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:81:20: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 300;
^
indirect_ref : ptr1, ptr2,
@@ -685,7 +685,7 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test10.cpp: In member function 'void Object1::func7(int*, int*)':
-test10.cpp:104:24: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:104:24: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 100;
^
indirect_ref : ptr1, ptr2,
@@ -702,7 +702,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:105:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:105:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 200;
^
indirect_ref : ptr1, ptr2,
@@ -720,7 +720,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:112:20: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:112:20: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 300;
^
indirect_ref : ptr1, ptr2,
@@ -737,7 +737,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:113:20: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:113:20: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 400;
^
indirect_ref : ptr1, ptr2,
@@ -812,7 +812,7 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test10.cpp: In member function 'void Object1::func8(int*, int*)':
-test10.cpp:126:24: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:126:24: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 300;
^
indirect_ref : ptr1, ptr2,
@@ -829,7 +829,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:127:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:127:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 400;
^
indirect_ref : ptr1, ptr2,
@@ -903,7 +903,7 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test10.cpp: In member function 'void Object1::func9(int*, int*)':
-test10.cpp:139:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:139:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 100;
^
indirect_ref : ptr1, ptr2,
@@ -922,7 +922,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:144:24: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:144:24: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 200;
^
indirect_ref : ptr1, ptr2,
@@ -1044,7 +1044,7 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test10.cpp: In member function 'void Object1::func10(int*, int*)':
-test10.cpp:162:24: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:162:24: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 300;
^
indirect_ref : ptr1, ptr2,
@@ -1061,7 +1061,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:163:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:163:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 400;
^
indirect_ref : ptr1, ptr2,
@@ -1078,7 +1078,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:166:20: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:166:20: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 500;
^
indirect_ref : ptr1, ptr2,
@@ -1095,7 +1095,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:167:20: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:167:20: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 600;
^
indirect_ref : ptr1, ptr2,
@@ -1166,7 +1166,7 @@ expr_stmt : ptr2,
convert_expr : ptr2,
modify_expr : ptr2,
test10.cpp: In member function 'void Object1::func11(int*, int*)':
-test10.cpp:175:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:175:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 200;
^
indirect_ref : ptr2,
@@ -1185,7 +1185,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:180:24: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:180:24: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 300;
^
indirect_ref : ptr1, ptr2,
@@ -1202,7 +1202,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:181:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:181:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 400;
^
indirect_ref : ptr1, ptr2,
@@ -1219,7 +1219,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:184:20: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:184:20: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 500;
^
indirect_ref : ptr1, ptr2,
@@ -1236,7 +1236,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:185:20: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:185:20: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 600;
^
indirect_ref : ptr1, ptr2,
@@ -1281,7 +1281,7 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test10.cpp: In member function 'void Object1::func12(int*, int*)':
-test10.cpp:192:24: warning: Using parameter 'ptr1' without checking for null pointer
+test10.cpp:192:24: warning: Using variable 'ptr1' without checking for null pointer
*ptr1 = 100;
^
indirect_ref : ptr1, ptr2,
@@ -1298,7 +1298,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test10.cpp:193:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:193:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 200;
^
indirect_ref : ptr1, ptr2,
@@ -1331,7 +1331,7 @@ cleanup_point_expr : ptr2,
expr_stmt : ptr2,
convert_expr : ptr2,
modify_expr : ptr2,
-test10.cpp:199:24: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:199:24: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 400;
^
indirect_ref : ptr2,
@@ -1362,7 +1362,7 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr2,
convert_expr : ptr2,
modify_expr : ptr2,
-test10.cpp:203:20: warning: Using parameter 'ptr2' without checking for null pointer
+test10.cpp:203:20: warning: Using variable 'ptr2' without checking for null pointer
*ptr2 = 600;
^
indirect_ref : ptr2,