summaryrefslogtreecommitdiff
path: root/test/test05-05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test05-05.txt')
-rw-r--r--test/test05-05.txt32
1 files changed, 16 insertions, 16 deletions
diff --git a/test/test05-05.txt b/test/test05-05.txt
index 52d0ba5..ffd8c93 100644
--- a/test/test05-05.txt
+++ b/test/test05-05.txt
@@ -4,7 +4,7 @@ expr_stmt : b,
convert_expr : b,
modify_expr : b,
test05.cpp: In function 'void func1(int, int*, char)':
-test05.cpp:12:13: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:12:13: warning: Using variable 'b' without checking for null pointer
*b = 100;
^
indirect_ref : b,
@@ -25,7 +25,7 @@ modify_expr : b,
indirect_ref : b,
pointer_plus_expr : b,
test05.cpp: In function 'void func2(int, int*, char)':
-test05.cpp:17:9: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:17:9: warning: Using variable 'b' without checking for null pointer
*(1 + b) = 200;
^
parm_decl b: b,
@@ -46,7 +46,7 @@ modify_expr : b,
indirect_ref : b,
pointer_plus_expr : b,
test05.cpp: In function 'void func3(int, int*, char)':
-test05.cpp:22:9: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:22:9: warning: Using variable 'b' without checking for null pointer
*(1 + (1 + b)) = 300;
^
parm_decl b: b,
@@ -79,7 +79,7 @@ modify_expr : b,
indirect_ref : b,
pointer_plus_expr : b,
test05.cpp: In function 'void func5(int, int*, char)':
-test05.cpp:28:12: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:28:12: warning: Using variable 'b' without checking for null pointer
*(var1 + b) = 400;
^
parm_decl b: b,
@@ -203,7 +203,7 @@ statement_list : b,
decl_expr : b,
pointer_plus_expr : b,
test05.cpp: In function 'void func7(int, int*, char)':
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
int *var3 = 12 + b;
^
parm_decl b: b,
@@ -214,7 +214,7 @@ integer_cst 48: b,
var_decl var3: b,
integer_cst 64: b,
pointer_plus_expr : b,
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
parm_decl b: b,
pointer_type : b,
integer_type : b,
@@ -234,7 +234,7 @@ indirect_ref : b,
var_decl var3: b,
integer_cst 64: b,
pointer_plus_expr : b,
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
parm_decl b: b,
pointer_type : b,
integer_type : b,
@@ -250,7 +250,7 @@ integer_cst 600: b,
var_decl var3: b,
integer_cst 64: b,
pointer_plus_expr : b,
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
parm_decl b: b,
pointer_type : b,
integer_type : b,
@@ -270,7 +270,7 @@ block : b,
var_decl var3: b,
integer_cst 64: b,
pointer_plus_expr : b,
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
parm_decl b: b,
pointer_type : b,
integer_type : b,
@@ -283,7 +283,7 @@ integer_cst 32: b,
integer_cst -2147483648: b,
integer_cst 2147483647: b,
pointer_plus_expr : b,
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
parm_decl b: b,
pointer_type : b,
integer_type : b,
@@ -299,7 +299,7 @@ statement_list : bptr,
decl_expr : bptr,
addr_expr : bptr,
test05.cpp: In function 'void func8(int, int*, char)':
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
int **var4 = &bptr;
^
parm_decl bptr: bptr,
@@ -309,7 +309,7 @@ integer_cst 64: bptr,
var_decl var4: bptr,
integer_cst 64: bptr,
addr_expr : bptr,
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
parm_decl bptr: bptr,
pointer_type : bptr,
integer_type : bptr,
@@ -330,7 +330,7 @@ indirect_ref : bptr,
var_decl var4: bptr,
integer_cst 64: bptr,
addr_expr : bptr,
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
parm_decl bptr: bptr,
pointer_type : bptr,
integer_type : bptr,
@@ -346,7 +346,7 @@ integer_cst 700: bptr,
var_decl var4: bptr,
integer_cst 64: bptr,
addr_expr : bptr,
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
parm_decl bptr: bptr,
pointer_type : bptr,
integer_type : bptr,
@@ -366,7 +366,7 @@ block : bptr,
var_decl var4: bptr,
integer_cst 64: bptr,
addr_expr : bptr,
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
parm_decl bptr: bptr,
pointer_type : bptr,
integer_type : bptr,
@@ -379,7 +379,7 @@ integer_cst 32: bptr,
integer_cst -2147483648: bptr,
integer_cst 2147483647: bptr,
addr_expr : bptr,
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
parm_decl bptr: bptr,
pointer_type : bptr,
integer_type : bptr,