Alan Donovan | 7347379 | 2016-02-11 17:57:17 -0500 | [diff] [blame] | 1 | -------- @pointsto mrv -------- |
| 2 | this reflect.Value may contain these dynamic types: |
| 3 | *bool, may point to: |
Alan Donovan | 2327a65 | 2016-02-25 17:06:15 -0500 | [diff] [blame] | 4 | reflection.b |
Alan Donovan | 7347379 | 2016-02-11 17:57:17 -0500 | [diff] [blame] | 5 | *int, may point to: |
Alan Donovan | 2327a65 | 2016-02-25 17:06:15 -0500 | [diff] [blame] | 6 | reflection.a |
Alan Donovan | 7347379 | 2016-02-11 17:57:17 -0500 | [diff] [blame] | 7 | map[*int]*bool, may point to: |
| 8 | makemap |
| 9 | |
| 10 | -------- @pointsto p1 -------- |
| 11 | this interface{} may contain these dynamic types: |
| 12 | *bool, may point to: |
Alan Donovan | 2327a65 | 2016-02-25 17:06:15 -0500 | [diff] [blame] | 13 | reflection.b |
Alan Donovan | 7347379 | 2016-02-11 17:57:17 -0500 | [diff] [blame] | 14 | *int, may point to: |
Alan Donovan | 2327a65 | 2016-02-25 17:06:15 -0500 | [diff] [blame] | 15 | reflection.a |
Alan Donovan | 7347379 | 2016-02-11 17:57:17 -0500 | [diff] [blame] | 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: |
Alan Donovan | 2327a65 | 2016-02-25 17:06:15 -0500 | [diff] [blame] | 26 | reflection.a |
Alan Donovan | 7347379 | 2016-02-11 17:57:17 -0500 | [diff] [blame] | 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 | |