1 | -------- @pointsto mrv -------- |
---|---|
2 | this reflect.Value may contain these dynamic types: |
3 | *bool, may point to: |
4 | reflection.b |
5 | *int, may point to: |
6 | reflection.a |
7 | map[*int]*bool, may point to: |
8 | makemap |
9 | |
10 | -------- @pointsto p1 -------- |
11 | this any may contain these dynamic types: |
12 | *bool, may point to: |
13 | reflection.b |
14 | *int, may point to: |
15 | reflection.a |
16 | map[*int]*bool, may point to: |
17 | makemap |
18 | |
19 | -------- @pointsto p2 -------- |
20 | this []reflect.Value may point to these objects: |
21 | <alloc in (reflect.Value).MapKeys> |
22 | |
23 | -------- @pointsto p3 -------- |
24 | this reflect.Value may contain these dynamic types: |
25 | *int, may point to: |
26 | reflection.a |
27 | |
28 | -------- @pointsto p4 -------- |
29 | this reflect.Type may contain these dynamic types: |
30 | *reflect.rtype, may point to: |
31 | *bool |
32 | *int |
33 | map[*int]*bool |
34 | |
35 |
Members