@@ -100,6 +100,12 @@ edges
100
100
| test.cpp:190:10:190:13 | Unary | test.cpp:190:10:190:13 | (reference dereference) |
101
101
| test.cpp:190:10:190:13 | Unary | test.cpp:190:10:190:13 | (reference to) |
102
102
| test.cpp:190:10:190:13 | pRef | test.cpp:190:10:190:13 | Unary |
103
+ | test.cpp:225:14:225:15 | px | test.cpp:226:10:226:11 | Load |
104
+ | test.cpp:226:10:226:11 | Load | test.cpp:226:10:226:11 | px |
105
+ | test.cpp:226:10:226:11 | px | test.cpp:226:10:226:11 | StoreValue |
106
+ | test.cpp:231:16:231:17 | & ... | test.cpp:225:14:225:15 | px |
107
+ | test.cpp:231:17:231:17 | Unary | test.cpp:231:16:231:17 | & ... |
108
+ | test.cpp:231:17:231:17 | x | test.cpp:231:17:231:17 | Unary |
103
109
nodes
104
110
| test.cpp:17:9:17:11 | & ... | semmle.label | & ... |
105
111
| test.cpp:17:9:17:11 | StoreValue | semmle.label | StoreValue |
@@ -215,6 +221,13 @@ nodes
215
221
| test.cpp:190:10:190:13 | Unary | semmle.label | Unary |
216
222
| test.cpp:190:10:190:13 | Unary | semmle.label | Unary |
217
223
| test.cpp:190:10:190:13 | pRef | semmle.label | pRef |
224
+ | test.cpp:225:14:225:15 | px | semmle.label | px |
225
+ | test.cpp:226:10:226:11 | Load | semmle.label | Load |
226
+ | test.cpp:226:10:226:11 | StoreValue | semmle.label | StoreValue |
227
+ | test.cpp:226:10:226:11 | px | semmle.label | px |
228
+ | test.cpp:231:16:231:17 | & ... | semmle.label | & ... |
229
+ | test.cpp:231:17:231:17 | Unary | semmle.label | Unary |
230
+ | test.cpp:231:17:231:17 | x | semmle.label | x |
218
231
#select
219
232
| test.cpp:17:9:17:11 | StoreValue | test.cpp:17:10:17:11 | mc | test.cpp:17:9:17:11 | StoreValue | May return stack-allocated memory from $@. | test.cpp:17:10:17:11 | mc | mc |
220
233
| test.cpp:25:9:25:11 | StoreValue | test.cpp:23:18:23:19 | mc | test.cpp:25:9:25:11 | StoreValue | May return stack-allocated memory from $@. | test.cpp:23:18:23:19 | mc | mc |
0 commit comments