@@ -49,7 +49,7 @@ ArrayToPointer.c:
49
49
# 9| getStmt(2): [ExprStmt] ExprStmt
50
50
# 9| getExpr(): [AssignExpr] ... = ...
51
51
# 9| Type = [CharPointerType] char *
52
- # 9| ValueCategory = prvalue(load)
52
+ # 9| ValueCategory = prvalue
53
53
# 9| getLValue(): [ValueFieldAccess] name
54
54
# 9| Type = [CharPointerType] char *
55
55
# 9| ValueCategory = lvalue
@@ -74,7 +74,7 @@ Cast.c:
74
74
# 2| getStmt(0): [ExprStmt] ExprStmt
75
75
# 2| getExpr(): [AssignExpr] ... = ...
76
76
# 2| Type = [CharPointerType] char *
77
- # 2| ValueCategory = prvalue(load)
77
+ # 2| ValueCategory = prvalue
78
78
# 2| getLValue(): [VariableAccess] c
79
79
# 2| Type = [CharPointerType] char *
80
80
# 2| ValueCategory = lvalue
@@ -245,7 +245,7 @@ Conversion2.c:
245
245
# 2| getStmt(0): [ExprStmt] ExprStmt
246
246
# 2| getExpr(): [AssignExpr] ... = ...
247
247
# 2| Type = [IntType] int
248
- # 2| ValueCategory = prvalue(load)
248
+ # 2| ValueCategory = prvalue
249
249
# 2| getLValue(): [VariableAccess] x
250
250
# 2| Type = [IntType] int
251
251
# 2| ValueCategory = lvalue
@@ -331,7 +331,7 @@ Conversion4.c:
331
331
# 2| getStmt(0): [ExprStmt] ExprStmt
332
332
# 2| getExpr(): [AssignExpr] ... = ...
333
333
# 2| Type = [IntType] int
334
- # 2| ValueCategory = prvalue(load)
334
+ # 2| ValueCategory = prvalue
335
335
# 2| getLValue(): [VariableAccess] x
336
336
# 2| Type = [IntType] int
337
337
# 2| ValueCategory = lvalue
@@ -589,7 +589,7 @@ Parenthesis.c:
589
589
# 2| getStmt(0): [ExprStmt] ExprStmt
590
590
# 2| getExpr(): [AssignExpr] ... = ...
591
591
# 2| Type = [IntType] int
592
- # 2| ValueCategory = prvalue(load)
592
+ # 2| ValueCategory = prvalue
593
593
# 2| getLValue(): [VariableAccess] i
594
594
# 2| Type = [IntType] int
595
595
# 2| ValueCategory = lvalue
@@ -625,7 +625,7 @@ PointerDereference.c:
625
625
# 2| getStmt(0): [ExprStmt] ExprStmt
626
626
# 2| getExpr(): [AssignExpr] ... = ...
627
627
# 2| Type = [IntType] int
628
- # 2| ValueCategory = prvalue(load)
628
+ # 2| ValueCategory = prvalue
629
629
# 2| getLValue(): [VariableAccess] j
630
630
# 2| Type = [IntType] int
631
631
# 2| ValueCategory = lvalue
@@ -782,7 +782,7 @@ Subscript.c:
782
782
# 2| getStmt(0): [ExprStmt] ExprStmt
783
783
# 2| getExpr(): [AssignExpr] ... = ...
784
784
# 2| Type = [IntType] int
785
- # 2| ValueCategory = prvalue(load)
785
+ # 2| ValueCategory = prvalue
786
786
# 2| getLValue(): [VariableAccess] j
787
787
# 2| Type = [IntType] int
788
788
# 2| ValueCategory = lvalue
@@ -1009,7 +1009,7 @@ macro_etc.c:
1009
1009
# 9| getStmt(1): [ExprStmt] ExprStmt
1010
1010
# 9| getExpr(): [AssignExpr] ... = ...
1011
1011
# 9| Type = [IntType] int
1012
- # 9| ValueCategory = prvalue(load)
1012
+ # 9| ValueCategory = prvalue
1013
1013
# 9| getLValue(): [ValueFieldAccess] b
1014
1014
# 9| Type = [IntType] int
1015
1015
# 9| ValueCategory = lvalue
@@ -1079,7 +1079,7 @@ macro_etc.c:
1079
1079
# 27| getInitialization(): [ExprStmt] ExprStmt
1080
1080
# 27| getExpr(): [AssignExpr] ... = ...
1081
1081
# 27| Type = [PlainCharType] char
1082
- # 27| ValueCategory = prvalue(load)
1082
+ # 27| ValueCategory = prvalue
1083
1083
# 27| getLValue(): [VariableAccess] i
1084
1084
# 27| Type = [PlainCharType] char
1085
1085
# 27| ValueCategory = lvalue
@@ -1108,15 +1108,15 @@ macro_etc.c:
1108
1108
# 27| ValueCategory = prvalue
1109
1109
# 27| getUpdate(): [PrefixIncrExpr] ++ ...
1110
1110
# 27| Type = [PlainCharType] char
1111
- # 27| ValueCategory = prvalue(load)
1111
+ # 27| ValueCategory = prvalue
1112
1112
# 27| getOperand(): [VariableAccess] i
1113
1113
# 27| Type = [PlainCharType] char
1114
1114
# 27| ValueCategory = lvalue
1115
1115
# 27| getStmt(): [BlockStmt] { ... }
1116
1116
# 27| getStmt(0): [ExprStmt] ExprStmt
1117
1117
# 27| getExpr(): [AssignAddExpr] ... += ...
1118
1118
# 27| Type = [IntType] int
1119
- # 27| ValueCategory = prvalue(load)
1119
+ # 27| ValueCategory = prvalue
1120
1120
# 27| getLValue(): [VariableAccess] t
1121
1121
# 27| Type = [IntType] int
1122
1122
# 27| ValueCategory = lvalue
@@ -1131,7 +1131,7 @@ macro_etc.c:
1131
1131
# 28| getInitialization(): [ExprStmt] ExprStmt
1132
1132
# 28| getExpr(): [AssignExpr] ... = ...
1133
1133
# 28| Type = [PlainCharType] char
1134
- # 28| ValueCategory = prvalue(load)
1134
+ # 28| ValueCategory = prvalue
1135
1135
# 28| getLValue(): [VariableAccess] i
1136
1136
# 28| Type = [PlainCharType] char
1137
1137
# 28| ValueCategory = lvalue
@@ -1160,15 +1160,15 @@ macro_etc.c:
1160
1160
# 28| ValueCategory = prvalue
1161
1161
# 28| getUpdate(): [PrefixIncrExpr] ++ ...
1162
1162
# 28| Type = [PlainCharType] char
1163
- # 28| ValueCategory = prvalue(load)
1163
+ # 28| ValueCategory = prvalue
1164
1164
# 28| getOperand(): [VariableAccess] i
1165
1165
# 28| Type = [PlainCharType] char
1166
1166
# 28| ValueCategory = lvalue
1167
1167
# 28| getStmt(): [BlockStmt] { ... }
1168
1168
# 28| getStmt(0): [ExprStmt] ExprStmt
1169
1169
# 28| getExpr(): [AssignAddExpr] ... += ...
1170
1170
# 28| Type = [IntType] int
1171
- # 28| ValueCategory = prvalue(load)
1171
+ # 28| ValueCategory = prvalue
1172
1172
# 28| getLValue(): [VariableAccess] t
1173
1173
# 28| Type = [IntType] int
1174
1174
# 28| ValueCategory = lvalue
@@ -1182,7 +1182,7 @@ macro_etc.c:
1182
1182
# 29| getStmt(8): [ExprStmt] ExprStmt
1183
1183
# 29| getExpr(): [AssignExpr] ... = ...
1184
1184
# 29| Type = [CharPointerType] char *
1185
- # 29| ValueCategory = prvalue(load)
1185
+ # 29| ValueCategory = prvalue
1186
1186
# 29| getLValue(): [VariableAccess] bt
1187
1187
# 29| Type = [CharPointerType] char *
1188
1188
# 29| ValueCategory = lvalue
@@ -1196,7 +1196,7 @@ macro_etc.c:
1196
1196
# 30| getStmt(9): [ExprStmt] ExprStmt
1197
1197
# 30| getExpr(): [AssignExpr] ... = ...
1198
1198
# 30| Type = [PlainCharType] char
1199
- # 30| ValueCategory = prvalue(load)
1199
+ # 30| ValueCategory = prvalue
1200
1200
# 30| getLValue(): [ArrayExpr] access to array
1201
1201
# 30| Type = [PlainCharType] char
1202
1202
# 30| ValueCategory = lvalue
@@ -1220,7 +1220,7 @@ macro_etc.c:
1220
1220
# 31| getStmt(10): [ExprStmt] ExprStmt
1221
1221
# 31| getExpr(): [AssignExpr] ... = ...
1222
1222
# 31| Type = [FunctionPointerType] ..(*)(..)
1223
- # 31| ValueCategory = prvalue(load)
1223
+ # 31| ValueCategory = prvalue
1224
1224
# 31| getLValue(): [VariableAccess] bp
1225
1225
# 31| Type = [FunctionPointerType] ..(*)(..)
1226
1226
# 31| ValueCategory = lvalue
0 commit comments