@@ -100,6 +100,11 @@ 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:222:9:222:17 | (void *)... | test.cpp:222:9:222:17 | StoreValue |
104
+ | test.cpp:222:16:222:17 | & ... | test.cpp:222:16:222:17 | Unary |
105
+ | test.cpp:222:16:222:17 | Unary | test.cpp:222:9:222:17 | (void *)... |
106
+ | test.cpp:222:17:222:17 | Unary | test.cpp:222:16:222:17 | & ... |
107
+ | test.cpp:222:17:222:17 | p | test.cpp:222:17:222:17 | Unary |
103
108
nodes
104
109
| test.cpp:17:9:17:11 | & ... | semmle.label | & ... |
105
110
| test.cpp:17:9:17:11 | StoreValue | semmle.label | StoreValue |
@@ -215,6 +220,12 @@ nodes
215
220
| test.cpp:190:10:190:13 | Unary | semmle.label | Unary |
216
221
| test.cpp:190:10:190:13 | Unary | semmle.label | Unary |
217
222
| test.cpp:190:10:190:13 | pRef | semmle.label | pRef |
223
+ | test.cpp:222:9:222:17 | (void *)... | semmle.label | (void *)... |
224
+ | test.cpp:222:9:222:17 | StoreValue | semmle.label | StoreValue |
225
+ | test.cpp:222:16:222:17 | & ... | semmle.label | & ... |
226
+ | test.cpp:222:16:222:17 | Unary | semmle.label | Unary |
227
+ | test.cpp:222:17:222:17 | Unary | semmle.label | Unary |
228
+ | test.cpp:222:17:222:17 | p | semmle.label | p |
218
229
#select
219
230
| 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
231
| 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 |
@@ -229,3 +240,4 @@ nodes
229
240
| test.cpp:177:10:177:23 | StoreValue | test.cpp:176:25:176:34 | localArray | test.cpp:177:10:177:23 | StoreValue | May return stack-allocated memory from $@. | test.cpp:176:25:176:34 | localArray | localArray |
230
241
| test.cpp:183:10:183:19 | StoreValue | test.cpp:182:21:182:27 | myLocal | test.cpp:183:10:183:19 | StoreValue | May return stack-allocated memory from $@. | test.cpp:182:21:182:27 | myLocal | myLocal |
231
242
| test.cpp:190:10:190:13 | StoreValue | test.cpp:189:16:189:16 | p | test.cpp:190:10:190:13 | StoreValue | May return stack-allocated memory from $@. | test.cpp:189:16:189:16 | p | p |
243
+ | test.cpp:222:9:222:17 | StoreValue | test.cpp:222:17:222:17 | p | test.cpp:222:9:222:17 | StoreValue | May return stack-allocated memory from $@. | test.cpp:222:17:222:17 | p | p |
0 commit comments