blob: 4782132bd7b25422e83d512e3aaf5acb55442df2 [file] [log] [blame]
Alan Donovan73473792016-02-11 17:57:17 -05001-------- @pointsto mrv --------
2this reflect.Value may contain these dynamic types:
3 *bool, may point to:
Alan Donovan2327a652016-02-25 17:06:15 -05004 reflection.b
Alan Donovan73473792016-02-11 17:57:17 -05005 *int, may point to:
Alan Donovan2327a652016-02-25 17:06:15 -05006 reflection.a
Alan Donovan73473792016-02-11 17:57:17 -05007 map[*int]*bool, may point to:
8 makemap
9
10-------- @pointsto p1 --------
11this interface{} may contain these dynamic types:
12 *bool, may point to:
Alan Donovan2327a652016-02-25 17:06:15 -050013 reflection.b
Alan Donovan73473792016-02-11 17:57:17 -050014 *int, may point to:
Alan Donovan2327a652016-02-25 17:06:15 -050015 reflection.a
Alan Donovan73473792016-02-11 17:57:17 -050016 map[*int]*bool, may point to:
17 makemap
18
19-------- @pointsto p2 --------
20this []reflect.Value may point to these objects:
21 <alloc in (reflect.Value).MapKeys>
22
23-------- @pointsto p3 --------
24this reflect.Value may contain these dynamic types:
25 *int, may point to:
Alan Donovan2327a652016-02-25 17:06:15 -050026 reflection.a
Alan Donovan73473792016-02-11 17:57:17 -050027
28-------- @pointsto p4 --------
29this reflect.Type may contain these dynamic types:
30 *reflect.rtype, may point to:
31 *bool
32 *int
33 map[*int]*bool
34